proxmox

package
v0.59.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2023 License: Apache-2.0 Imports: 20 Imported by: 4

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var (
	// ContextBasicAuth takes BasicAuth as authentication for the request.
	ContextBasicAuth = contextKey("basic")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)
View Source
var AllowedAccessControlTypeEnumValues = []AccessControlType{
	"user",
	"group",
	"token",
}

All allowed values of AccessControlType enum

View Source
var AllowedChecksumAlgorithmEnumValues = []ChecksumAlgorithm{
	"md5",
	"sha1",
	"sha224",
	"sha256",
	"sha384",
	"sha512",
}

All allowed values of ChecksumAlgorithm enum

View Source
var AllowedCloneVirtualMachineDiskFormatEnumValues = []CloneVirtualMachineDiskFormat{
	"raw",
	"qcow2",
	"vmdk",
}

All allowed values of CloneVirtualMachineDiskFormat enum

View Source
var AllowedCloudInitTypeEnumValues = []CloudInitType{
	"user",
	"network",
	"meta",
}

All allowed values of CloudInitType enum

View Source
var AllowedDirectoryFileSystemEnumValues = []DirectoryFileSystem{
	"ext4",
	"xfs",
}

All allowed values of DirectoryFileSystem enum

View Source
var AllowedDiskTypeEnumValues = []DiskType{
	"nvme",
	"ssd",
	"hdd",
	"partition",
}

All allowed values of DiskType enum

View Source
var AllowedDiskTypeFilterEnumValues = []DiskTypeFilter{
	"unused",
	"journal_disks",
}

All allowed values of DiskTypeFilter enum

View Source
var AllowedFirewallReferenceTypeEnumValues = []FirewallReferenceType{
	"ipset",
	"alias",
}

All allowed values of FirewallReferenceType enum

View Source
var AllowedMachineTypeEnumValues = []MachineType{
	"q35",
	"i440fx",
}

All allowed values of MachineType enum

View Source
var AllowedNetworkInterfaceBondHashPolicyEnumValues = []NetworkInterfaceBondHashPolicy{
	"layer2",
	"layer2+3",
	"layer3+4",
}

All allowed values of NetworkInterfaceBondHashPolicy enum

View Source
var AllowedNetworkInterfaceBondModeEnumValues = []NetworkInterfaceBondMode{
	"balance-rr",
	"active-backup",
	"balance-xor",
	"broadcast",
	"802.3ad",
	"balance-tlb",
	"balance-alb",
	"balance-slb",
	"lacp-balance-slb",
	"lacp-balance-tcp",
}

All allowed values of NetworkInterfaceBondMode enum

View Source
var AllowedNetworkInterfaceMethodEnumValues = []NetworkInterfaceMethod{
	"manual",
	"static",
	"none",
	"dhcp",
	"ipv6_autoconf",
}

All allowed values of NetworkInterfaceMethod enum

View Source
var AllowedNetworkInterfaceTypeEnumValues = []NetworkInterfaceType{
	"bridge",
	"bond",
	"eth",
	"alias",
	"vlan",
	"OVSBridge",
	"OVSBond",
	"OVSPort",
	"OVSIntPort",
	"unknown",
}

All allowed values of NetworkInterfaceType enum

View Source
var AllowedNodeStatusEnumValues = []NodeStatus{
	"online",
	"offline",
}

All allowed values of NodeStatus enum

View Source
var AllowedPoolMemberTypeEnumValues = []PoolMemberType{
	"qemu",
	"lxc",
	"storage",
}

All allowed values of PoolMemberType enum

View Source
var AllowedRealmModeEnumValues = []RealmMode{
	"ldap",
	"ldaps",
	"ldap+starttls",
}

All allowed values of RealmMode enum

View Source
var AllowedRealmSslVersionEnumValues = []RealmSslVersion{
	"tlsv1",
	"tlsv1_1",
	"tlsv1_2",
	"tlsv1_3",
}

All allowed values of RealmSslVersion enum

View Source
var AllowedRealmSyncScopeEnumValues = []RealmSyncScope{
	"users",
	"groups",
	"both",
}

All allowed values of RealmSyncScope enum

View Source
var AllowedRealmTypeEnumValues = []RealmType{
	"ad",
	"ldap",
	"pam",
	"pve",
	"openid",
}

All allowed values of RealmType enum

View Source
var AllowedStoragePreallocationEnumValues = []StoragePreallocation{
	"off",
	"falloc",
	"full",
	"metadata",
}

All allowed values of StoragePreallocation enum

View Source
var AllowedStorageSMBVersionEnumValues = []StorageSMBVersion{
	"default",
	"2.0",
	"3.0",
	"2.1",
	"3.11",
}

All allowed values of StorageSMBVersion enum

View Source
var AllowedStorageTransportEnumValues = []StorageTransport{
	"tcp",
	"rdma",
	"unix",
}

All allowed values of StorageTransport enum

View Source
var AllowedStorageTypeEnumValues = []StorageType{
	"zfspool",
	"dir",
	"btrfs",
	"nfs",
	"cifs",
	"pbs",
	"glusterfs",
	"cephfs",
	"lvmthin",
	"lvm",
	"iscsi",
	"iscsidirect",
	"rbd",
	"zfs",
}

All allowed values of StorageType enum

View Source
var AllowedStorageVolumeTypeEnumValues = []StorageVolumeType{
	"raw",
	"qcow2",
	"subvol",
}

All allowed values of StorageVolumeType enum

View Source
var AllowedTFATypeEnumValues = []TFAType{
	"yubico",
	"oauth",
}

All allowed values of TFAType enum

View Source
var AllowedUploadContentTypeEnumValues = []UploadContentType{
	"iso",
	"vztmpl",
}

All allowed values of UploadContentType enum

View Source
var AllowedVirtualMachineArchitectureEnumValues = []VirtualMachineArchitecture{
	"x86_64",
	"aarch64",
}

All allowed values of VirtualMachineArchitecture enum

View Source
var AllowedVirtualMachineBiosEnumValues = []VirtualMachineBios{
	"seabios",
	"ovmf",
}

All allowed values of VirtualMachineBios enum

View Source
var AllowedVirtualMachineCloudInitTypeEnumValues = []VirtualMachineCloudInitType{
	"configdrive2",
	"nocloud",
	"opennebula",
}

All allowed values of VirtualMachineCloudInitType enum

View Source
var AllowedVirtualMachineConfigLockEnumValues = []VirtualMachineConfigLock{
	"backup",
	"clone",
	"create",
	"migrate",
	"rollback",
	"snapshot",
	"snapshot-delete",
	"suspending",
	"suspended",
}

All allowed values of VirtualMachineConfigLock enum

View Source
var AllowedVirtualMachineDiskTargetEnumValues = []VirtualMachineDiskTarget{
	"ide0",
	"ide1",
	"ide2",
	"ide3",
	"scsi0",
	"scsi1",
	"scsi2",
	"scsi3",
	"scsi4",
	"scsi5",
	"scsi6",
	"scsi7",
	"scsi8",
	"scsi9",
	"scsi10",
	"scsi11",
	"scsi12",
	"scsi13",
	"scsi14",
	"scsi15",
	"scsi16",
	"scsi17",
	"scsi18",
	"scsi19",
	"scsi20",
	"scsi21",
	"scsi22",
	"scsi23",
	"scsi24",
	"scsi25",
	"scsi26",
	"scsi27",
	"scsi28",
	"scsi29",
	"scsi30",
	"virtio0",
	"virtio1",
	"virtio2",
	"virtio3",
	"virtio4",
	"virtio5",
	"virtio6",
	"virtio7",
	"virtio8",
	"virtio9",
	"virtio10",
	"virtio11",
	"virtio12",
	"virtio13",
	"virtio14",
	"virtio15",
	"sata0",
	"sata1",
	"sata2",
	"sata3",
	"sata4",
	"sata5",
	"efidisk0",
	"tpmstate0",
}

All allowed values of VirtualMachineDiskTarget enum

View Source
var AllowedVirtualMachineHugePagesEnumValues = []VirtualMachineHugePages{
	"any",
	"2",
	"1024",
}

All allowed values of VirtualMachineHugePages enum

View Source
var AllowedVirtualMachineKeyboardEnumValues = []VirtualMachineKeyboard{
	"de",
	"de-ch",
	"da",
	"en-gb",
	"en-us",
	"es",
	"fi",
	"fr",
	"fr-be",
	"fr-ch",
	"fr-ca",
	"hu",
	"is",
	"it",
	"ja",
	"lt",
	"mk",
	"nl",
	"no",
	"pl",
	"pt",
	"pt-br",
	"sv",
	"sl",
	"tr",
}

All allowed values of VirtualMachineKeyboard enum

View Source
var AllowedVirtualMachineMigrationTypeEnumValues = []VirtualMachineMigrationType{
	"secure",
	"insecure",
}

All allowed values of VirtualMachineMigrationType enum

View Source
var AllowedVirtualMachineOperatingSystemEnumValues = []VirtualMachineOperatingSystem{
	"other",
	"wxp",
	"w2k3",
	"w2k",
	"w2k8",
	"wvista",
	"w7",
	"w8",
	"w10",
	"w11",
	"l24",
	"l26",
	"solaris",
}

All allowed values of VirtualMachineOperatingSystem enum

View Source
var AllowedVirtualMachineScsiControllerTypeEnumValues = []VirtualMachineScsiControllerType{
	"lsi",
	"lsi53c810",
	"virtio-scsi-pci",
	"megasas",
	"pvscsi",
}

All allowed values of VirtualMachineScsiControllerType enum

View Source
var AllowedVirtualMachineStatusEnumValues = []VirtualMachineStatus{
	"running",
	"stopped",
}

All allowed values of VirtualMachineStatus enum

View Source
var AllowedZFSCompressionEnumValues = []ZFSCompression{
	"on",
	"off",
	"lz4",
	"lzjb",
	"gzip",
	"zle",
	"zstd",
}

All allowed values of ZFSCompression enum

View Source
var AllowedZFSRaidLevelEnumValues = []ZFSRaidLevel{
	"single",
	"mirror",
	"raidz",
	"raidz2",
	"raidz3",
	"raid10",
	"draid",
	"draid2",
	"draid3",
}

All allowed values of ZFSRaidLevel enum

Functions ¶

func CacheExpires ¶

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil ¶ added in v0.49.0

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool ¶

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ¶

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ¶

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ¶

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ¶

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ¶

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types ¶

type APIClient ¶

type APIClient struct {
	DefaultApi *DefaultApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Proxmox API v2023-01-01 In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse ¶

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse ¶

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError ¶

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AccessControlSummary ¶

type AccessControlSummary struct {
	Path string `json:"path"`
	// The role id
	Roleid string `json:"roleid"`
	// The user group id
	Ugid string            `json:"ugid"`
	Type AccessControlType `json:"type"`
	// Allow permission propegation
	Propagate float32 `json:"propagate"`
}

AccessControlSummary struct for AccessControlSummary

func NewAccessControlSummary ¶

func NewAccessControlSummary(path string, roleid string, ugid string, type_ AccessControlType, propagate float32) *AccessControlSummary

NewAccessControlSummary instantiates a new AccessControlSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessControlSummaryWithDefaults ¶

func NewAccessControlSummaryWithDefaults() *AccessControlSummary

NewAccessControlSummaryWithDefaults instantiates a new AccessControlSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessControlSummary) GetPath ¶

func (o *AccessControlSummary) GetPath() string

GetPath returns the Path field value

func (*AccessControlSummary) GetPathOk ¶

func (o *AccessControlSummary) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*AccessControlSummary) GetPropagate ¶

func (o *AccessControlSummary) GetPropagate() float32

GetPropagate returns the Propagate field value

func (*AccessControlSummary) GetPropagateOk ¶

func (o *AccessControlSummary) GetPropagateOk() (*float32, bool)

GetPropagateOk returns a tuple with the Propagate field value and a boolean to check if the value has been set.

func (*AccessControlSummary) GetRoleid ¶

func (o *AccessControlSummary) GetRoleid() string

GetRoleid returns the Roleid field value

func (*AccessControlSummary) GetRoleidOk ¶

func (o *AccessControlSummary) GetRoleidOk() (*string, bool)

GetRoleidOk returns a tuple with the Roleid field value and a boolean to check if the value has been set.

func (*AccessControlSummary) GetType ¶

GetType returns the Type field value

func (*AccessControlSummary) GetTypeOk ¶

func (o *AccessControlSummary) GetTypeOk() (*AccessControlType, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*AccessControlSummary) GetUgid ¶

func (o *AccessControlSummary) GetUgid() string

GetUgid returns the Ugid field value

func (*AccessControlSummary) GetUgidOk ¶

func (o *AccessControlSummary) GetUgidOk() (*string, bool)

GetUgidOk returns a tuple with the Ugid field value and a boolean to check if the value has been set.

func (AccessControlSummary) MarshalJSON ¶

func (o AccessControlSummary) MarshalJSON() ([]byte, error)

func (*AccessControlSummary) SetPath ¶

func (o *AccessControlSummary) SetPath(v string)

SetPath sets field value

func (*AccessControlSummary) SetPropagate ¶

func (o *AccessControlSummary) SetPropagate(v float32)

SetPropagate sets field value

func (*AccessControlSummary) SetRoleid ¶

func (o *AccessControlSummary) SetRoleid(v string)

SetRoleid sets field value

func (*AccessControlSummary) SetType ¶

SetType sets field value

func (*AccessControlSummary) SetUgid ¶

func (o *AccessControlSummary) SetUgid(v string)

SetUgid sets field value

func (AccessControlSummary) ToMap ¶ added in v0.9.0

func (o AccessControlSummary) ToMap() (map[string]interface{}, error)

type AccessControlType ¶

type AccessControlType string

AccessControlType the model 'AccessControlType'

const (
	ACCESSCONTROLTYPE_USER  AccessControlType = "user"
	ACCESSCONTROLTYPE_GROUP AccessControlType = "group"
	ACCESSCONTROLTYPE_TOKEN AccessControlType = "token"
)

List of AccessControlType

func NewAccessControlTypeFromValue ¶

func NewAccessControlTypeFromValue(v string) (*AccessControlType, error)

NewAccessControlTypeFromValue returns a pointer to a valid AccessControlType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AccessControlType) IsValid ¶

func (v AccessControlType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AccessControlType) Ptr ¶

Ptr returns reference to AccessControlType value

func (*AccessControlType) UnmarshalJSON ¶

func (v *AccessControlType) UnmarshalJSON(src []byte) error

type AddCorosyncNodeRequestContent ¶

type AddCorosyncNodeRequestContent struct {
	// The api version on the new node
	Apiversion *float32 `json:"apiversion,omitempty"`
	// Do not throw an error if the node is already in the cluster
	Force *bool `json:"force,omitempty"`
	// Address and priority of the link. Input as string with format address=<ip>,priority=<int>
	Link0 *string `json:"link0,omitempty"`
	// Address and priority of the link. Input as string with format address=<ip>,priority=<int>
	Link1 *string `json:"link1,omitempty"`
	// Address and priority of the link. Input as string with format address=<ip>,priority=<int>
	Link2 *string `json:"link2,omitempty"`
	// Address and priority of the link. Input as string with format address=<ip>,priority=<int>
	Link3 *string `json:"link3,omitempty"`
	// Address and priority of the link. Input as string with format address=<ip>,priority=<int>
	Link4 *string `json:"link4,omitempty"`
	// Address and priority of the link. Input as string with format address=<ip>,priority=<int>
	Link5 *string `json:"link5,omitempty"`
	// Address and priority of the link. Input as string with format address=<ip>,priority=<int>
	Link6 *string `json:"link6,omitempty"`
	// Address and priority of the link. Input as string with format address=<ip>,priority=<int>
	Link7 *string `json:"link7,omitempty"`
	// The IP address of the node to add
	NewNodeIp *string `json:"new_node_ip,omitempty"`
	// NodeID of the node to add
	Nodeid *float32 `json:"nodeid,omitempty"`
	// Votes thew new node should have
	Votes *float32 `json:"votes,omitempty"`
}

AddCorosyncNodeRequestContent struct for AddCorosyncNodeRequestContent

func NewAddCorosyncNodeRequestContent ¶

func NewAddCorosyncNodeRequestContent() *AddCorosyncNodeRequestContent

NewAddCorosyncNodeRequestContent instantiates a new AddCorosyncNodeRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAddCorosyncNodeRequestContentWithDefaults ¶

func NewAddCorosyncNodeRequestContentWithDefaults() *AddCorosyncNodeRequestContent

NewAddCorosyncNodeRequestContentWithDefaults instantiates a new AddCorosyncNodeRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AddCorosyncNodeRequestContent) GetApiversion ¶

func (o *AddCorosyncNodeRequestContent) GetApiversion() float32

GetApiversion returns the Apiversion field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetApiversionOk ¶

func (o *AddCorosyncNodeRequestContent) GetApiversionOk() (*float32, bool)

GetApiversionOk returns a tuple with the Apiversion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) GetForce ¶

func (o *AddCorosyncNodeRequestContent) GetForce() bool

GetForce returns the Force field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetForceOk ¶

func (o *AddCorosyncNodeRequestContent) GetForceOk() (*bool, bool)

GetForceOk returns a tuple with the Force field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) GetLink0 ¶

func (o *AddCorosyncNodeRequestContent) GetLink0() string

GetLink0 returns the Link0 field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetLink0Ok ¶

func (o *AddCorosyncNodeRequestContent) GetLink0Ok() (*string, bool)

GetLink0Ok returns a tuple with the Link0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) GetLink1 ¶

func (o *AddCorosyncNodeRequestContent) GetLink1() string

GetLink1 returns the Link1 field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetLink1Ok ¶

func (o *AddCorosyncNodeRequestContent) GetLink1Ok() (*string, bool)

GetLink1Ok returns a tuple with the Link1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) GetLink2 ¶

func (o *AddCorosyncNodeRequestContent) GetLink2() string

GetLink2 returns the Link2 field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetLink2Ok ¶

func (o *AddCorosyncNodeRequestContent) GetLink2Ok() (*string, bool)

GetLink2Ok returns a tuple with the Link2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) GetLink3 ¶

func (o *AddCorosyncNodeRequestContent) GetLink3() string

GetLink3 returns the Link3 field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetLink3Ok ¶

func (o *AddCorosyncNodeRequestContent) GetLink3Ok() (*string, bool)

GetLink3Ok returns a tuple with the Link3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) GetLink4 ¶

func (o *AddCorosyncNodeRequestContent) GetLink4() string

GetLink4 returns the Link4 field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetLink4Ok ¶

func (o *AddCorosyncNodeRequestContent) GetLink4Ok() (*string, bool)

GetLink4Ok returns a tuple with the Link4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) GetLink5 ¶

func (o *AddCorosyncNodeRequestContent) GetLink5() string

GetLink5 returns the Link5 field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetLink5Ok ¶

func (o *AddCorosyncNodeRequestContent) GetLink5Ok() (*string, bool)

GetLink5Ok returns a tuple with the Link5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) GetLink6 ¶

func (o *AddCorosyncNodeRequestContent) GetLink6() string

GetLink6 returns the Link6 field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetLink6Ok ¶

func (o *AddCorosyncNodeRequestContent) GetLink6Ok() (*string, bool)

GetLink6Ok returns a tuple with the Link6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) GetLink7 ¶

func (o *AddCorosyncNodeRequestContent) GetLink7() string

GetLink7 returns the Link7 field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetLink7Ok ¶

func (o *AddCorosyncNodeRequestContent) GetLink7Ok() (*string, bool)

GetLink7Ok returns a tuple with the Link7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) GetNewNodeIp ¶

func (o *AddCorosyncNodeRequestContent) GetNewNodeIp() string

GetNewNodeIp returns the NewNodeIp field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetNewNodeIpOk ¶

func (o *AddCorosyncNodeRequestContent) GetNewNodeIpOk() (*string, bool)

GetNewNodeIpOk returns a tuple with the NewNodeIp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) GetNodeid ¶

func (o *AddCorosyncNodeRequestContent) GetNodeid() float32

GetNodeid returns the Nodeid field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetNodeidOk ¶

func (o *AddCorosyncNodeRequestContent) GetNodeidOk() (*float32, bool)

GetNodeidOk returns a tuple with the Nodeid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) GetVotes ¶

func (o *AddCorosyncNodeRequestContent) GetVotes() float32

GetVotes returns the Votes field value if set, zero value otherwise.

func (*AddCorosyncNodeRequestContent) GetVotesOk ¶

func (o *AddCorosyncNodeRequestContent) GetVotesOk() (*float32, bool)

GetVotesOk returns a tuple with the Votes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCorosyncNodeRequestContent) HasApiversion ¶

func (o *AddCorosyncNodeRequestContent) HasApiversion() bool

HasApiversion returns a boolean if a field has been set.

func (*AddCorosyncNodeRequestContent) HasForce ¶

func (o *AddCorosyncNodeRequestContent) HasForce() bool

HasForce returns a boolean if a field has been set.

func (*AddCorosyncNodeRequestContent) HasLink0 ¶

func (o *AddCorosyncNodeRequestContent) HasLink0() bool

HasLink0 returns a boolean if a field has been set.

func (*AddCorosyncNodeRequestContent) HasLink1 ¶

func (o *AddCorosyncNodeRequestContent) HasLink1() bool

HasLink1 returns a boolean if a field has been set.

func (*AddCorosyncNodeRequestContent) HasLink2 ¶

func (o *AddCorosyncNodeRequestContent) HasLink2() bool

HasLink2 returns a boolean if a field has been set.

func (*AddCorosyncNodeRequestContent) HasLink3 ¶

func (o *AddCorosyncNodeRequestContent) HasLink3() bool

HasLink3 returns a boolean if a field has been set.

func (*AddCorosyncNodeRequestContent) HasLink4 ¶

func (o *AddCorosyncNodeRequestContent) HasLink4() bool

HasLink4 returns a boolean if a field has been set.

func (*AddCorosyncNodeRequestContent) HasLink5 ¶

func (o *AddCorosyncNodeRequestContent) HasLink5() bool

HasLink5 returns a boolean if a field has been set.

func (*AddCorosyncNodeRequestContent) HasLink6 ¶

func (o *AddCorosyncNodeRequestContent) HasLink6() bool

HasLink6 returns a boolean if a field has been set.

func (*AddCorosyncNodeRequestContent) HasLink7 ¶

func (o *AddCorosyncNodeRequestContent) HasLink7() bool

HasLink7 returns a boolean if a field has been set.

func (*AddCorosyncNodeRequestContent) HasNewNodeIp ¶

func (o *AddCorosyncNodeRequestContent) HasNewNodeIp() bool

HasNewNodeIp returns a boolean if a field has been set.

func (*AddCorosyncNodeRequestContent) HasNodeid ¶

func (o *AddCorosyncNodeRequestContent) HasNodeid() bool

HasNodeid returns a boolean if a field has been set.

func (*AddCorosyncNodeRequestContent) HasVotes ¶

func (o *AddCorosyncNodeRequestContent) HasVotes() bool

HasVotes returns a boolean if a field has been set.

func (AddCorosyncNodeRequestContent) MarshalJSON ¶

func (o AddCorosyncNodeRequestContent) MarshalJSON() ([]byte, error)

func (*AddCorosyncNodeRequestContent) SetApiversion ¶

func (o *AddCorosyncNodeRequestContent) SetApiversion(v float32)

SetApiversion gets a reference to the given float32 and assigns it to the Apiversion field.

func (*AddCorosyncNodeRequestContent) SetForce ¶

func (o *AddCorosyncNodeRequestContent) SetForce(v bool)

SetForce gets a reference to the given bool and assigns it to the Force field.

func (*AddCorosyncNodeRequestContent) SetLink0 ¶

func (o *AddCorosyncNodeRequestContent) SetLink0(v string)

SetLink0 gets a reference to the given string and assigns it to the Link0 field.

func (*AddCorosyncNodeRequestContent) SetLink1 ¶

func (o *AddCorosyncNodeRequestContent) SetLink1(v string)

SetLink1 gets a reference to the given string and assigns it to the Link1 field.

func (*AddCorosyncNodeRequestContent) SetLink2 ¶

func (o *AddCorosyncNodeRequestContent) SetLink2(v string)

SetLink2 gets a reference to the given string and assigns it to the Link2 field.

func (*AddCorosyncNodeRequestContent) SetLink3 ¶

func (o *AddCorosyncNodeRequestContent) SetLink3(v string)

SetLink3 gets a reference to the given string and assigns it to the Link3 field.

func (*AddCorosyncNodeRequestContent) SetLink4 ¶

func (o *AddCorosyncNodeRequestContent) SetLink4(v string)

SetLink4 gets a reference to the given string and assigns it to the Link4 field.

func (*AddCorosyncNodeRequestContent) SetLink5 ¶

func (o *AddCorosyncNodeRequestContent) SetLink5(v string)

SetLink5 gets a reference to the given string and assigns it to the Link5 field.

func (*AddCorosyncNodeRequestContent) SetLink6 ¶

func (o *AddCorosyncNodeRequestContent) SetLink6(v string)

SetLink6 gets a reference to the given string and assigns it to the Link6 field.

func (*AddCorosyncNodeRequestContent) SetLink7 ¶

func (o *AddCorosyncNodeRequestContent) SetLink7(v string)

SetLink7 gets a reference to the given string and assigns it to the Link7 field.

func (*AddCorosyncNodeRequestContent) SetNewNodeIp ¶

func (o *AddCorosyncNodeRequestContent) SetNewNodeIp(v string)

SetNewNodeIp gets a reference to the given string and assigns it to the NewNodeIp field.

func (*AddCorosyncNodeRequestContent) SetNodeid ¶

func (o *AddCorosyncNodeRequestContent) SetNodeid(v float32)

SetNodeid gets a reference to the given float32 and assigns it to the Nodeid field.

func (*AddCorosyncNodeRequestContent) SetVotes ¶

func (o *AddCorosyncNodeRequestContent) SetVotes(v float32)

SetVotes gets a reference to the given float32 and assigns it to the Votes field.

func (AddCorosyncNodeRequestContent) ToMap ¶ added in v0.9.0

func (o AddCorosyncNodeRequestContent) ToMap() (map[string]interface{}, error)

type AddCorosyncNodeResponseContent ¶

type AddCorosyncNodeResponseContent struct {
	Data CorosyncSettings `json:"data"`
}

AddCorosyncNodeResponseContent struct for AddCorosyncNodeResponseContent

func NewAddCorosyncNodeResponseContent ¶

func NewAddCorosyncNodeResponseContent(data CorosyncSettings) *AddCorosyncNodeResponseContent

NewAddCorosyncNodeResponseContent instantiates a new AddCorosyncNodeResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAddCorosyncNodeResponseContentWithDefaults ¶

func NewAddCorosyncNodeResponseContentWithDefaults() *AddCorosyncNodeResponseContent

NewAddCorosyncNodeResponseContentWithDefaults instantiates a new AddCorosyncNodeResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AddCorosyncNodeResponseContent) GetData ¶

GetData returns the Data field value

func (*AddCorosyncNodeResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (AddCorosyncNodeResponseContent) MarshalJSON ¶

func (o AddCorosyncNodeResponseContent) MarshalJSON() ([]byte, error)

func (*AddCorosyncNodeResponseContent) SetData ¶

SetData sets field value

func (AddCorosyncNodeResponseContent) ToMap ¶ added in v0.9.0

func (o AddCorosyncNodeResponseContent) ToMap() (map[string]interface{}, error)

type AddCustomNodeCertificateRequestContent ¶

type AddCustomNodeCertificateRequestContent struct {
	// PEM encoded certificate.
	Certificates string `json:"certificates"`
	// Overwrite existing custom or ACME certificate.
	Force *float32 `json:"force,omitempty"`
	// PEM encoded private key.
	Key *string `json:"key,omitempty"`
	// Restart the PVE proxy.
	Restart *float32 `json:"restart,omitempty"`
}

AddCustomNodeCertificateRequestContent struct for AddCustomNodeCertificateRequestContent

func NewAddCustomNodeCertificateRequestContent ¶

func NewAddCustomNodeCertificateRequestContent(certificates string) *AddCustomNodeCertificateRequestContent

NewAddCustomNodeCertificateRequestContent instantiates a new AddCustomNodeCertificateRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAddCustomNodeCertificateRequestContentWithDefaults ¶

func NewAddCustomNodeCertificateRequestContentWithDefaults() *AddCustomNodeCertificateRequestContent

NewAddCustomNodeCertificateRequestContentWithDefaults instantiates a new AddCustomNodeCertificateRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AddCustomNodeCertificateRequestContent) GetCertificates ¶

func (o *AddCustomNodeCertificateRequestContent) GetCertificates() string

GetCertificates returns the Certificates field value

func (*AddCustomNodeCertificateRequestContent) GetCertificatesOk ¶

func (o *AddCustomNodeCertificateRequestContent) GetCertificatesOk() (*string, bool)

GetCertificatesOk returns a tuple with the Certificates field value and a boolean to check if the value has been set.

func (*AddCustomNodeCertificateRequestContent) GetForce ¶

GetForce returns the Force field value if set, zero value otherwise.

func (*AddCustomNodeCertificateRequestContent) GetForceOk ¶

GetForceOk returns a tuple with the Force field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCustomNodeCertificateRequestContent) GetKey ¶

GetKey returns the Key field value if set, zero value otherwise.

func (*AddCustomNodeCertificateRequestContent) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCustomNodeCertificateRequestContent) GetRestart ¶

GetRestart returns the Restart field value if set, zero value otherwise.

func (*AddCustomNodeCertificateRequestContent) GetRestartOk ¶

func (o *AddCustomNodeCertificateRequestContent) GetRestartOk() (*float32, bool)

GetRestartOk returns a tuple with the Restart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddCustomNodeCertificateRequestContent) HasForce ¶

HasForce returns a boolean if a field has been set.

func (*AddCustomNodeCertificateRequestContent) HasKey ¶

HasKey returns a boolean if a field has been set.

func (*AddCustomNodeCertificateRequestContent) HasRestart ¶

HasRestart returns a boolean if a field has been set.

func (AddCustomNodeCertificateRequestContent) MarshalJSON ¶

func (o AddCustomNodeCertificateRequestContent) MarshalJSON() ([]byte, error)

func (*AddCustomNodeCertificateRequestContent) SetCertificates ¶

func (o *AddCustomNodeCertificateRequestContent) SetCertificates(v string)

SetCertificates sets field value

func (*AddCustomNodeCertificateRequestContent) SetForce ¶

SetForce gets a reference to the given float32 and assigns it to the Force field.

func (*AddCustomNodeCertificateRequestContent) SetKey ¶

SetKey gets a reference to the given string and assigns it to the Key field.

func (*AddCustomNodeCertificateRequestContent) SetRestart ¶

SetRestart gets a reference to the given float32 and assigns it to the Restart field.

func (AddCustomNodeCertificateRequestContent) ToMap ¶ added in v0.9.0

func (o AddCustomNodeCertificateRequestContent) ToMap() (map[string]interface{}, error)

type AddCustomNodeCertificateResponseContent ¶

type AddCustomNodeCertificateResponseContent struct {
	Data NodeCertificate `json:"data"`
}

AddCustomNodeCertificateResponseContent struct for AddCustomNodeCertificateResponseContent

func NewAddCustomNodeCertificateResponseContent ¶

func NewAddCustomNodeCertificateResponseContent(data NodeCertificate) *AddCustomNodeCertificateResponseContent

NewAddCustomNodeCertificateResponseContent instantiates a new AddCustomNodeCertificateResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAddCustomNodeCertificateResponseContentWithDefaults ¶

func NewAddCustomNodeCertificateResponseContentWithDefaults() *AddCustomNodeCertificateResponseContent

NewAddCustomNodeCertificateResponseContentWithDefaults instantiates a new AddCustomNodeCertificateResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AddCustomNodeCertificateResponseContent) GetData ¶

GetData returns the Data field value

func (*AddCustomNodeCertificateResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (AddCustomNodeCertificateResponseContent) MarshalJSON ¶

func (o AddCustomNodeCertificateResponseContent) MarshalJSON() ([]byte, error)

func (*AddCustomNodeCertificateResponseContent) SetData ¶

SetData sets field value

func (AddCustomNodeCertificateResponseContent) ToMap ¶ added in v0.9.0

func (o AddCustomNodeCertificateResponseContent) ToMap() (map[string]interface{}, error)

type AgentInfoSummary ¶ added in v0.13.0

type AgentInfoSummary struct {
	SupportedCommands []CommandSummary `json:"supported-commands"`
	Version           string           `json:"version"`
}

AgentInfoSummary struct for AgentInfoSummary

func NewAgentInfoSummary ¶ added in v0.13.0

func NewAgentInfoSummary(supportedCommands []CommandSummary, version string) *AgentInfoSummary

NewAgentInfoSummary instantiates a new AgentInfoSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAgentInfoSummaryWithDefaults ¶ added in v0.13.0

func NewAgentInfoSummaryWithDefaults() *AgentInfoSummary

NewAgentInfoSummaryWithDefaults instantiates a new AgentInfoSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AgentInfoSummary) GetSupportedCommands ¶ added in v0.13.0

func (o *AgentInfoSummary) GetSupportedCommands() []CommandSummary

GetSupportedCommands returns the SupportedCommands field value

func (*AgentInfoSummary) GetSupportedCommandsOk ¶ added in v0.13.0

func (o *AgentInfoSummary) GetSupportedCommandsOk() ([]CommandSummary, bool)

GetSupportedCommandsOk returns a tuple with the SupportedCommands field value and a boolean to check if the value has been set.

func (*AgentInfoSummary) GetVersion ¶ added in v0.13.0

func (o *AgentInfoSummary) GetVersion() string

GetVersion returns the Version field value

func (*AgentInfoSummary) GetVersionOk ¶ added in v0.13.0

func (o *AgentInfoSummary) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (AgentInfoSummary) MarshalJSON ¶ added in v0.13.0

func (o AgentInfoSummary) MarshalJSON() ([]byte, error)

func (*AgentInfoSummary) SetSupportedCommands ¶ added in v0.13.0

func (o *AgentInfoSummary) SetSupportedCommands(v []CommandSummary)

SetSupportedCommands sets field value

func (*AgentInfoSummary) SetVersion ¶ added in v0.13.0

func (o *AgentInfoSummary) SetVersion(v string)

SetVersion sets field value

func (AgentInfoSummary) ToMap ¶ added in v0.13.0

func (o AgentInfoSummary) ToMap() (map[string]interface{}, error)

type ApiAddCorosyncNodeRequest ¶

type ApiAddCorosyncNodeRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiAddCorosyncNodeRequest) AddCorosyncNodeRequestContent ¶

func (r ApiAddCorosyncNodeRequest) AddCorosyncNodeRequestContent(addCorosyncNodeRequestContent AddCorosyncNodeRequestContent) ApiAddCorosyncNodeRequest

func (ApiAddCorosyncNodeRequest) Execute ¶

type ApiAddCustomNodeCertificateRequest ¶

type ApiAddCustomNodeCertificateRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiAddCustomNodeCertificateRequest) AddCustomNodeCertificateRequestContent ¶

func (r ApiAddCustomNodeCertificateRequest) AddCustomNodeCertificateRequestContent(addCustomNodeCertificateRequestContent AddCustomNodeCertificateRequestContent) ApiAddCustomNodeCertificateRequest

func (ApiAddCustomNodeCertificateRequest) Execute ¶

type ApiAddRepositoryRequest ¶

type ApiAddRepositoryRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiAddRepositoryRequest) Digest ¶

Digest to detect modifications

func (ApiAddRepositoryRequest) Execute ¶

func (r ApiAddRepositoryRequest) Execute() (*http.Response, error)

func (ApiAddRepositoryRequest) Handle ¶

Handle that identifies the repository

type ApiApplyNetworkInterfaceConfigurationRequest ¶

type ApiApplyNetworkInterfaceConfigurationRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiApplyNetworkInterfaceConfigurationRequest) Execute ¶

type ApiApplyVirtualMachineConfigurationAsyncRequest ¶

type ApiApplyVirtualMachineConfigurationAsyncRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiApplyVirtualMachineConfigurationAsyncRequest) ApplyVirtualMachineConfigurationAsyncRequestContent ¶

func (r ApiApplyVirtualMachineConfigurationAsyncRequest) ApplyVirtualMachineConfigurationAsyncRequestContent(applyVirtualMachineConfigurationAsyncRequestContent ApplyVirtualMachineConfigurationAsyncRequestContent) ApiApplyVirtualMachineConfigurationAsyncRequest

func (ApiApplyVirtualMachineConfigurationAsyncRequest) Execute ¶

type ApiApplyVirtualMachineConfigurationSyncRequest ¶

type ApiApplyVirtualMachineConfigurationSyncRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiApplyVirtualMachineConfigurationSyncRequest) ApplyVirtualMachineConfigurationSyncRequestContent ¶

func (r ApiApplyVirtualMachineConfigurationSyncRequest) ApplyVirtualMachineConfigurationSyncRequestContent(applyVirtualMachineConfigurationSyncRequestContent ApplyVirtualMachineConfigurationSyncRequestContent) ApiApplyVirtualMachineConfigurationSyncRequest

func (ApiApplyVirtualMachineConfigurationSyncRequest) Execute ¶

type ApiChangePasswordRequest ¶ added in v0.19.0

type ApiChangePasswordRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiChangePasswordRequest) ChangePasswordRequestContent ¶ added in v0.19.0

func (r ApiChangePasswordRequest) ChangePasswordRequestContent(changePasswordRequestContent ChangePasswordRequestContent) ApiChangePasswordRequest

func (ApiChangePasswordRequest) Execute ¶ added in v0.19.0

func (r ApiChangePasswordRequest) Execute() (*http.Response, error)

type ApiChangeRepositoryPropertiesRequest ¶

type ApiChangeRepositoryPropertiesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiChangeRepositoryPropertiesRequest) Digest ¶

Digest to detect modifications

func (ApiChangeRepositoryPropertiesRequest) Enabled ¶

Wether the repository is enabled

func (ApiChangeRepositoryPropertiesRequest) Execute ¶

func (ApiChangeRepositoryPropertiesRequest) Index ¶

Index within the file

func (ApiChangeRepositoryPropertiesRequest) Path ¶

Path to the containing file

type ApiCloneVirtualMachineRequest ¶

type ApiCloneVirtualMachineRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCloneVirtualMachineRequest) CloneVirtualMachineRequestContent ¶

func (r ApiCloneVirtualMachineRequest) CloneVirtualMachineRequestContent(cloneVirtualMachineRequestContent CloneVirtualMachineRequestContent) ApiCloneVirtualMachineRequest

func (ApiCloneVirtualMachineRequest) Execute ¶

type ApiCreateCephManagerRequest ¶ added in v0.59.0

type ApiCreateCephManagerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateCephManagerRequest) Execute ¶ added in v0.59.0

type ApiCreateCephMonitorRequest ¶ added in v0.58.0

type ApiCreateCephMonitorRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateCephMonitorRequest) CreateCephMonitorRequestContent ¶ added in v0.58.0

func (r ApiCreateCephMonitorRequest) CreateCephMonitorRequestContent(createCephMonitorRequestContent CreateCephMonitorRequestContent) ApiCreateCephMonitorRequest

func (ApiCreateCephMonitorRequest) Execute ¶ added in v0.58.0

type ApiCreateClusterConfigRequest ¶

type ApiCreateClusterConfigRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateClusterConfigRequest) CreateClusterConfigRequestContent ¶

func (r ApiCreateClusterConfigRequest) CreateClusterConfigRequestContent(createClusterConfigRequestContent CreateClusterConfigRequestContent) ApiCreateClusterConfigRequest

func (ApiCreateClusterConfigRequest) Execute ¶

type ApiCreateDirectoryRequest ¶

type ApiCreateDirectoryRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateDirectoryRequest) CreateDirectoryRequestContent ¶

func (r ApiCreateDirectoryRequest) CreateDirectoryRequestContent(createDirectoryRequestContent CreateDirectoryRequestContent) ApiCreateDirectoryRequest

func (ApiCreateDirectoryRequest) Execute ¶

type ApiCreateGroupRequest ¶ added in v0.36.0

type ApiCreateGroupRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateGroupRequest) CreateGroupRequestContent ¶ added in v0.36.0

func (r ApiCreateGroupRequest) CreateGroupRequestContent(createGroupRequestContent CreateGroupRequestContent) ApiCreateGroupRequest

func (ApiCreateGroupRequest) Execute ¶ added in v0.36.0

func (r ApiCreateGroupRequest) Execute() (*http.Response, error)

type ApiCreateLVMRequest ¶

type ApiCreateLVMRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateLVMRequest) CreateLVMRequestContent ¶

func (r ApiCreateLVMRequest) CreateLVMRequestContent(createLVMRequestContent CreateLVMRequestContent) ApiCreateLVMRequest

func (ApiCreateLVMRequest) Execute ¶

type ApiCreateLVMThinRequest ¶

type ApiCreateLVMThinRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateLVMThinRequest) CreateLVMThinRequestContent ¶

func (r ApiCreateLVMThinRequest) CreateLVMThinRequestContent(createLVMThinRequestContent CreateLVMThinRequestContent) ApiCreateLVMThinRequest

func (ApiCreateLVMThinRequest) Execute ¶

type ApiCreateNetworkInterfaceRequest ¶

type ApiCreateNetworkInterfaceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateNetworkInterfaceRequest) CreateNetworkInterfaceRequestContent ¶

func (r ApiCreateNetworkInterfaceRequest) CreateNetworkInterfaceRequestContent(createNetworkInterfaceRequestContent CreateNetworkInterfaceRequestContent) ApiCreateNetworkInterfaceRequest

func (ApiCreateNetworkInterfaceRequest) Execute ¶

type ApiCreatePoolRequest ¶

type ApiCreatePoolRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreatePoolRequest) CreatePoolRequestContent ¶

func (r ApiCreatePoolRequest) CreatePoolRequestContent(createPoolRequestContent CreatePoolRequestContent) ApiCreatePoolRequest

func (ApiCreatePoolRequest) Execute ¶

func (r ApiCreatePoolRequest) Execute() (*http.Response, error)

type ApiCreateRealmRequest ¶ added in v0.29.0

type ApiCreateRealmRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateRealmRequest) CreateRealmRequestContent ¶ added in v0.29.0

func (r ApiCreateRealmRequest) CreateRealmRequestContent(createRealmRequestContent CreateRealmRequestContent) ApiCreateRealmRequest

func (ApiCreateRealmRequest) Execute ¶ added in v0.29.0

func (r ApiCreateRealmRequest) Execute() (*http.Response, error)

type ApiCreateRoleRequest ¶ added in v0.38.0

type ApiCreateRoleRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateRoleRequest) CreateRoleRequestContent ¶ added in v0.38.0

func (r ApiCreateRoleRequest) CreateRoleRequestContent(createRoleRequestContent CreateRoleRequestContent) ApiCreateRoleRequest

func (ApiCreateRoleRequest) Execute ¶ added in v0.38.0

func (r ApiCreateRoleRequest) Execute() (*http.Response, error)

type ApiCreateSnapshotRequest ¶ added in v0.53.0

type ApiCreateSnapshotRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateSnapshotRequest) CreateSnapshotRequestContent ¶ added in v0.53.0

func (r ApiCreateSnapshotRequest) CreateSnapshotRequestContent(createSnapshotRequestContent CreateSnapshotRequestContent) ApiCreateSnapshotRequest

func (ApiCreateSnapshotRequest) Execute ¶ added in v0.53.0

type ApiCreateStorageRequest ¶

type ApiCreateStorageRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateStorageRequest) CreateStorageRequestContent ¶

func (r ApiCreateStorageRequest) CreateStorageRequestContent(createStorageRequestContent CreateStorageRequestContent) ApiCreateStorageRequest

func (ApiCreateStorageRequest) Execute ¶

type ApiCreateStorageVolumeRequest ¶ added in v0.16.0

type ApiCreateStorageVolumeRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateStorageVolumeRequest) CreateStorageVolumeRequestContent ¶ added in v0.16.0

func (r ApiCreateStorageVolumeRequest) CreateStorageVolumeRequestContent(createStorageVolumeRequestContent CreateStorageVolumeRequestContent) ApiCreateStorageVolumeRequest

func (ApiCreateStorageVolumeRequest) Execute ¶ added in v0.16.0

type ApiCreateTicketRequest ¶

type ApiCreateTicketRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateTicketRequest) CreateTicketRequestContent ¶

func (r ApiCreateTicketRequest) CreateTicketRequestContent(createTicketRequestContent CreateTicketRequestContent) ApiCreateTicketRequest

func (ApiCreateTicketRequest) Execute ¶

type ApiCreateUserRequest ¶ added in v0.19.0

type ApiCreateUserRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateUserRequest) CreateUserRequestContent ¶ added in v0.19.0

func (r ApiCreateUserRequest) CreateUserRequestContent(createUserRequestContent CreateUserRequestContent) ApiCreateUserRequest

func (ApiCreateUserRequest) Execute ¶ added in v0.19.0

func (r ApiCreateUserRequest) Execute() (*http.Response, error)

type ApiCreateUserTokenRequest ¶ added in v0.19.0

type ApiCreateUserTokenRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateUserTokenRequest) CreateUserTokenRequestContent ¶ added in v0.19.0

func (r ApiCreateUserTokenRequest) CreateUserTokenRequestContent(createUserTokenRequestContent CreateUserTokenRequestContent) ApiCreateUserTokenRequest

func (ApiCreateUserTokenRequest) Execute ¶ added in v0.19.0

type ApiCreateVirtualMachineRequest ¶

type ApiCreateVirtualMachineRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateVirtualMachineRequest) CreateVirtualMachineRequestContent ¶

func (r ApiCreateVirtualMachineRequest) CreateVirtualMachineRequestContent(createVirtualMachineRequestContent CreateVirtualMachineRequestContent) ApiCreateVirtualMachineRequest

func (ApiCreateVirtualMachineRequest) Execute ¶

type ApiCreateVirtualMachineTemplateRequest ¶

type ApiCreateVirtualMachineTemplateRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateVirtualMachineTemplateRequest) CreateVirtualMachineTemplateRequestContent ¶

func (r ApiCreateVirtualMachineTemplateRequest) CreateVirtualMachineTemplateRequestContent(createVirtualMachineTemplateRequestContent CreateVirtualMachineTemplateRequestContent) ApiCreateVirtualMachineTemplateRequest

func (ApiCreateVirtualMachineTemplateRequest) Execute ¶

type ApiCreateZFSPoolRequest ¶

type ApiCreateZFSPoolRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiCreateZFSPoolRequest) CreateZFSPoolRequestContent ¶

func (r ApiCreateZFSPoolRequest) CreateZFSPoolRequestContent(createZFSPoolRequestContent CreateZFSPoolRequestContent) ApiCreateZFSPoolRequest

func (ApiCreateZFSPoolRequest) Execute ¶

type ApiDeleteCephManagerRequest ¶ added in v0.59.0

type ApiDeleteCephManagerRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteCephManagerRequest) Execute ¶ added in v0.59.0

type ApiDeleteCephMonitorRequest ¶ added in v0.58.0

type ApiDeleteCephMonitorRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteCephMonitorRequest) Execute ¶ added in v0.58.0

type ApiDeleteDirectoryRequest ¶

type ApiDeleteDirectoryRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDirectoryRequest) CleanupConfig ¶

func (r ApiDeleteDirectoryRequest) CleanupConfig(cleanupConfig float32) ApiDeleteDirectoryRequest

Marks the associated storage as not available on this node anr removes them from the config. Takes a boolean integer value (0 false, 1 true).

func (ApiDeleteDirectoryRequest) CleanupDisks ¶

func (r ApiDeleteDirectoryRequest) CleanupDisks(cleanupDisks float32) ApiDeleteDirectoryRequest

Wipes the disk. Takes a boolean integer value (0 false, 1 true).

func (ApiDeleteDirectoryRequest) Execute ¶

type ApiDeleteGroupRequest ¶ added in v0.36.0

type ApiDeleteGroupRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteGroupRequest) Execute ¶ added in v0.36.0

func (r ApiDeleteGroupRequest) Execute() (*http.Response, error)

type ApiDeleteLVMRequest ¶

type ApiDeleteLVMRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteLVMRequest) CleanupConfig ¶

func (r ApiDeleteLVMRequest) CleanupConfig(cleanupConfig float32) ApiDeleteLVMRequest

Marks the associated storage as not available on this node anr removes them from the config. Takes a boolean integer value (0 false, 1 true).

func (ApiDeleteLVMRequest) CleanupDisks ¶

func (r ApiDeleteLVMRequest) CleanupDisks(cleanupDisks float32) ApiDeleteLVMRequest

Wipes the disk. Takes a boolean integer value (0 false, 1 true).

func (ApiDeleteLVMRequest) Execute ¶

type ApiDeleteLVMThinRequest ¶

type ApiDeleteLVMThinRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteLVMThinRequest) CleanupConfig ¶

func (r ApiDeleteLVMThinRequest) CleanupConfig(cleanupConfig float32) ApiDeleteLVMThinRequest

Marks the associated storage as not available on this node anr removes them from the config. Takes a boolean integer value (0 false, 1 true).

func (ApiDeleteLVMThinRequest) CleanupDisks ¶

func (r ApiDeleteLVMThinRequest) CleanupDisks(cleanupDisks float32) ApiDeleteLVMThinRequest

Wipes the disk. Takes a boolean integer value (0 false, 1 true).

func (ApiDeleteLVMThinRequest) Execute ¶

func (ApiDeleteLVMThinRequest) VolumeGroup ¶ added in v0.42.0

func (r ApiDeleteLVMThinRequest) VolumeGroup(volumeGroup string) ApiDeleteLVMThinRequest

The volume group name.

type ApiDeleteNetworkInterfaceRequest ¶

type ApiDeleteNetworkInterfaceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteNetworkInterfaceRequest) Execute ¶

type ApiDeleteNodeCertificateRequest ¶

type ApiDeleteNodeCertificateRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteNodeCertificateRequest) Execute ¶

type ApiDeletePoolRequest ¶

type ApiDeletePoolRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeletePoolRequest) Execute ¶

func (r ApiDeletePoolRequest) Execute() (*http.Response, error)

type ApiDeleteRealmRequest ¶ added in v0.26.0

type ApiDeleteRealmRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteRealmRequest) Execute ¶ added in v0.26.0

func (r ApiDeleteRealmRequest) Execute() (*http.Response, error)

type ApiDeleteRoleRequest ¶ added in v0.38.0

type ApiDeleteRoleRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteRoleRequest) Execute ¶ added in v0.38.0

func (r ApiDeleteRoleRequest) Execute() (*http.Response, error)

type ApiDeleteStorageRequest ¶

type ApiDeleteStorageRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteStorageRequest) Execute ¶

func (r ApiDeleteStorageRequest) Execute() (*http.Response, error)

type ApiDeleteStorageVolumeRequest ¶ added in v0.16.0

type ApiDeleteStorageVolumeRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteStorageVolumeRequest) Delay ¶ added in v0.16.0

Delay in seconds to wait for task to finish.

func (ApiDeleteStorageVolumeRequest) Execute ¶ added in v0.16.0

type ApiDeleteUserRequest ¶ added in v0.19.0

type ApiDeleteUserRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteUserRequest) Execute ¶ added in v0.19.0

func (r ApiDeleteUserRequest) Execute() (*http.Response, error)

type ApiDeleteUserTokenRequest ¶ added in v0.19.0

type ApiDeleteUserTokenRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteUserTokenRequest) Execute ¶ added in v0.19.0

func (r ApiDeleteUserTokenRequest) Execute() (*http.Response, error)

type ApiDeleteVirtualMachineRequest ¶

type ApiDeleteVirtualMachineRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteVirtualMachineRequest) DestoryUnreferencedDisks ¶

func (r ApiDeleteVirtualMachineRequest) DestoryUnreferencedDisks(destoryUnreferencedDisks float32) ApiDeleteVirtualMachineRequest

Destroy disks that are not referenced in the config.

func (ApiDeleteVirtualMachineRequest) Execute ¶

func (ApiDeleteVirtualMachineRequest) Purge ¶

Purge the VM from the configurations, backups, jobs, and HA.

func (ApiDeleteVirtualMachineRequest) Skiplock ¶

Skip the lock check. Only valid for root.

type ApiDeleteZFSPoolRequest ¶

type ApiDeleteZFSPoolRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDeleteZFSPoolRequest) CleanupConfig ¶

func (r ApiDeleteZFSPoolRequest) CleanupConfig(cleanupConfig float32) ApiDeleteZFSPoolRequest

Marks the associated storage as not available on this node anr removes them from the config. Takes a boolean integer value (0 false, 1 true).

func (ApiDeleteZFSPoolRequest) CleanupDisks ¶

func (r ApiDeleteZFSPoolRequest) CleanupDisks(cleanupDisks float32) ApiDeleteZFSPoolRequest

Wipes the disk. Takes a boolean integer value (0 false, 1 true).

func (ApiDeleteZFSPoolRequest) Execute ¶

type ApiDownloadFromUrlToStorageRequest ¶ added in v0.16.0

type ApiDownloadFromUrlToStorageRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiDownloadFromUrlToStorageRequest) DownloadFromUrlToStorageRequestContent ¶ added in v0.16.0

func (r ApiDownloadFromUrlToStorageRequest) DownloadFromUrlToStorageRequestContent(downloadFromUrlToStorageRequestContent DownloadFromUrlToStorageRequestContent) ApiDownloadFromUrlToStorageRequest

func (ApiDownloadFromUrlToStorageRequest) Execute ¶ added in v0.16.0

type ApiGetAccessControlListRequest ¶

type ApiGetAccessControlListRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetAccessControlListRequest) Execute ¶

type ApiGetClusterApiVersionRequest ¶

type ApiGetClusterApiVersionRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetClusterApiVersionRequest) Execute ¶

type ApiGetClusterJoinInformationRequest ¶

type ApiGetClusterJoinInformationRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetClusterJoinInformationRequest) Execute ¶

func (ApiGetClusterJoinInformationRequest) Node ¶

The node which to join.

type ApiGetClusterTotemSettingsRequest ¶

type ApiGetClusterTotemSettingsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetClusterTotemSettingsRequest) Execute ¶

type ApiGetGroupDetailsRequest ¶ added in v0.35.0

type ApiGetGroupDetailsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetGroupDetailsRequest) Execute ¶ added in v0.35.0

type ApiGetNetworkInterfaceRequest ¶

type ApiGetNetworkInterfaceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetNetworkInterfaceRequest) Execute ¶

type ApiGetNodeDnsRequest ¶ added in v0.56.0

type ApiGetNodeDnsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetNodeDnsRequest) Execute ¶ added in v0.56.0

type ApiGetPackageChangelogRequest ¶

type ApiGetPackageChangelogRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetPackageChangelogRequest) Execute ¶

func (ApiGetPackageChangelogRequest) Name ¶

The name of the package to get the changelog for.

type ApiGetPendingVirtualMachineCloudInitChangesRequest ¶

type ApiGetPendingVirtualMachineCloudInitChangesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetPendingVirtualMachineCloudInitChangesRequest) Execute ¶

type ApiGetPermissionsRequest ¶ added in v0.19.0

type ApiGetPermissionsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetPermissionsRequest) Execute ¶ added in v0.19.0

func (ApiGetPermissionsRequest) Path ¶ added in v0.19.0

func (ApiGetPermissionsRequest) Userid ¶ added in v0.19.0

type ApiGetPoolRequest ¶

type ApiGetPoolRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetPoolRequest) Execute ¶

func (ApiGetPoolRequest) Type_ ¶

type ApiGetRealmRequest ¶ added in v0.23.0

type ApiGetRealmRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetRealmRequest) Execute ¶ added in v0.23.0

type ApiGetRoleRequest ¶ added in v0.38.0

type ApiGetRoleRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetRoleRequest) Execute ¶ added in v0.38.0

type ApiGetSmartHealthRequest ¶

type ApiGetSmartHealthRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetSmartHealthRequest) Disk ¶

Disk to check.

func (ApiGetSmartHealthRequest) Execute ¶

func (ApiGetSmartHealthRequest) Healthonly ¶

Return only health status. Takes a boolean integer value (0 false, 1 true).

type ApiGetStorageRequest ¶

type ApiGetStorageRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetStorageRequest) Execute ¶

type ApiGetStorageStatusRequest ¶ added in v0.16.0

type ApiGetStorageStatusRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetStorageStatusRequest) Execute ¶ added in v0.16.0

type ApiGetUserConfigurationRequest ¶ added in v0.19.0

type ApiGetUserConfigurationRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetUserConfigurationRequest) Execute ¶ added in v0.19.0

type ApiGetUserTokenRequest ¶ added in v0.19.0

type ApiGetUserTokenRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetUserTokenRequest) Execute ¶ added in v0.19.0

type ApiGetVersionRequest ¶

type ApiGetVersionRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVersionRequest) Execute ¶

type ApiGetVirtualMachineAgentInfoRequest ¶ added in v0.13.0

type ApiGetVirtualMachineAgentInfoRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineAgentInfoRequest) Execute ¶ added in v0.13.0

type ApiGetVirtualMachineCloudInitRequest ¶

type ApiGetVirtualMachineCloudInitRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineCloudInitRequest) Execute ¶

func (ApiGetVirtualMachineCloudInitRequest) Type_ ¶

type ApiGetVirtualMachineCommandStatusRequest ¶ added in v0.45.0

type ApiGetVirtualMachineCommandStatusRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineCommandStatusRequest) Execute ¶ added in v0.45.0

func (ApiGetVirtualMachineCommandStatusRequest) Pid ¶ added in v0.45.0

type ApiGetVirtualMachineConfigurationRequest ¶

type ApiGetVirtualMachineConfigurationRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineConfigurationRequest) Current ¶

If specified, the configuration returned will be the current configuration. Otherwise, the configuration returned will be the pending configuration.

func (ApiGetVirtualMachineConfigurationRequest) Execute ¶

func (ApiGetVirtualMachineConfigurationRequest) Snapshot ¶

Fetch the configuration from the specified snapshot.

type ApiGetVirtualMachineFeatureSupportRequest ¶

type ApiGetVirtualMachineFeatureSupportRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineFeatureSupportRequest) Execute ¶

func (ApiGetVirtualMachineFeatureSupportRequest) Feature ¶

func (ApiGetVirtualMachineFeatureSupportRequest) Snapname ¶

type ApiGetVirtualMachineFileSystemInformationRequest ¶

type ApiGetVirtualMachineFileSystemInformationRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineFileSystemInformationRequest) Execute ¶

type ApiGetVirtualMachineHostnameRequest ¶

type ApiGetVirtualMachineHostnameRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineHostnameRequest) Execute ¶

type ApiGetVirtualMachineMemoryBlockInformationRequest ¶

type ApiGetVirtualMachineMemoryBlockInformationRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineMemoryBlockInformationRequest) Execute ¶

type ApiGetVirtualMachineMemoryBlocksRequest ¶

type ApiGetVirtualMachineMemoryBlocksRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineMemoryBlocksRequest) Execute ¶

type ApiGetVirtualMachineNetworkInterfacesRequest ¶ added in v0.18.0

type ApiGetVirtualMachineNetworkInterfacesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineNetworkInterfacesRequest) Execute ¶ added in v0.18.0

type ApiGetVirtualMachineOperatingSystemInformationRequest ¶

type ApiGetVirtualMachineOperatingSystemInformationRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineOperatingSystemInformationRequest) Execute ¶

type ApiGetVirtualMachineStatusRequest ¶

type ApiGetVirtualMachineStatusRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineStatusRequest) Execute ¶

type ApiGetVirtualMachineTimeRequest ¶

type ApiGetVirtualMachineTimeRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineTimeRequest) Execute ¶

type ApiGetVirtualMachineTimeZoneRequest ¶ added in v0.9.0

type ApiGetVirtualMachineTimeZoneRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineTimeZoneRequest) Execute ¶ added in v0.9.0

type ApiGetVirtualMachineVcpusRequest ¶ added in v0.11.0

type ApiGetVirtualMachineVcpusRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualMachineVcpusRequest) Execute ¶ added in v0.11.0

type ApiGetZFSPoolStatusRequest ¶

type ApiGetZFSPoolStatusRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiGetZFSPoolStatusRequest) Execute ¶

type ApiInitCephClusterRequest ¶ added in v0.58.0

type ApiInitCephClusterRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiInitCephClusterRequest) Execute ¶ added in v0.58.0

func (r ApiInitCephClusterRequest) Execute() (*http.Response, error)

func (ApiInitCephClusterRequest) InitCephClusterRequestContent ¶ added in v0.58.0

func (r ApiInitCephClusterRequest) InitCephClusterRequestContent(initCephClusterRequestContent InitCephClusterRequestContent) ApiInitCephClusterRequest

type ApiInitializeGPTRequest ¶

type ApiInitializeGPTRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiInitializeGPTRequest) Execute ¶

func (ApiInitializeGPTRequest) InitializeGPTRequestContent ¶

func (r ApiInitializeGPTRequest) InitializeGPTRequestContent(initializeGPTRequestContent InitializeGPTRequestContent) ApiInitializeGPTRequest

type ApiJoinClusterRequest ¶

type ApiJoinClusterRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiJoinClusterRequest) Execute ¶

func (ApiJoinClusterRequest) JoinClusterRequestContent ¶

func (r ApiJoinClusterRequest) JoinClusterRequestContent(joinClusterRequestContent JoinClusterRequestContent) ApiJoinClusterRequest

type ApiListCephManagersRequest ¶ added in v0.59.0

type ApiListCephManagersRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListCephManagersRequest) Execute ¶ added in v0.59.0

type ApiListCephMonitorsRequest ¶ added in v0.58.0

type ApiListCephMonitorsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListCephMonitorsRequest) Execute ¶ added in v0.58.0

type ApiListCorosyncNodesRequest ¶

type ApiListCorosyncNodesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListCorosyncNodesRequest) Execute ¶

type ApiListCpuCapabilitiesRequest ¶

type ApiListCpuCapabilitiesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListCpuCapabilitiesRequest) Execute ¶

type ApiListDirectoriesRequest ¶

type ApiListDirectoriesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListDirectoriesRequest) Execute ¶

type ApiListDisksRequest ¶

type ApiListDisksRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListDisksRequest) Execute ¶

func (ApiListDisksRequest) IncludePartitions ¶

func (r ApiListDisksRequest) IncludePartitions(includePartitions float32) ApiListDisksRequest

Include partitions in response list. Takes a boolean integer value (0 false, 1 true).

func (ApiListDisksRequest) Skipsmart ¶

func (r ApiListDisksRequest) Skipsmart(skipsmart float32) ApiListDisksRequest

Skip SMART checks. Takes a boolean integer value (0 false, 1 true).

func (ApiListDisksRequest) Type_ ¶

type ApiListGroupsRequest ¶ added in v0.35.0

type ApiListGroupsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListGroupsRequest) Execute ¶ added in v0.35.0

type ApiListLVMThinsRequest ¶

type ApiListLVMThinsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListLVMThinsRequest) Execute ¶

type ApiListLVMsRequest ¶

type ApiListLVMsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListLVMsRequest) Execute ¶

type ApiListMachineCapabilitiesRequest ¶

type ApiListMachineCapabilitiesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListMachineCapabilitiesRequest) Execute ¶

type ApiListNetworkInterfacesRequest ¶

type ApiListNetworkInterfacesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListNetworkInterfacesRequest) Execute ¶

func (ApiListNetworkInterfacesRequest) Type_ ¶

type ApiListNodeCertificatesRequest ¶

type ApiListNodeCertificatesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListNodeCertificatesRequest) Execute ¶

type ApiListNodeStorageRequest ¶ added in v0.16.0

type ApiListNodeStorageRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListNodeStorageRequest) Content ¶ added in v0.16.0

func (ApiListNodeStorageRequest) Enabled ¶ added in v0.16.0

An integer used to represent a boolean. 0 is false, 1 is true.

func (ApiListNodeStorageRequest) Execute ¶ added in v0.16.0

func (ApiListNodeStorageRequest) Storage ¶ added in v0.16.0

func (ApiListNodeStorageRequest) Target ¶ added in v0.16.0

If target and node differ, only return storage that is available on both nodes.

type ApiListNodesRequest ¶

type ApiListNodesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListNodesRequest) Execute ¶

type ApiListPackagesRequest ¶

type ApiListPackagesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListPackagesRequest) Execute ¶

type ApiListPciDeviceMediatedDevicesRequest ¶

type ApiListPciDeviceMediatedDevicesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListPciDeviceMediatedDevicesRequest) Execute ¶

type ApiListPciDevicesRequest ¶

type ApiListPciDevicesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListPciDevicesRequest) Execute ¶

func (ApiListPciDevicesRequest) PciClassBlacklist ¶

func (r ApiListPciDevicesRequest) PciClassBlacklist(pciClassBlacklist string) ApiListPciDevicesRequest

Comma seperated list of PCI class IDs to exclude from the list

func (ApiListPciDevicesRequest) Verbose ¶

An integer used to represent a boolean. 0 is false, 1 is true.

type ApiListPendingVirtualMachineConfigurationChangesRequest ¶

type ApiListPendingVirtualMachineConfigurationChangesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListPendingVirtualMachineConfigurationChangesRequest) Execute ¶

type ApiListPoolsRequest ¶

type ApiListPoolsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListPoolsRequest) Execute ¶

type ApiListRealmsRequest ¶ added in v0.21.0

type ApiListRealmsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListRealmsRequest) Execute ¶ added in v0.21.0

type ApiListRepositoriesInformationRequest ¶

type ApiListRepositoriesInformationRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListRepositoriesInformationRequest) Execute ¶

type ApiListRolesRequest ¶ added in v0.38.0

type ApiListRolesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListRolesRequest) Execute ¶ added in v0.38.0

type ApiListSnapshotsRequest ¶ added in v0.52.0

type ApiListSnapshotsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListSnapshotsRequest) Execute ¶ added in v0.52.0

type ApiListStorageRequest ¶

type ApiListStorageRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListStorageRequest) Execute ¶

func (ApiListStorageRequest) Type_ ¶ added in v0.37.0

type ApiListStorageVolumesRequest ¶ added in v0.16.0

type ApiListStorageVolumesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListStorageVolumesRequest) Content ¶ added in v0.16.0

func (ApiListStorageVolumesRequest) Execute ¶ added in v0.16.0

func (ApiListStorageVolumesRequest) Vmid ¶ added in v0.16.0

The id of the virtual machine as a string

type ApiListUpdatesRequest ¶

type ApiListUpdatesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListUpdatesRequest) Execute ¶

type ApiListUsbDevicesRequest ¶

type ApiListUsbDevicesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListUsbDevicesRequest) Execute ¶

type ApiListUserTokensRequest ¶ added in v0.19.0

type ApiListUserTokensRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListUserTokensRequest) Execute ¶ added in v0.19.0

type ApiListUsersRequest ¶ added in v0.19.0

type ApiListUsersRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListUsersRequest) Enabled ¶ added in v0.19.0

func (r ApiListUsersRequest) Enabled(enabled float32) ApiListUsersRequest

An integer used to represent a boolean. 0 is false, 1 is true.

func (ApiListUsersRequest) Execute ¶ added in v0.19.0

func (ApiListUsersRequest) Full ¶ added in v0.19.0

An integer used to represent a boolean. 0 is false, 1 is true.

type ApiListVirtualMachineFirewallReferencesRequest ¶ added in v0.54.0

type ApiListVirtualMachineFirewallReferencesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListVirtualMachineFirewallReferencesRequest) Execute ¶ added in v0.54.0

func (ApiListVirtualMachineFirewallReferencesRequest) Type_ ¶ added in v0.54.0

type ApiListVirtualMachinesRequest ¶

type ApiListVirtualMachinesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListVirtualMachinesRequest) Execute ¶

type ApiListZFSPoolsRequest ¶

type ApiListZFSPoolsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiListZFSPoolsRequest) Execute ¶

type ApiModifyPoolRequest ¶

type ApiModifyPoolRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiModifyPoolRequest) Execute ¶

func (r ApiModifyPoolRequest) Execute() (*http.Response, error)

func (ApiModifyPoolRequest) ModifyPoolRequestContent ¶

func (r ApiModifyPoolRequest) ModifyPoolRequestContent(modifyPoolRequestContent ModifyPoolRequestContent) ApiModifyPoolRequest

type ApiModifyRoleRequest ¶ added in v0.38.0

type ApiModifyRoleRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiModifyRoleRequest) Execute ¶ added in v0.38.0

func (r ApiModifyRoleRequest) Execute() (*http.Response, error)

func (ApiModifyRoleRequest) ModifyRoleRequestContent ¶ added in v0.38.0

func (r ApiModifyRoleRequest) ModifyRoleRequestContent(modifyRoleRequestContent ModifyRoleRequestContent) ApiModifyRoleRequest

type ApiModifyStorageRequest ¶

type ApiModifyStorageRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiModifyStorageRequest) Execute ¶

func (ApiModifyStorageRequest) ModifyStorageRequestContent ¶

func (r ApiModifyStorageRequest) ModifyStorageRequestContent(modifyStorageRequestContent ModifyStorageRequestContent) ApiModifyStorageRequest

type ApiModifyUserRequest ¶ added in v0.19.0

type ApiModifyUserRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiModifyUserRequest) Execute ¶ added in v0.19.0

func (r ApiModifyUserRequest) Execute() (*http.Response, error)

func (ApiModifyUserRequest) ModifyUserRequestContent ¶ added in v0.19.0

func (r ApiModifyUserRequest) ModifyUserRequestContent(modifyUserRequestContent ModifyUserRequestContent) ApiModifyUserRequest

type ApiModifyUserTokenRequest ¶ added in v0.19.0

type ApiModifyUserTokenRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiModifyUserTokenRequest) Execute ¶ added in v0.19.0

func (ApiModifyUserTokenRequest) ModifyUserTokenRequestContent ¶ added in v0.19.0

func (r ApiModifyUserTokenRequest) ModifyUserTokenRequestContent(modifyUserTokenRequestContent ModifyUserTokenRequestContent) ApiModifyUserTokenRequest

type ApiOrderNodeCertificateRequest ¶

type ApiOrderNodeCertificateRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiOrderNodeCertificateRequest) Execute ¶

func (ApiOrderNodeCertificateRequest) OrderNodeCertificateRequestContent ¶

func (r ApiOrderNodeCertificateRequest) OrderNodeCertificateRequestContent(orderNodeCertificateRequestContent OrderNodeCertificateRequestContent) ApiOrderNodeCertificateRequest

type ApiPingVirtualMachineRequest ¶ added in v0.20.0

type ApiPingVirtualMachineRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiPingVirtualMachineRequest) Execute ¶ added in v0.20.0

type ApiRebootVirtualMachineRequest ¶ added in v0.49.0

type ApiRebootVirtualMachineRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiRebootVirtualMachineRequest) Execute ¶ added in v0.49.0

func (ApiRebootVirtualMachineRequest) RebootVirtualMachineRequestContent ¶ added in v0.49.0

func (r ApiRebootVirtualMachineRequest) RebootVirtualMachineRequestContent(rebootVirtualMachineRequestContent RebootVirtualMachineRequestContent) ApiRebootVirtualMachineRequest

type ApiRegenerateVirtualMachineCloudInitRequest ¶

type ApiRegenerateVirtualMachineCloudInitRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiRegenerateVirtualMachineCloudInitRequest) Execute ¶

type ApiRemoveCorosyncNodeRequest ¶

type ApiRemoveCorosyncNodeRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiRemoveCorosyncNodeRequest) Execute ¶

type ApiRenewNodeCertificateRequest ¶

type ApiRenewNodeCertificateRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiRenewNodeCertificateRequest) Execute ¶

func (ApiRenewNodeCertificateRequest) RenewNodeCertificateRequestContent ¶

func (r ApiRenewNodeCertificateRequest) RenewNodeCertificateRequestContent(renewNodeCertificateRequestContent RenewNodeCertificateRequestContent) ApiRenewNodeCertificateRequest

type ApiResetVirtualMachineRequest ¶ added in v0.51.0

type ApiResetVirtualMachineRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiResetVirtualMachineRequest) Execute ¶ added in v0.51.0

func (ApiResetVirtualMachineRequest) ResetVirtualMachineRequestContent ¶ added in v0.51.0

func (r ApiResetVirtualMachineRequest) ResetVirtualMachineRequestContent(resetVirtualMachineRequestContent ResetVirtualMachineRequestContent) ApiResetVirtualMachineRequest

type ApiResizeVirtualMachineDiskRequest ¶

type ApiResizeVirtualMachineDiskRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiResizeVirtualMachineDiskRequest) Digest ¶

The SHA1 digest of the current configuration. Used to prevent concurrent operations.

func (ApiResizeVirtualMachineDiskRequest) Disk ¶

The name of the disk to resize.

func (ApiResizeVirtualMachineDiskRequest) Execute ¶

func (ApiResizeVirtualMachineDiskRequest) Size ¶

The new size of the disk in bytes, or with a suffix of K, M, G, or T for kilobytes, megabytes, gigabytes, or terabytes. If + is specified, the size is increased by the given amount.

func (ApiResizeVirtualMachineDiskRequest) Skiplock ¶

Ignore lock. Only valid if authenticated as root user.

type ApiResumeVirtualMachineRequest ¶ added in v0.51.0

type ApiResumeVirtualMachineRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiResumeVirtualMachineRequest) Execute ¶ added in v0.51.0

func (ApiResumeVirtualMachineRequest) ResumeVirtualMachineRequestContent ¶ added in v0.51.0

func (r ApiResumeVirtualMachineRequest) ResumeVirtualMachineRequestContent(resumeVirtualMachineRequestContent ResumeVirtualMachineRequestContent) ApiResumeVirtualMachineRequest

type ApiRevertNetworkInterfaceConfigurationRequest ¶

type ApiRevertNetworkInterfaceConfigurationRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiRevertNetworkInterfaceConfigurationRequest) Execute ¶

type ApiShutdownVirtualMachineRequest ¶ added in v0.50.0

type ApiShutdownVirtualMachineRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiShutdownVirtualMachineRequest) Execute ¶ added in v0.50.0

func (ApiShutdownVirtualMachineRequest) ShutdownVirtualMachineRequestContent ¶ added in v0.50.0

func (r ApiShutdownVirtualMachineRequest) ShutdownVirtualMachineRequestContent(shutdownVirtualMachineRequestContent ShutdownVirtualMachineRequestContent) ApiShutdownVirtualMachineRequest

type ApiStartVirtualMachineRequest ¶ added in v0.50.0

type ApiStartVirtualMachineRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiStartVirtualMachineRequest) Execute ¶ added in v0.50.0

func (ApiStartVirtualMachineRequest) StartVirtualMachineRequestContent ¶ added in v0.50.0

func (r ApiStartVirtualMachineRequest) StartVirtualMachineRequestContent(startVirtualMachineRequestContent StartVirtualMachineRequestContent) ApiStartVirtualMachineRequest

type ApiStopVirtualMachineRequest ¶ added in v0.50.0

type ApiStopVirtualMachineRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiStopVirtualMachineRequest) Execute ¶ added in v0.50.0

func (ApiStopVirtualMachineRequest) StopVirtualMachineRequestContent ¶ added in v0.50.0

func (r ApiStopVirtualMachineRequest) StopVirtualMachineRequestContent(stopVirtualMachineRequestContent StopVirtualMachineRequestContent) ApiStopVirtualMachineRequest

type ApiSuspendVirtualMachineRequest ¶ added in v0.51.0

type ApiSuspendVirtualMachineRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiSuspendVirtualMachineRequest) Execute ¶ added in v0.51.0

func (ApiSuspendVirtualMachineRequest) SuspendVirtualMachineRequestContent ¶ added in v0.51.0

func (r ApiSuspendVirtualMachineRequest) SuspendVirtualMachineRequestContent(suspendVirtualMachineRequestContent SuspendVirtualMachineRequestContent) ApiSuspendVirtualMachineRequest

type ApiSyncRealmRequest ¶ added in v0.32.0

type ApiSyncRealmRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiSyncRealmRequest) Execute ¶ added in v0.32.0

func (r ApiSyncRealmRequest) Execute() (*http.Response, error)

func (ApiSyncRealmRequest) SyncRealmRequestContent ¶ added in v0.32.0

func (r ApiSyncRealmRequest) SyncRealmRequestContent(syncRealmRequestContent SyncRealmRequestContent) ApiSyncRealmRequest

type ApiUnlinkVirtualMachineDisksRequest ¶

type ApiUnlinkVirtualMachineDisksRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUnlinkVirtualMachineDisksRequest) Execute ¶

func (ApiUnlinkVirtualMachineDisksRequest) Force ¶

Fore removal of disk. Without this, the disk is replaced with a disk entry of &#39;unused[n]&#39;.

func (ApiUnlinkVirtualMachineDisksRequest) Idlist ¶

A list of disk ids to unlink.

type ApiUpdateAccessControlListRequest ¶

type ApiUpdateAccessControlListRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateAccessControlListRequest) Execute ¶

func (ApiUpdateAccessControlListRequest) UpdateAccessControlListRequestContent ¶

func (r ApiUpdateAccessControlListRequest) UpdateAccessControlListRequestContent(updateAccessControlListRequestContent UpdateAccessControlListRequestContent) ApiUpdateAccessControlListRequest

type ApiUpdateGroupRequest ¶ added in v0.36.0

type ApiUpdateGroupRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateGroupRequest) Execute ¶ added in v0.36.0

func (r ApiUpdateGroupRequest) Execute() (*http.Response, error)

func (ApiUpdateGroupRequest) UpdateGroupRequestContent ¶ added in v0.36.0

func (r ApiUpdateGroupRequest) UpdateGroupRequestContent(updateGroupRequestContent UpdateGroupRequestContent) ApiUpdateGroupRequest

type ApiUpdateNetworkInterfaceRequest ¶

type ApiUpdateNetworkInterfaceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateNetworkInterfaceRequest) Execute ¶

func (ApiUpdateNetworkInterfaceRequest) UpdateNetworkInterfaceRequestContent ¶

func (r ApiUpdateNetworkInterfaceRequest) UpdateNetworkInterfaceRequestContent(updateNetworkInterfaceRequestContent UpdateNetworkInterfaceRequestContent) ApiUpdateNetworkInterfaceRequest

type ApiUpdateNodeDnsRequest ¶ added in v0.57.0

type ApiUpdateNodeDnsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateNodeDnsRequest) Execute ¶ added in v0.57.0

func (r ApiUpdateNodeDnsRequest) Execute() (*http.Response, error)

func (ApiUpdateNodeDnsRequest) Search ¶ added in v0.57.0

func (ApiUpdateNodeDnsRequest) UpdateNodeDnsRequestContent ¶ added in v0.57.0

func (r ApiUpdateNodeDnsRequest) UpdateNodeDnsRequestContent(updateNodeDnsRequestContent UpdateNodeDnsRequestContent) ApiUpdateNodeDnsRequest

type ApiUpdateRealmRequest ¶ added in v0.32.0

type ApiUpdateRealmRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateRealmRequest) Execute ¶ added in v0.32.0

func (r ApiUpdateRealmRequest) Execute() (*http.Response, error)

func (ApiUpdateRealmRequest) UpdateRealmRequestContent ¶ added in v0.32.0

func (r ApiUpdateRealmRequest) UpdateRealmRequestContent(updateRealmRequestContent UpdateRealmRequestContent) ApiUpdateRealmRequest

type ApiUpdateStorageVolumeRequest ¶ added in v0.16.0

type ApiUpdateStorageVolumeRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUpdateStorageVolumeRequest) Execute ¶ added in v0.16.0

func (ApiUpdateStorageVolumeRequest) UpdateStorageVolumeRequestContent ¶ added in v0.16.0

func (r ApiUpdateStorageVolumeRequest) UpdateStorageVolumeRequestContent(updateStorageVolumeRequestContent UpdateStorageVolumeRequestContent) ApiUpdateStorageVolumeRequest

type ApiUploadToStorageRequest ¶ added in v0.16.0

type ApiUploadToStorageRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiUploadToStorageRequest) Execute ¶ added in v0.16.0

func (ApiUploadToStorageRequest) UploadToStorageRequestContent ¶ added in v0.16.0

func (r ApiUploadToStorageRequest) UploadToStorageRequestContent(uploadToStorageRequestContent UploadToStorageRequestContent) ApiUploadToStorageRequest

type ApiVirtualMachineExecuteCommandRequest ¶ added in v0.43.0

type ApiVirtualMachineExecuteCommandRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiVirtualMachineExecuteCommandRequest) Execute ¶ added in v0.43.0

func (ApiVirtualMachineExecuteCommandRequest) VirtualMachineExecuteCommandRequestContent ¶ added in v0.43.0

func (r ApiVirtualMachineExecuteCommandRequest) VirtualMachineExecuteCommandRequestContent(virtualMachineExecuteCommandRequestContent VirtualMachineExecuteCommandRequestContent) ApiVirtualMachineExecuteCommandRequest

type ApiVirtualMachineReadFileRequest ¶ added in v0.46.0

type ApiVirtualMachineReadFileRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiVirtualMachineReadFileRequest) Execute ¶ added in v0.46.0

func (ApiVirtualMachineReadFileRequest) File ¶ added in v0.46.0

type ApiVirtualMachineWriteFileRequest ¶ added in v0.47.0

type ApiVirtualMachineWriteFileRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiVirtualMachineWriteFileRequest) Execute ¶ added in v0.47.0

func (ApiVirtualMachineWriteFileRequest) VirtualMachineWriteFileRequestContent ¶ added in v0.47.0

func (r ApiVirtualMachineWriteFileRequest) VirtualMachineWriteFileRequestContent(virtualMachineWriteFileRequestContent VirtualMachineWriteFileRequestContent) ApiVirtualMachineWriteFileRequest

type ApiWipeDiskRequest ¶

type ApiWipeDiskRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiWipeDiskRequest) Disk ¶

Disk to wipe.

func (ApiWipeDiskRequest) Execute ¶

func (r ApiWipeDiskRequest) Execute() (*http.Response, error)

type ApplyNetworkInterfaceConfigurationResponseContent ¶

type ApplyNetworkInterfaceConfigurationResponseContent struct {
	Data string `json:"data"`
}

ApplyNetworkInterfaceConfigurationResponseContent struct for ApplyNetworkInterfaceConfigurationResponseContent

func NewApplyNetworkInterfaceConfigurationResponseContent ¶

func NewApplyNetworkInterfaceConfigurationResponseContent(data string) *ApplyNetworkInterfaceConfigurationResponseContent

NewApplyNetworkInterfaceConfigurationResponseContent instantiates a new ApplyNetworkInterfaceConfigurationResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApplyNetworkInterfaceConfigurationResponseContentWithDefaults ¶

func NewApplyNetworkInterfaceConfigurationResponseContentWithDefaults() *ApplyNetworkInterfaceConfigurationResponseContent

NewApplyNetworkInterfaceConfigurationResponseContentWithDefaults instantiates a new ApplyNetworkInterfaceConfigurationResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApplyNetworkInterfaceConfigurationResponseContent) GetData ¶

GetData returns the Data field value

func (*ApplyNetworkInterfaceConfigurationResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ApplyNetworkInterfaceConfigurationResponseContent) MarshalJSON ¶

func (*ApplyNetworkInterfaceConfigurationResponseContent) SetData ¶

SetData sets field value

func (ApplyNetworkInterfaceConfigurationResponseContent) ToMap ¶ added in v0.9.0

func (o ApplyNetworkInterfaceConfigurationResponseContent) ToMap() (map[string]interface{}, error)

type ApplyVirtualMachineConfigurationAsyncRequestContent ¶

type ApplyVirtualMachineConfigurationAsyncRequestContent struct {
	// Enable ACPI support. Default to enabled.
	Acpi *float32 `json:"acpi,omitempty"`
	// List of cores to execute processes. Example value: 1,5,8-11.
	Affinity *string `json:"affinity,omitempty"`
	// The QEMU agent and its configuration.
	Agent *string                     `json:"agent,omitempty"`
	Arch  *VirtualMachineArchitecture `json:"arch,omitempty"`
	// Additional command line arguments passed to the kvm.
	Args *string `json:"args,omitempty"`
	// The audio device and its configuration.
	Audio0 *string `json:"audio0,omitempty"`
	// Start the virtual machine on crash.
	Autostart *float32 `json:"autostart,omitempty"`
	// Amount of RAM for the VM in MB.
	Ballon *float32 `json:"ballon,omitempty"`
	// The boot order of the virtual machine.
	Boot *string             `json:"boot,omitempty"`
	Bios *VirtualMachineBios `json:"bios,omitempty"`
	// The boot disk of the virtual machine.
	Bootdisk *string `json:"bootdisk,omitempty"`
	// The CD-ROM device and its configuration. An alias for option ide2
	Cdrom *string `json:"cdrom,omitempty"`
	// Specify custom cloud-init files to be used at start.
	Cicustom *string `json:"cicustom,omitempty"`
	// The password for the cloud-init user.
	Cipassword *string                      `json:"cipassword,omitempty"`
	Citype     *VirtualMachineCloudInitType `json:"citype,omitempty"`
	// The cloud-init user.
	Ciuser *string `json:"ciuser,omitempty"`
	// Number of cores per socket.
	Cores *float32 `json:"cores,omitempty"`
	// The CPU type.
	Cpu *string `json:"cpu,omitempty"`
	// CPU usage limit.
	Cpulimit *float32 `json:"cpulimit,omitempty"`
	// CPU weight for a VM. The higher the value, the more CPU time the VM gets.
	Cpuunits *float32 `json:"cpuunits,omitempty"`
	// The description of the virtual machine.
	Description *string `json:"description,omitempty"`
	// The SHA1 digest of the virtual machine configuration. This can prevent concurrent modifications of the virtual machine configuration.
	Digest *string `json:"digest,omitempty"`
	// A list of settings to delete from the configuration.
	Delete *string `json:"delete,omitempty"`
	// The EFI disk device and its configuration.
	Efidisk0 *string `json:"efidisk0,omitempty"`
	// Freeze the CPU at virtual machine start.
	Freeze *bool `json:"freeze,omitempty"`
	// The hook script that is used at various point in the virtual machines lifecycle.
	Hookscript *string `json:"hookscript,omitempty"`
	// The host PCI device and its configuration.
	Hostpci0 *string `json:"hostpci0,omitempty"`
	// The host PCI device and its configuration.
	Hostpci1 *string `json:"hostpci1,omitempty"`
	// The host PCI device and its configuration.
	Hostpci2 *string `json:"hostpci2,omitempty"`
	// The host PCI device and its configuration.
	Hostpci3 *string `json:"hostpci3,omitempty"`
	// The host PCI device and its configuration.
	Hostpci4 *string `json:"hostpci4,omitempty"`
	// The host PCI device and its configuration.
	Hostpci5 *string `json:"hostpci5,omitempty"`
	// The host PCI device and its configuration.
	Hostpci6 *string `json:"hostpci6,omitempty"`
	// The host PCI device and its configuration.
	Hostpci7 *string `json:"hostpci7,omitempty"`
	// The host PCI device and its configuration.
	Hostpci8 *string `json:"hostpci8,omitempty"`
	// The host PCI device and its configuration.
	Hostpci9  *string                  `json:"hostpci9,omitempty"`
	Hugepages *VirtualMachineHugePages `json:"hugepages,omitempty"`
	// Volume used as IDE or harddisk.
	Ide0 *string `json:"ide0,omitempty"`
	// Volume used as IDE or harddisk.
	Ide1 *string `json:"ide1,omitempty"`
	// Volume used as IDE or harddisk.
	Ide2 *string `json:"ide2,omitempty"`
	// Volume used as IDE or harddisk.
	Ide3 *string `json:"ide3,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig0 *string `json:"ipconfig0,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig1 *string `json:"ipconfig1,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig2 *string `json:"ipconfig2,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig3 *string `json:"ipconfig3,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig4 *string `json:"ipconfig4,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig5 *string `json:"ipconfig5,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig6 *string `json:"ipconfig6,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig7 *string `json:"ipconfig7,omitempty"`
	// Inter VM-shared memory.
	Ivshmem *string `json:"ivshmem,omitempty"`
	// Keep hugepages after shutdown.
	Keephugepages *float32                `json:"keephugepages,omitempty"`
	Keyboard      *VirtualMachineKeyboard `json:"keyboard,omitempty"`
	// Enable KVM support. Default to enabled.
	Kvm *float32 `json:"kvm,omitempty"`
	// Set the real time clock to local time.
	Localtime *float32                  `json:"localtime,omitempty"`
	Lock      *VirtualMachineConfigLock `json:"lock,omitempty"`
	// The machine type.
	Machine *string `json:"machine,omitempty"`
	// The amount of memory in MB.
	Memory *float32 `json:"memory,omitempty"`
	// The maximum tolerated downtime in seconds during migration.
	MigrateDowntime *float32 `json:"migrate_downtime,omitempty"`
	// The maximum speed in MB/s during migration. 0 is no limit
	MigrateSpeed *float32 `json:"migrate_speed,omitempty"`
	// The name of the virtual machine.
	Name *string `json:"name,omitempty"`
	// The nameserver for the virtual machine.
	Nameserver *string `json:"nameserver,omitempty"`
	// The network interface and its configuration.
	Net0 *string `json:"net0,omitempty"`
	// The network interface and its configuration.
	Net1 *string `json:"net1,omitempty"`
	// The network interface and its configuration.
	Net2 *string `json:"net2,omitempty"`
	// The network interface and its configuration.
	Net3 *string `json:"net3,omitempty"`
	// The network interface and its configuration.
	Net4 *string `json:"net4,omitempty"`
	// The network interface and its configuration.
	Net5 *string `json:"net5,omitempty"`
	// The network interface and its configuration.
	Net6 *string `json:"net6,omitempty"`
	// The network interface and its configuration.
	Net7 *string `json:"net7,omitempty"`
	// Enable NUMA support. Default to disabled.
	Numa *float32 `json:"numa,omitempty"`
	// NUMA topology.
	Numa0 *string `json:"numa0,omitempty"`
	// NUMA topology.
	Numa1 *string `json:"numa1,omitempty"`
	// NUMA topology.
	Numa2 *string `json:"numa2,omitempty"`
	// NUMA topology.
	Numa3 *string `json:"numa3,omitempty"`
	// NUMA topology.
	Numa4 *string `json:"numa4,omitempty"`
	// NUMA topology.
	Numa5 *string `json:"numa5,omitempty"`
	// NUMA topology.
	Numa6 *string `json:"numa6,omitempty"`
	// NUMA topology.
	Numa7 *string `json:"numa7,omitempty"`
	// Start the virtual machine on boot.
	Onboot *float32                       `json:"onboot,omitempty"`
	Ostype *VirtualMachineOperatingSystem `json:"ostype,omitempty"`
	// Host parallel device.
	Parallel0 *string `json:"parallel0,omitempty"`
	// Host parallel device.
	Parallel1 *string `json:"parallel1,omitempty"`
	// Host parallel device.
	Parallel2 *string `json:"parallel2,omitempty"`
	// The protection flag on the virtual machine. Disables remove VM and disk operations.
	Protection *float32 `json:"protection,omitempty"`
	// Allows reboot. False will have the virtual machine exit on reboot.
	Reboot *float32 `json:"reboot,omitempty"`
	// Virtio based random number generator.
	Rng0 *string `json:"rng0,omitempty"`
	// Uses the volume as a sata disk.
	Sata0 *string `json:"sata0,omitempty"`
	// Uses the volume as a sata disk.
	Sata1 *string `json:"sata1,omitempty"`
	// Uses the volume as a sata disk.
	Sata2 *string `json:"sata2,omitempty"`
	// Uses the volume as a sata disk.
	Sata3 *string `json:"sata3,omitempty"`
	// Uses the volume as a sata disk.
	Sata4 *string `json:"sata4,omitempty"`
	// Uses the volume as a sata disk.
	Sata5 *string `json:"sata5,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi0 *string `json:"scsi0,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi1 *string `json:"scsi1,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi2 *string `json:"scsi2,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi3 *string `json:"scsi3,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi4 *string `json:"scsi4,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi5 *string `json:"scsi5,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi6 *string `json:"scsi6,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi7 *string `json:"scsi7,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi8 *string `json:"scsi8,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi9 *string `json:"scsi9,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi10 *string `json:"scsi10,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi11 *string `json:"scsi11,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi12 *string `json:"scsi12,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi13 *string `json:"scsi13,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi14 *string `json:"scsi14,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi15 *string `json:"scsi15,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi16 *string `json:"scsi16,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi17 *string `json:"scsi17,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi18 *string `json:"scsi18,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi19 *string `json:"scsi19,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi20 *string `json:"scsi20,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi21 *string `json:"scsi21,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi22 *string `json:"scsi22,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi23 *string `json:"scsi23,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi24 *string `json:"scsi24,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi25 *string `json:"scsi25,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi26 *string `json:"scsi26,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi27 *string `json:"scsi27,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi28 *string `json:"scsi28,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi29 *string `json:"scsi29,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi30 *string                           `json:"scsi30,omitempty"`
	Scsihw *VirtualMachineScsiControllerType `json:"scsihw,omitempty"`
	// Cloudinit search domain.
	Searchdomain *string `json:"searchdomain,omitempty"`
	// A serial device on the virtual machine.
	Serial0 *string `json:"serial0,omitempty"`
	// A serial device on the virtual machine.
	Serial1 *string `json:"serial1,omitempty"`
	// A serial device on the virtual machine.
	Serial2 *string `json:"serial2,omitempty"`
	// A serial device on the virtual machine.
	Serial3 *string `json:"serial3,omitempty"`
	// The amount of memory shares for autoballooning.
	Shares *float32 `json:"shares,omitempty"`
	// SMBIOS type 1 field.
	Smbios1 *string `json:"smbios1,omitempty"`
	// The number of cpu sockets.
	Sockets *float32 `json:"sockets,omitempty"`
	// Enable spice enhancements.
	SpiceEnhancements *string `json:"spice_enhancements,omitempty"`
	// Cloud init SSH public keys. One per line.
	Sshkeys *string `json:"sshkeys,omitempty"`
	// The start date for the virtual machine real time clock.
	Startdate *string `json:"startdate,omitempty"`
	// The startup policy for the virtual machine.
	Startup *string `json:"startup,omitempty"`
	// Enable tablet device.
	Tablet *float32 `json:"tablet,omitempty"`
	// The tags for the virtual machine.
	Tags *string `json:"tags,omitempty"`
	// If the virtual machine is a template or not.
	Template *float32 `json:"template,omitempty"`
	// Configure a disk for storing TPM state.
	Tpmstate0 *string `json:"tpmstate0,omitempty"`
	// An unused disk on the virtual machine.
	Unused0 *string `json:"unused0,omitempty"`
	// An unused disk on the virtual machine.
	Unused1 *string `json:"unused1,omitempty"`
	// An unused disk on the virtual machine.
	Unused2 *string `json:"unused2,omitempty"`
	// An unused disk on the virtual machine.
	Unused3 *string `json:"unused3,omitempty"`
	// An unused disk on the virtual machine.
	Unused4 *string `json:"unused4,omitempty"`
	// An unused disk on the virtual machine.
	Unused5 *string `json:"unused5,omitempty"`
	// An unused disk on the virtual machine.
	Unused6 *string `json:"unused6,omitempty"`
	// An unused disk on the virtual machine.
	Unused7 *string `json:"unused7,omitempty"`
	// A usb device on the virtual machine.
	Usb0 *string `json:"usb0,omitempty"`
	// A usb device on the virtual machine.
	Usb1 *string `json:"usb1,omitempty"`
	// A usb device on the virtual machine.
	Usb2 *string `json:"usb2,omitempty"`
	// A usb device on the virtual machine.
	Usb3 *string `json:"usb3,omitempty"`
	// A usb device on the virtual machine.
	Usb4 *string `json:"usb4,omitempty"`
	// A usb device on the virtual machine.
	Usb5 *string `json:"usb5,omitempty"`
	// A usb device on the virtual machine.
	Usb6 *string `json:"usb6,omitempty"`
	// A usb device on the virtual machine.
	Usb7 *string `json:"usb7,omitempty"`
	// A usb device on the virtual machine.
	Usb8 *string `json:"usb8,omitempty"`
	// A usb device on the virtual machine.
	Usb9 *string `json:"usb9,omitempty"`
	// A usb device on the virtual machine.
	Usb10 *string `json:"usb10,omitempty"`
	// A usb device on the virtual machine.
	Usb11 *string `json:"usb11,omitempty"`
	// A usb device on the virtual machine.
	Usb12 *string `json:"usb12,omitempty"`
	// A usb device on the virtual machine.
	Usb13 *string `json:"usb13,omitempty"`
	// A usb device on the virtual machine.
	Usb14 *string `json:"usb14,omitempty"`
	// Hotplug devices.
	Hotplug *string `json:"hotplug,omitempty"`
	// The number of hotplugged virtual cpus.
	Vcpus *float32 `json:"vcpus,omitempty"`
	// Configuration for the VGA hardware.
	Vga *string `json:"vga,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio0 *string `json:"virtio0,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio1 *string `json:"virtio1,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio2 *string `json:"virtio2,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio3 *string `json:"virtio3,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio4 *string `json:"virtio4,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio5 *string `json:"virtio5,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio6 *string `json:"virtio6,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio7 *string `json:"virtio7,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio8 *string `json:"virtio8,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio9 *string `json:"virtio9,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio10 *string `json:"virtio10,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio11 *string `json:"virtio11,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio12 *string `json:"virtio12,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio13 *string `json:"virtio13,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio14 *string `json:"virtio14,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio15 *string `json:"virtio15,omitempty"`
	// Enable VM generation id seed.
	Vmgenid *string `json:"vmgenid,omitempty"`
	// Default location for storing VM state.
	Vmstatestorage *string `json:"vmstatestorage,omitempty"`
	// The watchdog device for the virtual machine.
	Watchdog *string `json:"watchdog,omitempty"`
}

ApplyVirtualMachineConfigurationAsyncRequestContent struct for ApplyVirtualMachineConfigurationAsyncRequestContent

func NewApplyVirtualMachineConfigurationAsyncRequestContent ¶

func NewApplyVirtualMachineConfigurationAsyncRequestContent() *ApplyVirtualMachineConfigurationAsyncRequestContent

NewApplyVirtualMachineConfigurationAsyncRequestContent instantiates a new ApplyVirtualMachineConfigurationAsyncRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApplyVirtualMachineConfigurationAsyncRequestContentWithDefaults ¶

func NewApplyVirtualMachineConfigurationAsyncRequestContentWithDefaults() *ApplyVirtualMachineConfigurationAsyncRequestContent

NewApplyVirtualMachineConfigurationAsyncRequestContentWithDefaults instantiates a new ApplyVirtualMachineConfigurationAsyncRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetAcpi ¶

GetAcpi returns the Acpi field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetAcpiOk ¶

GetAcpiOk returns a tuple with the Acpi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetAffinity ¶

GetAffinity returns the Affinity field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetAffinityOk ¶

GetAffinityOk returns a tuple with the Affinity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetAgent ¶

GetAgent returns the Agent field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetAgentOk ¶

GetAgentOk returns a tuple with the Agent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetArch ¶

GetArch returns the Arch field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetArchOk ¶

GetArchOk returns a tuple with the Arch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetArgs ¶

GetArgs returns the Args field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetArgsOk ¶

GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetAudio0 ¶

GetAudio0 returns the Audio0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetAudio0Ok ¶

GetAudio0Ok returns a tuple with the Audio0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetAutostart ¶

GetAutostart returns the Autostart field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetAutostartOk ¶

GetAutostartOk returns a tuple with the Autostart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetBallon ¶

GetBallon returns the Ballon field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetBallonOk ¶

GetBallonOk returns a tuple with the Ballon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetBios ¶

GetBios returns the Bios field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetBiosOk ¶

GetBiosOk returns a tuple with the Bios field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetBoot ¶

GetBoot returns the Boot field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetBootOk ¶

GetBootOk returns a tuple with the Boot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetBootdisk ¶

GetBootdisk returns the Bootdisk field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetBootdiskOk ¶

GetBootdiskOk returns a tuple with the Bootdisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCdrom ¶

GetCdrom returns the Cdrom field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCdromOk ¶

GetCdromOk returns a tuple with the Cdrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCicustom ¶

GetCicustom returns the Cicustom field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCicustomOk ¶

GetCicustomOk returns a tuple with the Cicustom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCipassword ¶

GetCipassword returns the Cipassword field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCipasswordOk ¶

GetCipasswordOk returns a tuple with the Cipassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCitype ¶

GetCitype returns the Citype field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCitypeOk ¶

GetCitypeOk returns a tuple with the Citype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCiuser ¶

GetCiuser returns the Ciuser field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCiuserOk ¶

GetCiuserOk returns a tuple with the Ciuser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCores ¶

GetCores returns the Cores field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCoresOk ¶

GetCoresOk returns a tuple with the Cores field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCpu ¶

GetCpu returns the Cpu field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCpuOk ¶

GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCpulimit ¶

GetCpulimit returns the Cpulimit field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCpulimitOk ¶

GetCpulimitOk returns a tuple with the Cpulimit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCpuunits ¶

GetCpuunits returns the Cpuunits field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetCpuunitsOk ¶

GetCpuunitsOk returns a tuple with the Cpuunits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetDelete ¶

GetDelete returns the Delete field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetDeleteOk ¶

GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetDigest ¶

GetDigest returns the Digest field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetDigestOk ¶

GetDigestOk returns a tuple with the Digest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetEfidisk0 ¶

GetEfidisk0 returns the Efidisk0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetEfidisk0Ok ¶

GetEfidisk0Ok returns a tuple with the Efidisk0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetFreeze ¶

GetFreeze returns the Freeze field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetFreezeOk ¶

GetFreezeOk returns a tuple with the Freeze field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHookscript ¶

GetHookscript returns the Hookscript field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHookscriptOk ¶

GetHookscriptOk returns a tuple with the Hookscript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci0 ¶

GetHostpci0 returns the Hostpci0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci0Ok ¶

GetHostpci0Ok returns a tuple with the Hostpci0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci1 ¶

GetHostpci1 returns the Hostpci1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci1Ok ¶

GetHostpci1Ok returns a tuple with the Hostpci1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci2 ¶

GetHostpci2 returns the Hostpci2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci2Ok ¶

GetHostpci2Ok returns a tuple with the Hostpci2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci3 ¶

GetHostpci3 returns the Hostpci3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci3Ok ¶

GetHostpci3Ok returns a tuple with the Hostpci3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci4 ¶

GetHostpci4 returns the Hostpci4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci4Ok ¶

GetHostpci4Ok returns a tuple with the Hostpci4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci5 ¶

GetHostpci5 returns the Hostpci5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci5Ok ¶

GetHostpci5Ok returns a tuple with the Hostpci5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci6 ¶

GetHostpci6 returns the Hostpci6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci6Ok ¶

GetHostpci6Ok returns a tuple with the Hostpci6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci7 ¶

GetHostpci7 returns the Hostpci7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci7Ok ¶

GetHostpci7Ok returns a tuple with the Hostpci7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci8 ¶

GetHostpci8 returns the Hostpci8 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci8Ok ¶

GetHostpci8Ok returns a tuple with the Hostpci8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci9 ¶

GetHostpci9 returns the Hostpci9 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHostpci9Ok ¶

GetHostpci9Ok returns a tuple with the Hostpci9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHotplug ¶

GetHotplug returns the Hotplug field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHotplugOk ¶

GetHotplugOk returns a tuple with the Hotplug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHugepages ¶

GetHugepages returns the Hugepages field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetHugepagesOk ¶

GetHugepagesOk returns a tuple with the Hugepages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIde0 ¶

GetIde0 returns the Ide0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIde0Ok ¶

GetIde0Ok returns a tuple with the Ide0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIde1 ¶

GetIde1 returns the Ide1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIde1Ok ¶

GetIde1Ok returns a tuple with the Ide1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIde2 ¶

GetIde2 returns the Ide2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIde2Ok ¶

GetIde2Ok returns a tuple with the Ide2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIde3 ¶

GetIde3 returns the Ide3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIde3Ok ¶

GetIde3Ok returns a tuple with the Ide3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig0 ¶

GetIpconfig0 returns the Ipconfig0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig0Ok ¶

GetIpconfig0Ok returns a tuple with the Ipconfig0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig1 ¶

GetIpconfig1 returns the Ipconfig1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig1Ok ¶

GetIpconfig1Ok returns a tuple with the Ipconfig1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig2 ¶

GetIpconfig2 returns the Ipconfig2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig2Ok ¶

GetIpconfig2Ok returns a tuple with the Ipconfig2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig3 ¶

GetIpconfig3 returns the Ipconfig3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig3Ok ¶

GetIpconfig3Ok returns a tuple with the Ipconfig3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig4 ¶

GetIpconfig4 returns the Ipconfig4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig4Ok ¶

GetIpconfig4Ok returns a tuple with the Ipconfig4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig5 ¶

GetIpconfig5 returns the Ipconfig5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig5Ok ¶

GetIpconfig5Ok returns a tuple with the Ipconfig5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig6 ¶

GetIpconfig6 returns the Ipconfig6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig6Ok ¶

GetIpconfig6Ok returns a tuple with the Ipconfig6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig7 ¶

GetIpconfig7 returns the Ipconfig7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIpconfig7Ok ¶

GetIpconfig7Ok returns a tuple with the Ipconfig7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIvshmem ¶

GetIvshmem returns the Ivshmem field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetIvshmemOk ¶

GetIvshmemOk returns a tuple with the Ivshmem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetKeephugepages ¶

GetKeephugepages returns the Keephugepages field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetKeephugepagesOk ¶

GetKeephugepagesOk returns a tuple with the Keephugepages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetKeyboard ¶

GetKeyboard returns the Keyboard field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetKeyboardOk ¶

GetKeyboardOk returns a tuple with the Keyboard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetKvm ¶

GetKvm returns the Kvm field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetKvmOk ¶

GetKvmOk returns a tuple with the Kvm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetLocaltime ¶

GetLocaltime returns the Localtime field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetLocaltimeOk ¶

GetLocaltimeOk returns a tuple with the Localtime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetLock ¶

GetLock returns the Lock field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetLockOk ¶

GetLockOk returns a tuple with the Lock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetMachine ¶

GetMachine returns the Machine field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetMachineOk ¶

GetMachineOk returns a tuple with the Machine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetMemory ¶

GetMemory returns the Memory field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetMemoryOk ¶

GetMemoryOk returns a tuple with the Memory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetMigrateDowntime ¶

GetMigrateDowntime returns the MigrateDowntime field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetMigrateDowntimeOk ¶

GetMigrateDowntimeOk returns a tuple with the MigrateDowntime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetMigrateSpeed ¶

GetMigrateSpeed returns the MigrateSpeed field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetMigrateSpeedOk ¶

GetMigrateSpeedOk returns a tuple with the MigrateSpeed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNameserver ¶

GetNameserver returns the Nameserver field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNameserverOk ¶

GetNameserverOk returns a tuple with the Nameserver field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet0 ¶

GetNet0 returns the Net0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet0Ok ¶

GetNet0Ok returns a tuple with the Net0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet1 ¶

GetNet1 returns the Net1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet1Ok ¶

GetNet1Ok returns a tuple with the Net1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet2 ¶

GetNet2 returns the Net2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet2Ok ¶

GetNet2Ok returns a tuple with the Net2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet3 ¶

GetNet3 returns the Net3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet3Ok ¶

GetNet3Ok returns a tuple with the Net3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet4 ¶

GetNet4 returns the Net4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet4Ok ¶

GetNet4Ok returns a tuple with the Net4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet5 ¶

GetNet5 returns the Net5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet5Ok ¶

GetNet5Ok returns a tuple with the Net5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet6 ¶

GetNet6 returns the Net6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet6Ok ¶

GetNet6Ok returns a tuple with the Net6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet7 ¶

GetNet7 returns the Net7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNet7Ok ¶

GetNet7Ok returns a tuple with the Net7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma ¶

GetNuma returns the Numa field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma0 ¶

GetNuma0 returns the Numa0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma0Ok ¶

GetNuma0Ok returns a tuple with the Numa0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma1 ¶

GetNuma1 returns the Numa1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma1Ok ¶

GetNuma1Ok returns a tuple with the Numa1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma2 ¶

GetNuma2 returns the Numa2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma2Ok ¶

GetNuma2Ok returns a tuple with the Numa2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma3 ¶

GetNuma3 returns the Numa3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma3Ok ¶

GetNuma3Ok returns a tuple with the Numa3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma4 ¶

GetNuma4 returns the Numa4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma4Ok ¶

GetNuma4Ok returns a tuple with the Numa4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma5 ¶

GetNuma5 returns the Numa5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma5Ok ¶

GetNuma5Ok returns a tuple with the Numa5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma6 ¶

GetNuma6 returns the Numa6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma6Ok ¶

GetNuma6Ok returns a tuple with the Numa6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma7 ¶

GetNuma7 returns the Numa7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNuma7Ok ¶

GetNuma7Ok returns a tuple with the Numa7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetNumaOk ¶

GetNumaOk returns a tuple with the Numa field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetOnboot ¶

GetOnboot returns the Onboot field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetOnbootOk ¶

GetOnbootOk returns a tuple with the Onboot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetOstype ¶

GetOstype returns the Ostype field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetOstypeOk ¶

GetOstypeOk returns a tuple with the Ostype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetParallel0 ¶

GetParallel0 returns the Parallel0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetParallel0Ok ¶

GetParallel0Ok returns a tuple with the Parallel0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetParallel1 ¶

GetParallel1 returns the Parallel1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetParallel1Ok ¶

GetParallel1Ok returns a tuple with the Parallel1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetParallel2 ¶

GetParallel2 returns the Parallel2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetParallel2Ok ¶

GetParallel2Ok returns a tuple with the Parallel2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetProtection ¶

GetProtection returns the Protection field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetProtectionOk ¶

GetProtectionOk returns a tuple with the Protection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetReboot ¶

GetReboot returns the Reboot field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetRebootOk ¶

GetRebootOk returns a tuple with the Reboot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetRng0 ¶

GetRng0 returns the Rng0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetRng0Ok ¶

GetRng0Ok returns a tuple with the Rng0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSata0 ¶

GetSata0 returns the Sata0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSata0Ok ¶

GetSata0Ok returns a tuple with the Sata0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSata1 ¶

GetSata1 returns the Sata1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSata1Ok ¶

GetSata1Ok returns a tuple with the Sata1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSata2 ¶

GetSata2 returns the Sata2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSata2Ok ¶

GetSata2Ok returns a tuple with the Sata2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSata3 ¶

GetSata3 returns the Sata3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSata3Ok ¶

GetSata3Ok returns a tuple with the Sata3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSata4 ¶

GetSata4 returns the Sata4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSata4Ok ¶

GetSata4Ok returns a tuple with the Sata4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSata5 ¶

GetSata5 returns the Sata5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSata5Ok ¶

GetSata5Ok returns a tuple with the Sata5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi0 ¶

GetScsi0 returns the Scsi0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi0Ok ¶

GetScsi0Ok returns a tuple with the Scsi0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi1 ¶

GetScsi1 returns the Scsi1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi10 ¶

GetScsi10 returns the Scsi10 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi10Ok ¶

GetScsi10Ok returns a tuple with the Scsi10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi11 ¶

GetScsi11 returns the Scsi11 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi11Ok ¶

GetScsi11Ok returns a tuple with the Scsi11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi12 ¶

GetScsi12 returns the Scsi12 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi12Ok ¶

GetScsi12Ok returns a tuple with the Scsi12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi13 ¶

GetScsi13 returns the Scsi13 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi13Ok ¶

GetScsi13Ok returns a tuple with the Scsi13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi14 ¶

GetScsi14 returns the Scsi14 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi14Ok ¶

GetScsi14Ok returns a tuple with the Scsi14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi15 ¶

GetScsi15 returns the Scsi15 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi15Ok ¶

GetScsi15Ok returns a tuple with the Scsi15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi16 ¶

GetScsi16 returns the Scsi16 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi16Ok ¶

GetScsi16Ok returns a tuple with the Scsi16 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi17 ¶

GetScsi17 returns the Scsi17 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi17Ok ¶

GetScsi17Ok returns a tuple with the Scsi17 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi18 ¶

GetScsi18 returns the Scsi18 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi18Ok ¶

GetScsi18Ok returns a tuple with the Scsi18 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi19 ¶

GetScsi19 returns the Scsi19 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi19Ok ¶

GetScsi19Ok returns a tuple with the Scsi19 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi1Ok ¶

GetScsi1Ok returns a tuple with the Scsi1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi2 ¶

GetScsi2 returns the Scsi2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi20 ¶

GetScsi20 returns the Scsi20 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi20Ok ¶

GetScsi20Ok returns a tuple with the Scsi20 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi21 ¶

GetScsi21 returns the Scsi21 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi21Ok ¶

GetScsi21Ok returns a tuple with the Scsi21 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi22 ¶

GetScsi22 returns the Scsi22 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi22Ok ¶

GetScsi22Ok returns a tuple with the Scsi22 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi23 ¶

GetScsi23 returns the Scsi23 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi23Ok ¶

GetScsi23Ok returns a tuple with the Scsi23 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi24 ¶

GetScsi24 returns the Scsi24 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi24Ok ¶

GetScsi24Ok returns a tuple with the Scsi24 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi25 ¶

GetScsi25 returns the Scsi25 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi25Ok ¶

GetScsi25Ok returns a tuple with the Scsi25 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi26 ¶

GetScsi26 returns the Scsi26 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi26Ok ¶

GetScsi26Ok returns a tuple with the Scsi26 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi27 ¶

GetScsi27 returns the Scsi27 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi27Ok ¶

GetScsi27Ok returns a tuple with the Scsi27 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi28 ¶

GetScsi28 returns the Scsi28 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi28Ok ¶

GetScsi28Ok returns a tuple with the Scsi28 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi29 ¶

GetScsi29 returns the Scsi29 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi29Ok ¶

GetScsi29Ok returns a tuple with the Scsi29 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi2Ok ¶

GetScsi2Ok returns a tuple with the Scsi2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi3 ¶

GetScsi3 returns the Scsi3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi30 ¶

GetScsi30 returns the Scsi30 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi30Ok ¶

GetScsi30Ok returns a tuple with the Scsi30 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi3Ok ¶

GetScsi3Ok returns a tuple with the Scsi3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi4 ¶

GetScsi4 returns the Scsi4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi4Ok ¶

GetScsi4Ok returns a tuple with the Scsi4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi5 ¶

GetScsi5 returns the Scsi5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi5Ok ¶

GetScsi5Ok returns a tuple with the Scsi5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi6 ¶

GetScsi6 returns the Scsi6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi6Ok ¶

GetScsi6Ok returns a tuple with the Scsi6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi7 ¶

GetScsi7 returns the Scsi7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi7Ok ¶

GetScsi7Ok returns a tuple with the Scsi7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi8 ¶

GetScsi8 returns the Scsi8 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi8Ok ¶

GetScsi8Ok returns a tuple with the Scsi8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi9 ¶

GetScsi9 returns the Scsi9 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsi9Ok ¶

GetScsi9Ok returns a tuple with the Scsi9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsihw ¶

GetScsihw returns the Scsihw field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetScsihwOk ¶

GetScsihwOk returns a tuple with the Scsihw field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSearchdomain ¶

GetSearchdomain returns the Searchdomain field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSearchdomainOk ¶

GetSearchdomainOk returns a tuple with the Searchdomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSerial0 ¶

GetSerial0 returns the Serial0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSerial0Ok ¶

GetSerial0Ok returns a tuple with the Serial0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSerial1 ¶

GetSerial1 returns the Serial1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSerial1Ok ¶

GetSerial1Ok returns a tuple with the Serial1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSerial2 ¶

GetSerial2 returns the Serial2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSerial2Ok ¶

GetSerial2Ok returns a tuple with the Serial2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSerial3 ¶

GetSerial3 returns the Serial3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSerial3Ok ¶

GetSerial3Ok returns a tuple with the Serial3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetShares ¶

GetShares returns the Shares field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSharesOk ¶

GetSharesOk returns a tuple with the Shares field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSmbios1 ¶

GetSmbios1 returns the Smbios1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSmbios1Ok ¶

GetSmbios1Ok returns a tuple with the Smbios1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSockets ¶

GetSockets returns the Sockets field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSocketsOk ¶

GetSocketsOk returns a tuple with the Sockets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSpiceEnhancements ¶

GetSpiceEnhancements returns the SpiceEnhancements field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSpiceEnhancementsOk ¶

func (o *ApplyVirtualMachineConfigurationAsyncRequestContent) GetSpiceEnhancementsOk() (*string, bool)

GetSpiceEnhancementsOk returns a tuple with the SpiceEnhancements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSshkeys ¶

GetSshkeys returns the Sshkeys field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetSshkeysOk ¶

GetSshkeysOk returns a tuple with the Sshkeys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetStartdate ¶

GetStartdate returns the Startdate field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetStartdateOk ¶

GetStartdateOk returns a tuple with the Startdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetStartup ¶

GetStartup returns the Startup field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetStartupOk ¶

GetStartupOk returns a tuple with the Startup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetTablet ¶

GetTablet returns the Tablet field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetTabletOk ¶

GetTabletOk returns a tuple with the Tablet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetTags ¶

GetTags returns the Tags field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetTagsOk ¶

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetTemplate ¶

GetTemplate returns the Template field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetTemplateOk ¶

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetTpmstate0 ¶

GetTpmstate0 returns the Tpmstate0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetTpmstate0Ok ¶

GetTpmstate0Ok returns a tuple with the Tpmstate0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused0 ¶ added in v0.55.0

GetUnused0 returns the Unused0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused0Ok ¶ added in v0.55.0

GetUnused0Ok returns a tuple with the Unused0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused1 ¶ added in v0.55.0

GetUnused1 returns the Unused1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused1Ok ¶ added in v0.55.0

GetUnused1Ok returns a tuple with the Unused1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused2 ¶ added in v0.55.0

GetUnused2 returns the Unused2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused2Ok ¶ added in v0.55.0

GetUnused2Ok returns a tuple with the Unused2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused3 ¶ added in v0.55.0

GetUnused3 returns the Unused3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused3Ok ¶ added in v0.55.0

GetUnused3Ok returns a tuple with the Unused3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused4 ¶ added in v0.55.0

GetUnused4 returns the Unused4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused4Ok ¶ added in v0.55.0

GetUnused4Ok returns a tuple with the Unused4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused5 ¶ added in v0.55.0

GetUnused5 returns the Unused5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused5Ok ¶ added in v0.55.0

GetUnused5Ok returns a tuple with the Unused5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused6 ¶ added in v0.55.0

GetUnused6 returns the Unused6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused6Ok ¶ added in v0.55.0

GetUnused6Ok returns a tuple with the Unused6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused7 ¶ added in v0.55.0

GetUnused7 returns the Unused7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUnused7Ok ¶ added in v0.55.0

GetUnused7Ok returns a tuple with the Unused7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb0 ¶

GetUsb0 returns the Usb0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb0Ok ¶

GetUsb0Ok returns a tuple with the Usb0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb1 ¶

GetUsb1 returns the Usb1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb10 ¶

GetUsb10 returns the Usb10 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb10Ok ¶

GetUsb10Ok returns a tuple with the Usb10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb11 ¶

GetUsb11 returns the Usb11 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb11Ok ¶

GetUsb11Ok returns a tuple with the Usb11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb12 ¶

GetUsb12 returns the Usb12 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb12Ok ¶

GetUsb12Ok returns a tuple with the Usb12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb13 ¶

GetUsb13 returns the Usb13 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb13Ok ¶

GetUsb13Ok returns a tuple with the Usb13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb14 ¶

GetUsb14 returns the Usb14 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb14Ok ¶

GetUsb14Ok returns a tuple with the Usb14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb1Ok ¶

GetUsb1Ok returns a tuple with the Usb1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb2 ¶

GetUsb2 returns the Usb2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb2Ok ¶

GetUsb2Ok returns a tuple with the Usb2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb3 ¶

GetUsb3 returns the Usb3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb3Ok ¶

GetUsb3Ok returns a tuple with the Usb3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb4 ¶

GetUsb4 returns the Usb4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb4Ok ¶

GetUsb4Ok returns a tuple with the Usb4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb5 ¶

GetUsb5 returns the Usb5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb5Ok ¶

GetUsb5Ok returns a tuple with the Usb5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb6 ¶

GetUsb6 returns the Usb6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb6Ok ¶

GetUsb6Ok returns a tuple with the Usb6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb7 ¶

GetUsb7 returns the Usb7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb7Ok ¶

GetUsb7Ok returns a tuple with the Usb7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb8 ¶

GetUsb8 returns the Usb8 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb8Ok ¶

GetUsb8Ok returns a tuple with the Usb8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb9 ¶

GetUsb9 returns the Usb9 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetUsb9Ok ¶

GetUsb9Ok returns a tuple with the Usb9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVcpus ¶

GetVcpus returns the Vcpus field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVcpusOk ¶

GetVcpusOk returns a tuple with the Vcpus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVga ¶

GetVga returns the Vga field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVgaOk ¶

GetVgaOk returns a tuple with the Vga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio0 ¶

GetVirtio0 returns the Virtio0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio0Ok ¶

GetVirtio0Ok returns a tuple with the Virtio0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio1 ¶

GetVirtio1 returns the Virtio1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio10 ¶

GetVirtio10 returns the Virtio10 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio10Ok ¶

GetVirtio10Ok returns a tuple with the Virtio10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio11 ¶

GetVirtio11 returns the Virtio11 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio11Ok ¶

GetVirtio11Ok returns a tuple with the Virtio11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio12 ¶

GetVirtio12 returns the Virtio12 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio12Ok ¶

GetVirtio12Ok returns a tuple with the Virtio12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio13 ¶

GetVirtio13 returns the Virtio13 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio13Ok ¶

GetVirtio13Ok returns a tuple with the Virtio13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio14 ¶

GetVirtio14 returns the Virtio14 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio14Ok ¶

GetVirtio14Ok returns a tuple with the Virtio14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio15 ¶

GetVirtio15 returns the Virtio15 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio15Ok ¶

GetVirtio15Ok returns a tuple with the Virtio15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio1Ok ¶

GetVirtio1Ok returns a tuple with the Virtio1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio2 ¶

GetVirtio2 returns the Virtio2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio2Ok ¶

GetVirtio2Ok returns a tuple with the Virtio2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio3 ¶

GetVirtio3 returns the Virtio3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio3Ok ¶

GetVirtio3Ok returns a tuple with the Virtio3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio4 ¶

GetVirtio4 returns the Virtio4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio4Ok ¶

GetVirtio4Ok returns a tuple with the Virtio4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio5 ¶

GetVirtio5 returns the Virtio5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio5Ok ¶

GetVirtio5Ok returns a tuple with the Virtio5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio6 ¶

GetVirtio6 returns the Virtio6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio6Ok ¶

GetVirtio6Ok returns a tuple with the Virtio6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio7 ¶

GetVirtio7 returns the Virtio7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio7Ok ¶

GetVirtio7Ok returns a tuple with the Virtio7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio8 ¶

GetVirtio8 returns the Virtio8 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio8Ok ¶

GetVirtio8Ok returns a tuple with the Virtio8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio9 ¶

GetVirtio9 returns the Virtio9 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVirtio9Ok ¶

GetVirtio9Ok returns a tuple with the Virtio9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVmgenid ¶

GetVmgenid returns the Vmgenid field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVmgenidOk ¶

GetVmgenidOk returns a tuple with the Vmgenid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVmstatestorage ¶

GetVmstatestorage returns the Vmstatestorage field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetVmstatestorageOk ¶

GetVmstatestorageOk returns a tuple with the Vmstatestorage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetWatchdog ¶

GetWatchdog returns the Watchdog field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) GetWatchdogOk ¶

GetWatchdogOk returns a tuple with the Watchdog field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasAcpi ¶

HasAcpi returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasAffinity ¶

HasAffinity returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasAgent ¶

HasAgent returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasArch ¶

HasArch returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasArgs ¶

HasArgs returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasAudio0 ¶

HasAudio0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasAutostart ¶

HasAutostart returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasBallon ¶

HasBallon returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasBios ¶

HasBios returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasBoot ¶

HasBoot returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasBootdisk ¶

HasBootdisk returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasCdrom ¶

HasCdrom returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasCicustom ¶

HasCicustom returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasCipassword ¶

HasCipassword returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasCitype ¶

HasCitype returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasCiuser ¶

HasCiuser returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasCores ¶

HasCores returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasCpu ¶

HasCpu returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasCpulimit ¶

HasCpulimit returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasCpuunits ¶

HasCpuunits returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasDelete ¶

HasDelete returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasDigest ¶

HasDigest returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasEfidisk0 ¶

HasEfidisk0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasFreeze ¶

HasFreeze returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHookscript ¶

HasHookscript returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHostpci0 ¶

HasHostpci0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHostpci1 ¶

HasHostpci1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHostpci2 ¶

HasHostpci2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHostpci3 ¶

HasHostpci3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHostpci4 ¶

HasHostpci4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHostpci5 ¶

HasHostpci5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHostpci6 ¶

HasHostpci6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHostpci7 ¶

HasHostpci7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHostpci8 ¶

HasHostpci8 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHostpci9 ¶

HasHostpci9 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHotplug ¶

HasHotplug returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasHugepages ¶

HasHugepages returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIde0 ¶

HasIde0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIde1 ¶

HasIde1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIde2 ¶

HasIde2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIde3 ¶

HasIde3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIpconfig0 ¶

HasIpconfig0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIpconfig1 ¶

HasIpconfig1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIpconfig2 ¶

HasIpconfig2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIpconfig3 ¶

HasIpconfig3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIpconfig4 ¶

HasIpconfig4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIpconfig5 ¶

HasIpconfig5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIpconfig6 ¶

HasIpconfig6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIpconfig7 ¶

HasIpconfig7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasIvshmem ¶

HasIvshmem returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasKeephugepages ¶

HasKeephugepages returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasKeyboard ¶

HasKeyboard returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasKvm ¶

HasKvm returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasLocaltime ¶

HasLocaltime returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasLock ¶

HasLock returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasMachine ¶

HasMachine returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasMemory ¶

HasMemory returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasMigrateDowntime ¶

HasMigrateDowntime returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasMigrateSpeed ¶

HasMigrateSpeed returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasName ¶

HasName returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNameserver ¶

HasNameserver returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNet0 ¶

HasNet0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNet1 ¶

HasNet1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNet2 ¶

HasNet2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNet3 ¶

HasNet3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNet4 ¶

HasNet4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNet5 ¶

HasNet5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNet6 ¶

HasNet6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNet7 ¶

HasNet7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNuma ¶

HasNuma returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNuma0 ¶

HasNuma0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNuma1 ¶

HasNuma1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNuma2 ¶

HasNuma2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNuma3 ¶

HasNuma3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNuma4 ¶

HasNuma4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNuma5 ¶

HasNuma5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNuma6 ¶

HasNuma6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasNuma7 ¶

HasNuma7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasOnboot ¶

HasOnboot returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasOstype ¶

HasOstype returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasParallel0 ¶

HasParallel0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasParallel1 ¶

HasParallel1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasParallel2 ¶

HasParallel2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasProtection ¶

HasProtection returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasReboot ¶

HasReboot returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasRng0 ¶

HasRng0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSata0 ¶

HasSata0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSata1 ¶

HasSata1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSata2 ¶

HasSata2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSata3 ¶

HasSata3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSata4 ¶

HasSata4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSata5 ¶

HasSata5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi0 ¶

HasScsi0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi1 ¶

HasScsi1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi10 ¶

HasScsi10 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi11 ¶

HasScsi11 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi12 ¶

HasScsi12 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi13 ¶

HasScsi13 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi14 ¶

HasScsi14 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi15 ¶

HasScsi15 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi16 ¶

HasScsi16 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi17 ¶

HasScsi17 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi18 ¶

HasScsi18 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi19 ¶

HasScsi19 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi2 ¶

HasScsi2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi20 ¶

HasScsi20 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi21 ¶

HasScsi21 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi22 ¶

HasScsi22 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi23 ¶

HasScsi23 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi24 ¶

HasScsi24 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi25 ¶

HasScsi25 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi26 ¶

HasScsi26 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi27 ¶

HasScsi27 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi28 ¶

HasScsi28 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi29 ¶

HasScsi29 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi3 ¶

HasScsi3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi30 ¶

HasScsi30 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi4 ¶

HasScsi4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi5 ¶

HasScsi5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi6 ¶

HasScsi6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi7 ¶

HasScsi7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi8 ¶

HasScsi8 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsi9 ¶

HasScsi9 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasScsihw ¶

HasScsihw returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSearchdomain ¶

HasSearchdomain returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSerial0 ¶

HasSerial0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSerial1 ¶

HasSerial1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSerial2 ¶

HasSerial2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSerial3 ¶

HasSerial3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasShares ¶

HasShares returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSmbios1 ¶

HasSmbios1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSockets ¶

HasSockets returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSpiceEnhancements ¶

HasSpiceEnhancements returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasSshkeys ¶

HasSshkeys returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasStartdate ¶

HasStartdate returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasStartup ¶

HasStartup returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasTablet ¶

HasTablet returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasTags ¶

HasTags returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasTemplate ¶

HasTemplate returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasTpmstate0 ¶

HasTpmstate0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUnused0 ¶ added in v0.55.0

HasUnused0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUnused1 ¶ added in v0.55.0

HasUnused1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUnused2 ¶ added in v0.55.0

HasUnused2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUnused3 ¶ added in v0.55.0

HasUnused3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUnused4 ¶ added in v0.55.0

HasUnused4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUnused5 ¶ added in v0.55.0

HasUnused5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUnused6 ¶ added in v0.55.0

HasUnused6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUnused7 ¶ added in v0.55.0

HasUnused7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb0 ¶

HasUsb0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb1 ¶

HasUsb1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb10 ¶

HasUsb10 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb11 ¶

HasUsb11 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb12 ¶

HasUsb12 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb13 ¶

HasUsb13 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb14 ¶

HasUsb14 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb2 ¶

HasUsb2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb3 ¶

HasUsb3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb4 ¶

HasUsb4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb5 ¶

HasUsb5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb6 ¶

HasUsb6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb7 ¶

HasUsb7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb8 ¶

HasUsb8 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasUsb9 ¶

HasUsb9 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVcpus ¶

HasVcpus returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVga ¶

HasVga returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio0 ¶

HasVirtio0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio1 ¶

HasVirtio1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio10 ¶

HasVirtio10 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio11 ¶

HasVirtio11 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio12 ¶

HasVirtio12 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio13 ¶

HasVirtio13 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio14 ¶

HasVirtio14 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio15 ¶

HasVirtio15 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio2 ¶

HasVirtio2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio3 ¶

HasVirtio3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio4 ¶

HasVirtio4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio5 ¶

HasVirtio5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio6 ¶

HasVirtio6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio7 ¶

HasVirtio7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio8 ¶

HasVirtio8 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVirtio9 ¶

HasVirtio9 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVmgenid ¶

HasVmgenid returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasVmstatestorage ¶

HasVmstatestorage returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) HasWatchdog ¶

HasWatchdog returns a boolean if a field has been set.

func (ApplyVirtualMachineConfigurationAsyncRequestContent) MarshalJSON ¶

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetAcpi ¶

SetAcpi gets a reference to the given float32 and assigns it to the Acpi field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetAffinity ¶

SetAffinity gets a reference to the given string and assigns it to the Affinity field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetAgent ¶

SetAgent gets a reference to the given string and assigns it to the Agent field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetArch ¶

SetArch gets a reference to the given VirtualMachineArchitecture and assigns it to the Arch field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetArgs ¶

SetArgs gets a reference to the given string and assigns it to the Args field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetAudio0 ¶

SetAudio0 gets a reference to the given string and assigns it to the Audio0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetAutostart ¶

SetAutostart gets a reference to the given float32 and assigns it to the Autostart field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetBallon ¶

SetBallon gets a reference to the given float32 and assigns it to the Ballon field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetBios ¶

SetBios gets a reference to the given VirtualMachineBios and assigns it to the Bios field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetBoot ¶

SetBoot gets a reference to the given string and assigns it to the Boot field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetBootdisk ¶

SetBootdisk gets a reference to the given string and assigns it to the Bootdisk field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetCdrom ¶

SetCdrom gets a reference to the given string and assigns it to the Cdrom field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetCicustom ¶

SetCicustom gets a reference to the given string and assigns it to the Cicustom field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetCipassword ¶

SetCipassword gets a reference to the given string and assigns it to the Cipassword field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetCitype ¶

SetCitype gets a reference to the given VirtualMachineCloudInitType and assigns it to the Citype field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetCiuser ¶

SetCiuser gets a reference to the given string and assigns it to the Ciuser field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetCores ¶

SetCores gets a reference to the given float32 and assigns it to the Cores field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetCpu ¶

SetCpu gets a reference to the given string and assigns it to the Cpu field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetCpulimit ¶

SetCpulimit gets a reference to the given float32 and assigns it to the Cpulimit field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetCpuunits ¶

SetCpuunits gets a reference to the given float32 and assigns it to the Cpuunits field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetDelete ¶

SetDelete gets a reference to the given string and assigns it to the Delete field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetDescription ¶

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetDigest ¶

SetDigest gets a reference to the given string and assigns it to the Digest field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetEfidisk0 ¶

SetEfidisk0 gets a reference to the given string and assigns it to the Efidisk0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetFreeze ¶

SetFreeze gets a reference to the given bool and assigns it to the Freeze field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHookscript ¶

SetHookscript gets a reference to the given string and assigns it to the Hookscript field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHostpci0 ¶

SetHostpci0 gets a reference to the given string and assigns it to the Hostpci0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHostpci1 ¶

SetHostpci1 gets a reference to the given string and assigns it to the Hostpci1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHostpci2 ¶

SetHostpci2 gets a reference to the given string and assigns it to the Hostpci2 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHostpci3 ¶

SetHostpci3 gets a reference to the given string and assigns it to the Hostpci3 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHostpci4 ¶

SetHostpci4 gets a reference to the given string and assigns it to the Hostpci4 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHostpci5 ¶

SetHostpci5 gets a reference to the given string and assigns it to the Hostpci5 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHostpci6 ¶

SetHostpci6 gets a reference to the given string and assigns it to the Hostpci6 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHostpci7 ¶

SetHostpci7 gets a reference to the given string and assigns it to the Hostpci7 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHostpci8 ¶

SetHostpci8 gets a reference to the given string and assigns it to the Hostpci8 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHostpci9 ¶

SetHostpci9 gets a reference to the given string and assigns it to the Hostpci9 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHotplug ¶

SetHotplug gets a reference to the given string and assigns it to the Hotplug field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetHugepages ¶

SetHugepages gets a reference to the given VirtualMachineHugePages and assigns it to the Hugepages field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIde0 ¶

SetIde0 gets a reference to the given string and assigns it to the Ide0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIde1 ¶

SetIde1 gets a reference to the given string and assigns it to the Ide1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIde2 ¶

SetIde2 gets a reference to the given string and assigns it to the Ide2 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIde3 ¶

SetIde3 gets a reference to the given string and assigns it to the Ide3 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIpconfig0 ¶

SetIpconfig0 gets a reference to the given string and assigns it to the Ipconfig0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIpconfig1 ¶

SetIpconfig1 gets a reference to the given string and assigns it to the Ipconfig1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIpconfig2 ¶

SetIpconfig2 gets a reference to the given string and assigns it to the Ipconfig2 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIpconfig3 ¶

SetIpconfig3 gets a reference to the given string and assigns it to the Ipconfig3 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIpconfig4 ¶

SetIpconfig4 gets a reference to the given string and assigns it to the Ipconfig4 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIpconfig5 ¶

SetIpconfig5 gets a reference to the given string and assigns it to the Ipconfig5 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIpconfig6 ¶

SetIpconfig6 gets a reference to the given string and assigns it to the Ipconfig6 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIpconfig7 ¶

SetIpconfig7 gets a reference to the given string and assigns it to the Ipconfig7 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetIvshmem ¶

SetIvshmem gets a reference to the given string and assigns it to the Ivshmem field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetKeephugepages ¶

SetKeephugepages gets a reference to the given float32 and assigns it to the Keephugepages field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetKeyboard ¶

SetKeyboard gets a reference to the given VirtualMachineKeyboard and assigns it to the Keyboard field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetKvm ¶

SetKvm gets a reference to the given float32 and assigns it to the Kvm field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetLocaltime ¶

SetLocaltime gets a reference to the given float32 and assigns it to the Localtime field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetLock ¶

SetLock gets a reference to the given VirtualMachineConfigLock and assigns it to the Lock field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetMachine ¶

SetMachine gets a reference to the given string and assigns it to the Machine field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetMemory ¶

SetMemory gets a reference to the given float32 and assigns it to the Memory field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetMigrateDowntime ¶

SetMigrateDowntime gets a reference to the given float32 and assigns it to the MigrateDowntime field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetMigrateSpeed ¶

SetMigrateSpeed gets a reference to the given float32 and assigns it to the MigrateSpeed field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNameserver ¶

SetNameserver gets a reference to the given string and assigns it to the Nameserver field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNet0 ¶

SetNet0 gets a reference to the given string and assigns it to the Net0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNet1 ¶

SetNet1 gets a reference to the given string and assigns it to the Net1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNet2 ¶

SetNet2 gets a reference to the given string and assigns it to the Net2 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNet3 ¶

SetNet3 gets a reference to the given string and assigns it to the Net3 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNet4 ¶

SetNet4 gets a reference to the given string and assigns it to the Net4 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNet5 ¶

SetNet5 gets a reference to the given string and assigns it to the Net5 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNet6 ¶

SetNet6 gets a reference to the given string and assigns it to the Net6 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNet7 ¶

SetNet7 gets a reference to the given string and assigns it to the Net7 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNuma ¶

SetNuma gets a reference to the given float32 and assigns it to the Numa field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNuma0 ¶

SetNuma0 gets a reference to the given string and assigns it to the Numa0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNuma1 ¶

SetNuma1 gets a reference to the given string and assigns it to the Numa1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNuma2 ¶

SetNuma2 gets a reference to the given string and assigns it to the Numa2 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNuma3 ¶

SetNuma3 gets a reference to the given string and assigns it to the Numa3 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNuma4 ¶

SetNuma4 gets a reference to the given string and assigns it to the Numa4 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNuma5 ¶

SetNuma5 gets a reference to the given string and assigns it to the Numa5 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNuma6 ¶

SetNuma6 gets a reference to the given string and assigns it to the Numa6 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetNuma7 ¶

SetNuma7 gets a reference to the given string and assigns it to the Numa7 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetOnboot ¶

SetOnboot gets a reference to the given float32 and assigns it to the Onboot field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetOstype ¶

SetOstype gets a reference to the given VirtualMachineOperatingSystem and assigns it to the Ostype field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetParallel0 ¶

SetParallel0 gets a reference to the given string and assigns it to the Parallel0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetParallel1 ¶

SetParallel1 gets a reference to the given string and assigns it to the Parallel1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetParallel2 ¶

SetParallel2 gets a reference to the given string and assigns it to the Parallel2 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetProtection ¶

SetProtection gets a reference to the given float32 and assigns it to the Protection field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetReboot ¶

SetReboot gets a reference to the given float32 and assigns it to the Reboot field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetRng0 ¶

SetRng0 gets a reference to the given string and assigns it to the Rng0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSata0 ¶

SetSata0 gets a reference to the given string and assigns it to the Sata0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSata1 ¶

SetSata1 gets a reference to the given string and assigns it to the Sata1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSata2 ¶

SetSata2 gets a reference to the given string and assigns it to the Sata2 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSata3 ¶

SetSata3 gets a reference to the given string and assigns it to the Sata3 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSata4 ¶

SetSata4 gets a reference to the given string and assigns it to the Sata4 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSata5 ¶

SetSata5 gets a reference to the given string and assigns it to the Sata5 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi0 ¶

SetScsi0 gets a reference to the given string and assigns it to the Scsi0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi1 ¶

SetScsi1 gets a reference to the given string and assigns it to the Scsi1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi10 ¶

SetScsi10 gets a reference to the given string and assigns it to the Scsi10 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi11 ¶

SetScsi11 gets a reference to the given string and assigns it to the Scsi11 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi12 ¶

SetScsi12 gets a reference to the given string and assigns it to the Scsi12 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi13 ¶

SetScsi13 gets a reference to the given string and assigns it to the Scsi13 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi14 ¶

SetScsi14 gets a reference to the given string and assigns it to the Scsi14 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi15 ¶

SetScsi15 gets a reference to the given string and assigns it to the Scsi15 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi16 ¶

SetScsi16 gets a reference to the given string and assigns it to the Scsi16 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi17 ¶

SetScsi17 gets a reference to the given string and assigns it to the Scsi17 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi18 ¶

SetScsi18 gets a reference to the given string and assigns it to the Scsi18 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi19 ¶

SetScsi19 gets a reference to the given string and assigns it to the Scsi19 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi2 ¶

SetScsi2 gets a reference to the given string and assigns it to the Scsi2 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi20 ¶

SetScsi20 gets a reference to the given string and assigns it to the Scsi20 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi21 ¶

SetScsi21 gets a reference to the given string and assigns it to the Scsi21 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi22 ¶

SetScsi22 gets a reference to the given string and assigns it to the Scsi22 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi23 ¶

SetScsi23 gets a reference to the given string and assigns it to the Scsi23 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi24 ¶

SetScsi24 gets a reference to the given string and assigns it to the Scsi24 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi25 ¶

SetScsi25 gets a reference to the given string and assigns it to the Scsi25 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi26 ¶

SetScsi26 gets a reference to the given string and assigns it to the Scsi26 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi27 ¶

SetScsi27 gets a reference to the given string and assigns it to the Scsi27 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi28 ¶

SetScsi28 gets a reference to the given string and assigns it to the Scsi28 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi29 ¶

SetScsi29 gets a reference to the given string and assigns it to the Scsi29 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi3 ¶

SetScsi3 gets a reference to the given string and assigns it to the Scsi3 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi30 ¶

SetScsi30 gets a reference to the given string and assigns it to the Scsi30 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi4 ¶

SetScsi4 gets a reference to the given string and assigns it to the Scsi4 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi5 ¶

SetScsi5 gets a reference to the given string and assigns it to the Scsi5 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi6 ¶

SetScsi6 gets a reference to the given string and assigns it to the Scsi6 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi7 ¶

SetScsi7 gets a reference to the given string and assigns it to the Scsi7 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi8 ¶

SetScsi8 gets a reference to the given string and assigns it to the Scsi8 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsi9 ¶

SetScsi9 gets a reference to the given string and assigns it to the Scsi9 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetScsihw ¶

SetScsihw gets a reference to the given VirtualMachineScsiControllerType and assigns it to the Scsihw field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSearchdomain ¶

SetSearchdomain gets a reference to the given string and assigns it to the Searchdomain field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSerial0 ¶

SetSerial0 gets a reference to the given string and assigns it to the Serial0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSerial1 ¶

SetSerial1 gets a reference to the given string and assigns it to the Serial1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSerial2 ¶

SetSerial2 gets a reference to the given string and assigns it to the Serial2 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSerial3 ¶

SetSerial3 gets a reference to the given string and assigns it to the Serial3 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetShares ¶

SetShares gets a reference to the given float32 and assigns it to the Shares field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSmbios1 ¶

SetSmbios1 gets a reference to the given string and assigns it to the Smbios1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSockets ¶

SetSockets gets a reference to the given float32 and assigns it to the Sockets field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSpiceEnhancements ¶

SetSpiceEnhancements gets a reference to the given string and assigns it to the SpiceEnhancements field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetSshkeys ¶

SetSshkeys gets a reference to the given string and assigns it to the Sshkeys field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetStartdate ¶

SetStartdate gets a reference to the given string and assigns it to the Startdate field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetStartup ¶

SetStartup gets a reference to the given string and assigns it to the Startup field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetTablet ¶

SetTablet gets a reference to the given float32 and assigns it to the Tablet field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetTags ¶

SetTags gets a reference to the given string and assigns it to the Tags field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetTemplate ¶

SetTemplate gets a reference to the given float32 and assigns it to the Template field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetTpmstate0 ¶

SetTpmstate0 gets a reference to the given string and assigns it to the Tpmstate0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUnused0 ¶ added in v0.55.0

SetUnused0 gets a reference to the given string and assigns it to the Unused0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUnused1 ¶ added in v0.55.0

SetUnused1 gets a reference to the given string and assigns it to the Unused1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUnused2 ¶ added in v0.55.0

SetUnused2 gets a reference to the given string and assigns it to the Unused2 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUnused3 ¶ added in v0.55.0

SetUnused3 gets a reference to the given string and assigns it to the Unused3 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUnused4 ¶ added in v0.55.0

SetUnused4 gets a reference to the given string and assigns it to the Unused4 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUnused5 ¶ added in v0.55.0

SetUnused5 gets a reference to the given string and assigns it to the Unused5 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUnused6 ¶ added in v0.55.0

SetUnused6 gets a reference to the given string and assigns it to the Unused6 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUnused7 ¶ added in v0.55.0

SetUnused7 gets a reference to the given string and assigns it to the Unused7 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb0 ¶

SetUsb0 gets a reference to the given string and assigns it to the Usb0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb1 ¶

SetUsb1 gets a reference to the given string and assigns it to the Usb1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb10 ¶

SetUsb10 gets a reference to the given string and assigns it to the Usb10 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb11 ¶

SetUsb11 gets a reference to the given string and assigns it to the Usb11 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb12 ¶

SetUsb12 gets a reference to the given string and assigns it to the Usb12 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb13 ¶

SetUsb13 gets a reference to the given string and assigns it to the Usb13 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb14 ¶

SetUsb14 gets a reference to the given string and assigns it to the Usb14 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb2 ¶

SetUsb2 gets a reference to the given string and assigns it to the Usb2 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb3 ¶

SetUsb3 gets a reference to the given string and assigns it to the Usb3 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb4 ¶

SetUsb4 gets a reference to the given string and assigns it to the Usb4 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb5 ¶

SetUsb5 gets a reference to the given string and assigns it to the Usb5 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb6 ¶

SetUsb6 gets a reference to the given string and assigns it to the Usb6 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb7 ¶

SetUsb7 gets a reference to the given string and assigns it to the Usb7 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb8 ¶

SetUsb8 gets a reference to the given string and assigns it to the Usb8 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetUsb9 ¶

SetUsb9 gets a reference to the given string and assigns it to the Usb9 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVcpus ¶

SetVcpus gets a reference to the given float32 and assigns it to the Vcpus field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVga ¶

SetVga gets a reference to the given string and assigns it to the Vga field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio0 ¶

SetVirtio0 gets a reference to the given string and assigns it to the Virtio0 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio1 ¶

SetVirtio1 gets a reference to the given string and assigns it to the Virtio1 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio10 ¶

SetVirtio10 gets a reference to the given string and assigns it to the Virtio10 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio11 ¶

SetVirtio11 gets a reference to the given string and assigns it to the Virtio11 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio12 ¶

SetVirtio12 gets a reference to the given string and assigns it to the Virtio12 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio13 ¶

SetVirtio13 gets a reference to the given string and assigns it to the Virtio13 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio14 ¶

SetVirtio14 gets a reference to the given string and assigns it to the Virtio14 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio15 ¶

SetVirtio15 gets a reference to the given string and assigns it to the Virtio15 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio2 ¶

SetVirtio2 gets a reference to the given string and assigns it to the Virtio2 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio3 ¶

SetVirtio3 gets a reference to the given string and assigns it to the Virtio3 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio4 ¶

SetVirtio4 gets a reference to the given string and assigns it to the Virtio4 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio5 ¶

SetVirtio5 gets a reference to the given string and assigns it to the Virtio5 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio6 ¶

SetVirtio6 gets a reference to the given string and assigns it to the Virtio6 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio7 ¶

SetVirtio7 gets a reference to the given string and assigns it to the Virtio7 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio8 ¶

SetVirtio8 gets a reference to the given string and assigns it to the Virtio8 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVirtio9 ¶

SetVirtio9 gets a reference to the given string and assigns it to the Virtio9 field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVmgenid ¶

SetVmgenid gets a reference to the given string and assigns it to the Vmgenid field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetVmstatestorage ¶

SetVmstatestorage gets a reference to the given string and assigns it to the Vmstatestorage field.

func (*ApplyVirtualMachineConfigurationAsyncRequestContent) SetWatchdog ¶

SetWatchdog gets a reference to the given string and assigns it to the Watchdog field.

func (ApplyVirtualMachineConfigurationAsyncRequestContent) ToMap ¶ added in v0.9.0

type ApplyVirtualMachineConfigurationAsyncResponseContent ¶

type ApplyVirtualMachineConfigurationAsyncResponseContent struct {
	Data string `json:"data"`
}

ApplyVirtualMachineConfigurationAsyncResponseContent struct for ApplyVirtualMachineConfigurationAsyncResponseContent

func NewApplyVirtualMachineConfigurationAsyncResponseContent ¶

func NewApplyVirtualMachineConfigurationAsyncResponseContent(data string) *ApplyVirtualMachineConfigurationAsyncResponseContent

NewApplyVirtualMachineConfigurationAsyncResponseContent instantiates a new ApplyVirtualMachineConfigurationAsyncResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApplyVirtualMachineConfigurationAsyncResponseContentWithDefaults ¶

func NewApplyVirtualMachineConfigurationAsyncResponseContentWithDefaults() *ApplyVirtualMachineConfigurationAsyncResponseContent

NewApplyVirtualMachineConfigurationAsyncResponseContentWithDefaults instantiates a new ApplyVirtualMachineConfigurationAsyncResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApplyVirtualMachineConfigurationAsyncResponseContent) GetData ¶

GetData returns the Data field value

func (*ApplyVirtualMachineConfigurationAsyncResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ApplyVirtualMachineConfigurationAsyncResponseContent) MarshalJSON ¶

func (*ApplyVirtualMachineConfigurationAsyncResponseContent) SetData ¶

SetData sets field value

func (ApplyVirtualMachineConfigurationAsyncResponseContent) ToMap ¶ added in v0.9.0

type ApplyVirtualMachineConfigurationSyncRequestContent ¶

type ApplyVirtualMachineConfigurationSyncRequestContent struct {
	// Enable ACPI support. Default to enabled.
	Acpi *float32 `json:"acpi,omitempty"`
	// List of cores to execute processes. Example value: 1,5,8-11.
	Affinity *string `json:"affinity,omitempty"`
	// The QEMU agent and its configuration.
	Agent *string                     `json:"agent,omitempty"`
	Arch  *VirtualMachineArchitecture `json:"arch,omitempty"`
	// Additional command line arguments passed to the kvm.
	Args *string `json:"args,omitempty"`
	// The audio device and its configuration.
	Audio0 *string `json:"audio0,omitempty"`
	// Start the virtual machine on crash.
	Autostart *float32 `json:"autostart,omitempty"`
	// Amount of RAM for the VM in MB.
	Ballon *float32 `json:"ballon,omitempty"`
	// The boot order of the virtual machine.
	Boot *string `json:"boot,omitempty"`
	// The boot disk of the virtual machine.
	Bootdisk *string `json:"bootdisk,omitempty"`
	// The CD-ROM device and its configuration. An alias for option ide2
	Cdrom *string `json:"cdrom,omitempty"`
	// Specify custom cloud-init files to be used at start.
	Cicustom *string `json:"cicustom,omitempty"`
	// The password for the cloud-init user.
	Cipassword *string                      `json:"cipassword,omitempty"`
	Citype     *VirtualMachineCloudInitType `json:"citype,omitempty"`
	// The cloud-init user.
	Ciuser *string `json:"ciuser,omitempty"`
	// Number of cores per socket.
	Cores *float32            `json:"cores,omitempty"`
	Bios  *VirtualMachineBios `json:"bios,omitempty"`
	// The CPU type.
	Cpu *string `json:"cpu,omitempty"`
	// CPU usage limit.
	Cpulimit *float32 `json:"cpulimit,omitempty"`
	// CPU weight for a VM. The higher the value, the more CPU time the VM gets.
	Cpuunits *float32 `json:"cpuunits,omitempty"`
	// The description of the virtual machine.
	Description *string `json:"description,omitempty"`
	// The SHA1 digest of the virtual machine configuration. This can prevent concurrent modifications of the virtual machine configuration.
	Digest *string `json:"digest,omitempty"`
	// A list of settings to delete from the configuration.
	Delete *string `json:"delete,omitempty"`
	// The EFI disk device and its configuration.
	Efidisk0 *string `json:"efidisk0,omitempty"`
	// Freeze the CPU at virtual machine start.
	Freeze *bool `json:"freeze,omitempty"`
	// The hook script that is used at various point in the virtual machines lifecycle.
	Hookscript *string `json:"hookscript,omitempty"`
	// The host PCI device and its configuration.
	Hostpci0 *string `json:"hostpci0,omitempty"`
	// The host PCI device and its configuration.
	Hostpci1 *string `json:"hostpci1,omitempty"`
	// The host PCI device and its configuration.
	Hostpci2 *string `json:"hostpci2,omitempty"`
	// The host PCI device and its configuration.
	Hostpci3 *string `json:"hostpci3,omitempty"`
	// The host PCI device and its configuration.
	Hostpci4 *string `json:"hostpci4,omitempty"`
	// The host PCI device and its configuration.
	Hostpci5 *string `json:"hostpci5,omitempty"`
	// The host PCI device and its configuration.
	Hostpci6 *string `json:"hostpci6,omitempty"`
	// The host PCI device and its configuration.
	Hostpci7 *string `json:"hostpci7,omitempty"`
	// The host PCI device and its configuration.
	Hostpci8 *string `json:"hostpci8,omitempty"`
	// The host PCI device and its configuration.
	Hostpci9  *string                  `json:"hostpci9,omitempty"`
	Hugepages *VirtualMachineHugePages `json:"hugepages,omitempty"`
	// Volume used as IDE or harddisk.
	Ide0 *string `json:"ide0,omitempty"`
	// Volume used as IDE or harddisk.
	Ide1 *string `json:"ide1,omitempty"`
	// Volume used as IDE or harddisk.
	Ide2 *string `json:"ide2,omitempty"`
	// Volume used as IDE or harddisk.
	Ide3 *string `json:"ide3,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig0 *string `json:"ipconfig0,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig1 *string `json:"ipconfig1,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig2 *string `json:"ipconfig2,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig3 *string `json:"ipconfig3,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig4 *string `json:"ipconfig4,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig5 *string `json:"ipconfig5,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig6 *string `json:"ipconfig6,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig7 *string `json:"ipconfig7,omitempty"`
	// Inter VM-shared memory.
	Ivshmem *string `json:"ivshmem,omitempty"`
	// Keep hugepages after shutdown.
	Keephugepages *float32                `json:"keephugepages,omitempty"`
	Keyboard      *VirtualMachineKeyboard `json:"keyboard,omitempty"`
	// Enable KVM support. Default to enabled.
	Kvm *float32 `json:"kvm,omitempty"`
	// Set the real time clock to local time.
	Localtime *float32                  `json:"localtime,omitempty"`
	Lock      *VirtualMachineConfigLock `json:"lock,omitempty"`
	// The machine type.
	Machine *string `json:"machine,omitempty"`
	// The amount of memory in MB.
	Memory *float32 `json:"memory,omitempty"`
	// The maximum tolerated downtime in seconds during migration.
	MigrateDowntime *float32 `json:"migrate_downtime,omitempty"`
	// The maximum speed in MB/s during migration. 0 is no limit
	MigrateSpeed *float32 `json:"migrate_speed,omitempty"`
	// The name of the virtual machine.
	Name *string `json:"name,omitempty"`
	// The nameserver for the virtual machine.
	Nameserver *string `json:"nameserver,omitempty"`
	// The network interface and its configuration.
	Net0 *string `json:"net0,omitempty"`
	// The network interface and its configuration.
	Net1 *string `json:"net1,omitempty"`
	// The network interface and its configuration.
	Net2 *string `json:"net2,omitempty"`
	// The network interface and its configuration.
	Net3 *string `json:"net3,omitempty"`
	// The network interface and its configuration.
	Net4 *string `json:"net4,omitempty"`
	// The network interface and its configuration.
	Net5 *string `json:"net5,omitempty"`
	// The network interface and its configuration.
	Net6 *string `json:"net6,omitempty"`
	// The network interface and its configuration.
	Net7 *string `json:"net7,omitempty"`
	// Enable NUMA support. Default to disabled.
	Numa *float32 `json:"numa,omitempty"`
	// NUMA topology.
	Numa0 *string `json:"numa0,omitempty"`
	// NUMA topology.
	Numa1 *string `json:"numa1,omitempty"`
	// NUMA topology.
	Numa2 *string `json:"numa2,omitempty"`
	// NUMA topology.
	Numa3 *string `json:"numa3,omitempty"`
	// NUMA topology.
	Numa4 *string `json:"numa4,omitempty"`
	// NUMA topology.
	Numa5 *string `json:"numa5,omitempty"`
	// NUMA topology.
	Numa6 *string `json:"numa6,omitempty"`
	// NUMA topology.
	Numa7 *string `json:"numa7,omitempty"`
	// Start the virtual machine on boot.
	Onboot *float32                       `json:"onboot,omitempty"`
	Ostype *VirtualMachineOperatingSystem `json:"ostype,omitempty"`
	// Host parallel device.
	Parallel0 *string `json:"parallel0,omitempty"`
	// Host parallel device.
	Parallel1 *string `json:"parallel1,omitempty"`
	// Host parallel device.
	Parallel2 *string `json:"parallel2,omitempty"`
	// The protection flag on the virtual machine. Disables remove VM and disk operations.
	Protection *float32 `json:"protection,omitempty"`
	// Allows reboot. False will have the virtual machine exit on reboot.
	Reboot *float32 `json:"reboot,omitempty"`
	// Virtio based random number generator.
	Rng0 *string `json:"rng0,omitempty"`
	// Uses the volume as a sata disk.
	Sata0 *string `json:"sata0,omitempty"`
	// Uses the volume as a sata disk.
	Sata1 *string `json:"sata1,omitempty"`
	// Uses the volume as a sata disk.
	Sata2 *string `json:"sata2,omitempty"`
	// Uses the volume as a sata disk.
	Sata3 *string `json:"sata3,omitempty"`
	// Uses the volume as a sata disk.
	Sata4 *string `json:"sata4,omitempty"`
	// Uses the volume as a sata disk.
	Sata5 *string `json:"sata5,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi0 *string `json:"scsi0,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi1 *string `json:"scsi1,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi2 *string `json:"scsi2,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi3 *string `json:"scsi3,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi4 *string `json:"scsi4,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi5 *string `json:"scsi5,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi6 *string `json:"scsi6,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi7 *string `json:"scsi7,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi8 *string `json:"scsi8,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi9 *string `json:"scsi9,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi10 *string `json:"scsi10,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi11 *string `json:"scsi11,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi12 *string `json:"scsi12,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi13 *string `json:"scsi13,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi14 *string `json:"scsi14,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi15 *string `json:"scsi15,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi16 *string `json:"scsi16,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi17 *string `json:"scsi17,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi18 *string `json:"scsi18,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi19 *string `json:"scsi19,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi20 *string `json:"scsi20,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi21 *string `json:"scsi21,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi22 *string `json:"scsi22,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi23 *string `json:"scsi23,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi24 *string `json:"scsi24,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi25 *string `json:"scsi25,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi26 *string `json:"scsi26,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi27 *string `json:"scsi27,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi28 *string `json:"scsi28,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi29 *string `json:"scsi29,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi30 *string                           `json:"scsi30,omitempty"`
	Scsihw *VirtualMachineScsiControllerType `json:"scsihw,omitempty"`
	// Cloudinit search domain.
	Searchdomain *string `json:"searchdomain,omitempty"`
	// A serial device on the virtual machine.
	Serial0 *string `json:"serial0,omitempty"`
	// A serial device on the virtual machine.
	Serial1 *string `json:"serial1,omitempty"`
	// A serial device on the virtual machine.
	Serial2 *string `json:"serial2,omitempty"`
	// A serial device on the virtual machine.
	Serial3 *string `json:"serial3,omitempty"`
	// The amount of memory shares for autoballooning.
	Shares *float32 `json:"shares,omitempty"`
	// SMBIOS type 1 field.
	Smbios1 *string `json:"smbios1,omitempty"`
	// The number of cpu sockets.
	Sockets *float32 `json:"sockets,omitempty"`
	// Enable spice enhancements.
	SpiceEnhancements *string `json:"spice_enhancements,omitempty"`
	// Cloud init SSH public keys. One per line.
	Sshkeys *string `json:"sshkeys,omitempty"`
	// The start date for the virtual machine real time clock.
	Startdate *string `json:"startdate,omitempty"`
	// The startup policy for the virtual machine.
	Startup *string `json:"startup,omitempty"`
	// Enable tablet device.
	Tablet *float32 `json:"tablet,omitempty"`
	// The tags for the virtual machine.
	Tags *string `json:"tags,omitempty"`
	// If the virtual machine is a template or not.
	Template *float32 `json:"template,omitempty"`
	// Configure a disk for storing TPM state.
	Tpmstate0 *string `json:"tpmstate0,omitempty"`
	// An unused disk on the virtual machine.
	Unused0 *string `json:"unused0,omitempty"`
	// An unused disk on the virtual machine.
	Unused1 *string `json:"unused1,omitempty"`
	// An unused disk on the virtual machine.
	Unused2 *string `json:"unused2,omitempty"`
	// An unused disk on the virtual machine.
	Unused3 *string `json:"unused3,omitempty"`
	// An unused disk on the virtual machine.
	Unused4 *string `json:"unused4,omitempty"`
	// An unused disk on the virtual machine.
	Unused5 *string `json:"unused5,omitempty"`
	// An unused disk on the virtual machine.
	Unused6 *string `json:"unused6,omitempty"`
	// An unused disk on the virtual machine.
	Unused7 *string `json:"unused7,omitempty"`
	// A usb device on the virtual machine.
	Usb0 *string `json:"usb0,omitempty"`
	// A usb device on the virtual machine.
	Usb1 *string `json:"usb1,omitempty"`
	// A usb device on the virtual machine.
	Usb2 *string `json:"usb2,omitempty"`
	// A usb device on the virtual machine.
	Usb3 *string `json:"usb3,omitempty"`
	// A usb device on the virtual machine.
	Usb4 *string `json:"usb4,omitempty"`
	// A usb device on the virtual machine.
	Usb5 *string `json:"usb5,omitempty"`
	// A usb device on the virtual machine.
	Usb6 *string `json:"usb6,omitempty"`
	// A usb device on the virtual machine.
	Usb7 *string `json:"usb7,omitempty"`
	// A usb device on the virtual machine.
	Usb8 *string `json:"usb8,omitempty"`
	// A usb device on the virtual machine.
	Usb9 *string `json:"usb9,omitempty"`
	// A usb device on the virtual machine.
	Usb10 *string `json:"usb10,omitempty"`
	// A usb device on the virtual machine.
	Usb11 *string `json:"usb11,omitempty"`
	// A usb device on the virtual machine.
	Usb12 *string `json:"usb12,omitempty"`
	// A usb device on the virtual machine.
	Usb13 *string `json:"usb13,omitempty"`
	// A usb device on the virtual machine.
	Usb14 *string `json:"usb14,omitempty"`
	// Hotplug devices.
	Hotplug *string `json:"hotplug,omitempty"`
	// The number of hotplugged virtual cpus.
	Vcpus *float32 `json:"vcpus,omitempty"`
	// Configuration for the VGA hardware.
	Vga *string `json:"vga,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio0 *string `json:"virtio0,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio1 *string `json:"virtio1,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio2 *string `json:"virtio2,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio3 *string `json:"virtio3,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio4 *string `json:"virtio4,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio5 *string `json:"virtio5,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio6 *string `json:"virtio6,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio7 *string `json:"virtio7,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio8 *string `json:"virtio8,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio9 *string `json:"virtio9,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio10 *string `json:"virtio10,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio11 *string `json:"virtio11,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio12 *string `json:"virtio12,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio13 *string `json:"virtio13,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio14 *string `json:"virtio14,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio15 *string `json:"virtio15,omitempty"`
	// Enable VM generation id seed.
	Vmgenid *string `json:"vmgenid,omitempty"`
	// Default location for storing VM state.
	Vmstatestorage *string `json:"vmstatestorage,omitempty"`
	// The watchdog device for the virtual machine.
	Watchdog *string `json:"watchdog,omitempty"`
}

ApplyVirtualMachineConfigurationSyncRequestContent struct for ApplyVirtualMachineConfigurationSyncRequestContent

func NewApplyVirtualMachineConfigurationSyncRequestContent ¶

func NewApplyVirtualMachineConfigurationSyncRequestContent() *ApplyVirtualMachineConfigurationSyncRequestContent

NewApplyVirtualMachineConfigurationSyncRequestContent instantiates a new ApplyVirtualMachineConfigurationSyncRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApplyVirtualMachineConfigurationSyncRequestContentWithDefaults ¶

func NewApplyVirtualMachineConfigurationSyncRequestContentWithDefaults() *ApplyVirtualMachineConfigurationSyncRequestContent

NewApplyVirtualMachineConfigurationSyncRequestContentWithDefaults instantiates a new ApplyVirtualMachineConfigurationSyncRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetAcpi ¶

GetAcpi returns the Acpi field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetAcpiOk ¶

GetAcpiOk returns a tuple with the Acpi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetAffinity ¶

GetAffinity returns the Affinity field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetAffinityOk ¶

GetAffinityOk returns a tuple with the Affinity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetAgent ¶

GetAgent returns the Agent field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetAgentOk ¶

GetAgentOk returns a tuple with the Agent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetArch ¶

GetArch returns the Arch field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetArchOk ¶

GetArchOk returns a tuple with the Arch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetArgs ¶

GetArgs returns the Args field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetArgsOk ¶

GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetAudio0 ¶

GetAudio0 returns the Audio0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetAudio0Ok ¶

GetAudio0Ok returns a tuple with the Audio0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetAutostart ¶

GetAutostart returns the Autostart field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetAutostartOk ¶

GetAutostartOk returns a tuple with the Autostart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetBallon ¶

GetBallon returns the Ballon field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetBallonOk ¶

GetBallonOk returns a tuple with the Ballon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetBios ¶

GetBios returns the Bios field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetBiosOk ¶

GetBiosOk returns a tuple with the Bios field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetBoot ¶

GetBoot returns the Boot field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetBootOk ¶

GetBootOk returns a tuple with the Boot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetBootdisk ¶

GetBootdisk returns the Bootdisk field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetBootdiskOk ¶

GetBootdiskOk returns a tuple with the Bootdisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCdrom ¶

GetCdrom returns the Cdrom field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCdromOk ¶

GetCdromOk returns a tuple with the Cdrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCicustom ¶

GetCicustom returns the Cicustom field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCicustomOk ¶

GetCicustomOk returns a tuple with the Cicustom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCipassword ¶

GetCipassword returns the Cipassword field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCipasswordOk ¶

GetCipasswordOk returns a tuple with the Cipassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCitype ¶

GetCitype returns the Citype field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCitypeOk ¶

GetCitypeOk returns a tuple with the Citype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCiuser ¶

GetCiuser returns the Ciuser field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCiuserOk ¶

GetCiuserOk returns a tuple with the Ciuser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCores ¶

GetCores returns the Cores field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCoresOk ¶

GetCoresOk returns a tuple with the Cores field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCpu ¶

GetCpu returns the Cpu field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCpuOk ¶

GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCpulimit ¶

GetCpulimit returns the Cpulimit field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCpulimitOk ¶

GetCpulimitOk returns a tuple with the Cpulimit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCpuunits ¶

GetCpuunits returns the Cpuunits field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetCpuunitsOk ¶

GetCpuunitsOk returns a tuple with the Cpuunits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetDelete ¶

GetDelete returns the Delete field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetDeleteOk ¶

GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetDigest ¶

GetDigest returns the Digest field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetDigestOk ¶

GetDigestOk returns a tuple with the Digest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetEfidisk0 ¶

GetEfidisk0 returns the Efidisk0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetEfidisk0Ok ¶

GetEfidisk0Ok returns a tuple with the Efidisk0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetFreeze ¶

GetFreeze returns the Freeze field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetFreezeOk ¶

GetFreezeOk returns a tuple with the Freeze field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHookscript ¶

GetHookscript returns the Hookscript field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHookscriptOk ¶

GetHookscriptOk returns a tuple with the Hookscript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci0 ¶

GetHostpci0 returns the Hostpci0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci0Ok ¶

GetHostpci0Ok returns a tuple with the Hostpci0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci1 ¶

GetHostpci1 returns the Hostpci1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci1Ok ¶

GetHostpci1Ok returns a tuple with the Hostpci1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci2 ¶

GetHostpci2 returns the Hostpci2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci2Ok ¶

GetHostpci2Ok returns a tuple with the Hostpci2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci3 ¶

GetHostpci3 returns the Hostpci3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci3Ok ¶

GetHostpci3Ok returns a tuple with the Hostpci3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci4 ¶

GetHostpci4 returns the Hostpci4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci4Ok ¶

GetHostpci4Ok returns a tuple with the Hostpci4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci5 ¶

GetHostpci5 returns the Hostpci5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci5Ok ¶

GetHostpci5Ok returns a tuple with the Hostpci5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci6 ¶

GetHostpci6 returns the Hostpci6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci6Ok ¶

GetHostpci6Ok returns a tuple with the Hostpci6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci7 ¶

GetHostpci7 returns the Hostpci7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci7Ok ¶

GetHostpci7Ok returns a tuple with the Hostpci7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci8 ¶

GetHostpci8 returns the Hostpci8 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci8Ok ¶

GetHostpci8Ok returns a tuple with the Hostpci8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci9 ¶

GetHostpci9 returns the Hostpci9 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHostpci9Ok ¶

GetHostpci9Ok returns a tuple with the Hostpci9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHotplug ¶

GetHotplug returns the Hotplug field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHotplugOk ¶

GetHotplugOk returns a tuple with the Hotplug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHugepages ¶

GetHugepages returns the Hugepages field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetHugepagesOk ¶

GetHugepagesOk returns a tuple with the Hugepages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIde0 ¶

GetIde0 returns the Ide0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIde0Ok ¶

GetIde0Ok returns a tuple with the Ide0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIde1 ¶

GetIde1 returns the Ide1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIde1Ok ¶

GetIde1Ok returns a tuple with the Ide1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIde2 ¶

GetIde2 returns the Ide2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIde2Ok ¶

GetIde2Ok returns a tuple with the Ide2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIde3 ¶

GetIde3 returns the Ide3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIde3Ok ¶

GetIde3Ok returns a tuple with the Ide3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig0 ¶

GetIpconfig0 returns the Ipconfig0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig0Ok ¶

GetIpconfig0Ok returns a tuple with the Ipconfig0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig1 ¶

GetIpconfig1 returns the Ipconfig1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig1Ok ¶

GetIpconfig1Ok returns a tuple with the Ipconfig1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig2 ¶

GetIpconfig2 returns the Ipconfig2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig2Ok ¶

GetIpconfig2Ok returns a tuple with the Ipconfig2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig3 ¶

GetIpconfig3 returns the Ipconfig3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig3Ok ¶

GetIpconfig3Ok returns a tuple with the Ipconfig3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig4 ¶

GetIpconfig4 returns the Ipconfig4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig4Ok ¶

GetIpconfig4Ok returns a tuple with the Ipconfig4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig5 ¶

GetIpconfig5 returns the Ipconfig5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig5Ok ¶

GetIpconfig5Ok returns a tuple with the Ipconfig5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig6 ¶

GetIpconfig6 returns the Ipconfig6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig6Ok ¶

GetIpconfig6Ok returns a tuple with the Ipconfig6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig7 ¶

GetIpconfig7 returns the Ipconfig7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIpconfig7Ok ¶

GetIpconfig7Ok returns a tuple with the Ipconfig7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIvshmem ¶

GetIvshmem returns the Ivshmem field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetIvshmemOk ¶

GetIvshmemOk returns a tuple with the Ivshmem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetKeephugepages ¶

GetKeephugepages returns the Keephugepages field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetKeephugepagesOk ¶

GetKeephugepagesOk returns a tuple with the Keephugepages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetKeyboard ¶

GetKeyboard returns the Keyboard field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetKeyboardOk ¶

GetKeyboardOk returns a tuple with the Keyboard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetKvm ¶

GetKvm returns the Kvm field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetKvmOk ¶

GetKvmOk returns a tuple with the Kvm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetLocaltime ¶

GetLocaltime returns the Localtime field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetLocaltimeOk ¶

GetLocaltimeOk returns a tuple with the Localtime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetLock ¶

GetLock returns the Lock field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetLockOk ¶

GetLockOk returns a tuple with the Lock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetMachine ¶

GetMachine returns the Machine field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetMachineOk ¶

GetMachineOk returns a tuple with the Machine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetMemory ¶

GetMemory returns the Memory field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetMemoryOk ¶

GetMemoryOk returns a tuple with the Memory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetMigrateDowntime ¶

GetMigrateDowntime returns the MigrateDowntime field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetMigrateDowntimeOk ¶

func (o *ApplyVirtualMachineConfigurationSyncRequestContent) GetMigrateDowntimeOk() (*float32, bool)

GetMigrateDowntimeOk returns a tuple with the MigrateDowntime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetMigrateSpeed ¶

GetMigrateSpeed returns the MigrateSpeed field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetMigrateSpeedOk ¶

GetMigrateSpeedOk returns a tuple with the MigrateSpeed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNameserver ¶

GetNameserver returns the Nameserver field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNameserverOk ¶

GetNameserverOk returns a tuple with the Nameserver field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet0 ¶

GetNet0 returns the Net0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet0Ok ¶

GetNet0Ok returns a tuple with the Net0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet1 ¶

GetNet1 returns the Net1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet1Ok ¶

GetNet1Ok returns a tuple with the Net1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet2 ¶

GetNet2 returns the Net2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet2Ok ¶

GetNet2Ok returns a tuple with the Net2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet3 ¶

GetNet3 returns the Net3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet3Ok ¶

GetNet3Ok returns a tuple with the Net3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet4 ¶

GetNet4 returns the Net4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet4Ok ¶

GetNet4Ok returns a tuple with the Net4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet5 ¶

GetNet5 returns the Net5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet5Ok ¶

GetNet5Ok returns a tuple with the Net5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet6 ¶

GetNet6 returns the Net6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet6Ok ¶

GetNet6Ok returns a tuple with the Net6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet7 ¶

GetNet7 returns the Net7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNet7Ok ¶

GetNet7Ok returns a tuple with the Net7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma ¶

GetNuma returns the Numa field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma0 ¶

GetNuma0 returns the Numa0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma0Ok ¶

GetNuma0Ok returns a tuple with the Numa0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma1 ¶

GetNuma1 returns the Numa1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma1Ok ¶

GetNuma1Ok returns a tuple with the Numa1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma2 ¶

GetNuma2 returns the Numa2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma2Ok ¶

GetNuma2Ok returns a tuple with the Numa2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma3 ¶

GetNuma3 returns the Numa3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma3Ok ¶

GetNuma3Ok returns a tuple with the Numa3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma4 ¶

GetNuma4 returns the Numa4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma4Ok ¶

GetNuma4Ok returns a tuple with the Numa4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma5 ¶

GetNuma5 returns the Numa5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma5Ok ¶

GetNuma5Ok returns a tuple with the Numa5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma6 ¶

GetNuma6 returns the Numa6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma6Ok ¶

GetNuma6Ok returns a tuple with the Numa6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma7 ¶

GetNuma7 returns the Numa7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNuma7Ok ¶

GetNuma7Ok returns a tuple with the Numa7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetNumaOk ¶

GetNumaOk returns a tuple with the Numa field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetOnboot ¶

GetOnboot returns the Onboot field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetOnbootOk ¶

GetOnbootOk returns a tuple with the Onboot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetOstype ¶

GetOstype returns the Ostype field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetOstypeOk ¶

GetOstypeOk returns a tuple with the Ostype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetParallel0 ¶

GetParallel0 returns the Parallel0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetParallel0Ok ¶

GetParallel0Ok returns a tuple with the Parallel0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetParallel1 ¶

GetParallel1 returns the Parallel1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetParallel1Ok ¶

GetParallel1Ok returns a tuple with the Parallel1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetParallel2 ¶

GetParallel2 returns the Parallel2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetParallel2Ok ¶

GetParallel2Ok returns a tuple with the Parallel2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetProtection ¶

GetProtection returns the Protection field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetProtectionOk ¶

GetProtectionOk returns a tuple with the Protection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetReboot ¶

GetReboot returns the Reboot field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetRebootOk ¶

GetRebootOk returns a tuple with the Reboot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetRng0 ¶

GetRng0 returns the Rng0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetRng0Ok ¶

GetRng0Ok returns a tuple with the Rng0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSata0 ¶

GetSata0 returns the Sata0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSata0Ok ¶

GetSata0Ok returns a tuple with the Sata0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSata1 ¶

GetSata1 returns the Sata1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSata1Ok ¶

GetSata1Ok returns a tuple with the Sata1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSata2 ¶

GetSata2 returns the Sata2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSata2Ok ¶

GetSata2Ok returns a tuple with the Sata2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSata3 ¶

GetSata3 returns the Sata3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSata3Ok ¶

GetSata3Ok returns a tuple with the Sata3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSata4 ¶

GetSata4 returns the Sata4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSata4Ok ¶

GetSata4Ok returns a tuple with the Sata4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSata5 ¶

GetSata5 returns the Sata5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSata5Ok ¶

GetSata5Ok returns a tuple with the Sata5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi0 ¶

GetScsi0 returns the Scsi0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi0Ok ¶

GetScsi0Ok returns a tuple with the Scsi0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi1 ¶

GetScsi1 returns the Scsi1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi10 ¶

GetScsi10 returns the Scsi10 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi10Ok ¶

GetScsi10Ok returns a tuple with the Scsi10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi11 ¶

GetScsi11 returns the Scsi11 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi11Ok ¶

GetScsi11Ok returns a tuple with the Scsi11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi12 ¶

GetScsi12 returns the Scsi12 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi12Ok ¶

GetScsi12Ok returns a tuple with the Scsi12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi13 ¶

GetScsi13 returns the Scsi13 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi13Ok ¶

GetScsi13Ok returns a tuple with the Scsi13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi14 ¶

GetScsi14 returns the Scsi14 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi14Ok ¶

GetScsi14Ok returns a tuple with the Scsi14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi15 ¶

GetScsi15 returns the Scsi15 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi15Ok ¶

GetScsi15Ok returns a tuple with the Scsi15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi16 ¶

GetScsi16 returns the Scsi16 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi16Ok ¶

GetScsi16Ok returns a tuple with the Scsi16 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi17 ¶

GetScsi17 returns the Scsi17 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi17Ok ¶

GetScsi17Ok returns a tuple with the Scsi17 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi18 ¶

GetScsi18 returns the Scsi18 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi18Ok ¶

GetScsi18Ok returns a tuple with the Scsi18 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi19 ¶

GetScsi19 returns the Scsi19 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi19Ok ¶

GetScsi19Ok returns a tuple with the Scsi19 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi1Ok ¶

GetScsi1Ok returns a tuple with the Scsi1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi2 ¶

GetScsi2 returns the Scsi2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi20 ¶

GetScsi20 returns the Scsi20 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi20Ok ¶

GetScsi20Ok returns a tuple with the Scsi20 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi21 ¶

GetScsi21 returns the Scsi21 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi21Ok ¶

GetScsi21Ok returns a tuple with the Scsi21 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi22 ¶

GetScsi22 returns the Scsi22 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi22Ok ¶

GetScsi22Ok returns a tuple with the Scsi22 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi23 ¶

GetScsi23 returns the Scsi23 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi23Ok ¶

GetScsi23Ok returns a tuple with the Scsi23 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi24 ¶

GetScsi24 returns the Scsi24 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi24Ok ¶

GetScsi24Ok returns a tuple with the Scsi24 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi25 ¶

GetScsi25 returns the Scsi25 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi25Ok ¶

GetScsi25Ok returns a tuple with the Scsi25 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi26 ¶

GetScsi26 returns the Scsi26 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi26Ok ¶

GetScsi26Ok returns a tuple with the Scsi26 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi27 ¶

GetScsi27 returns the Scsi27 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi27Ok ¶

GetScsi27Ok returns a tuple with the Scsi27 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi28 ¶

GetScsi28 returns the Scsi28 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi28Ok ¶

GetScsi28Ok returns a tuple with the Scsi28 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi29 ¶

GetScsi29 returns the Scsi29 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi29Ok ¶

GetScsi29Ok returns a tuple with the Scsi29 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi2Ok ¶

GetScsi2Ok returns a tuple with the Scsi2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi3 ¶

GetScsi3 returns the Scsi3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi30 ¶

GetScsi30 returns the Scsi30 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi30Ok ¶

GetScsi30Ok returns a tuple with the Scsi30 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi3Ok ¶

GetScsi3Ok returns a tuple with the Scsi3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi4 ¶

GetScsi4 returns the Scsi4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi4Ok ¶

GetScsi4Ok returns a tuple with the Scsi4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi5 ¶

GetScsi5 returns the Scsi5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi5Ok ¶

GetScsi5Ok returns a tuple with the Scsi5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi6 ¶

GetScsi6 returns the Scsi6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi6Ok ¶

GetScsi6Ok returns a tuple with the Scsi6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi7 ¶

GetScsi7 returns the Scsi7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi7Ok ¶

GetScsi7Ok returns a tuple with the Scsi7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi8 ¶

GetScsi8 returns the Scsi8 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi8Ok ¶

GetScsi8Ok returns a tuple with the Scsi8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi9 ¶

GetScsi9 returns the Scsi9 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsi9Ok ¶

GetScsi9Ok returns a tuple with the Scsi9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsihw ¶

GetScsihw returns the Scsihw field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetScsihwOk ¶

GetScsihwOk returns a tuple with the Scsihw field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSearchdomain ¶

GetSearchdomain returns the Searchdomain field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSearchdomainOk ¶

GetSearchdomainOk returns a tuple with the Searchdomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSerial0 ¶

GetSerial0 returns the Serial0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSerial0Ok ¶

GetSerial0Ok returns a tuple with the Serial0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSerial1 ¶

GetSerial1 returns the Serial1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSerial1Ok ¶

GetSerial1Ok returns a tuple with the Serial1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSerial2 ¶

GetSerial2 returns the Serial2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSerial2Ok ¶

GetSerial2Ok returns a tuple with the Serial2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSerial3 ¶

GetSerial3 returns the Serial3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSerial3Ok ¶

GetSerial3Ok returns a tuple with the Serial3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetShares ¶

GetShares returns the Shares field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSharesOk ¶

GetSharesOk returns a tuple with the Shares field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSmbios1 ¶

GetSmbios1 returns the Smbios1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSmbios1Ok ¶

GetSmbios1Ok returns a tuple with the Smbios1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSockets ¶

GetSockets returns the Sockets field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSocketsOk ¶

GetSocketsOk returns a tuple with the Sockets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSpiceEnhancements ¶

GetSpiceEnhancements returns the SpiceEnhancements field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSpiceEnhancementsOk ¶

func (o *ApplyVirtualMachineConfigurationSyncRequestContent) GetSpiceEnhancementsOk() (*string, bool)

GetSpiceEnhancementsOk returns a tuple with the SpiceEnhancements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSshkeys ¶

GetSshkeys returns the Sshkeys field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetSshkeysOk ¶

GetSshkeysOk returns a tuple with the Sshkeys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetStartdate ¶

GetStartdate returns the Startdate field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetStartdateOk ¶

GetStartdateOk returns a tuple with the Startdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetStartup ¶

GetStartup returns the Startup field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetStartupOk ¶

GetStartupOk returns a tuple with the Startup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetTablet ¶

GetTablet returns the Tablet field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetTabletOk ¶

GetTabletOk returns a tuple with the Tablet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetTags ¶

GetTags returns the Tags field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetTagsOk ¶

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetTemplate ¶

GetTemplate returns the Template field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetTemplateOk ¶

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetTpmstate0 ¶

GetTpmstate0 returns the Tpmstate0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetTpmstate0Ok ¶

GetTpmstate0Ok returns a tuple with the Tpmstate0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused0 ¶ added in v0.55.0

GetUnused0 returns the Unused0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused0Ok ¶ added in v0.55.0

GetUnused0Ok returns a tuple with the Unused0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused1 ¶ added in v0.55.0

GetUnused1 returns the Unused1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused1Ok ¶ added in v0.55.0

GetUnused1Ok returns a tuple with the Unused1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused2 ¶ added in v0.55.0

GetUnused2 returns the Unused2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused2Ok ¶ added in v0.55.0

GetUnused2Ok returns a tuple with the Unused2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused3 ¶ added in v0.55.0

GetUnused3 returns the Unused3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused3Ok ¶ added in v0.55.0

GetUnused3Ok returns a tuple with the Unused3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused4 ¶ added in v0.55.0

GetUnused4 returns the Unused4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused4Ok ¶ added in v0.55.0

GetUnused4Ok returns a tuple with the Unused4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused5 ¶ added in v0.55.0

GetUnused5 returns the Unused5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused5Ok ¶ added in v0.55.0

GetUnused5Ok returns a tuple with the Unused5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused6 ¶ added in v0.55.0

GetUnused6 returns the Unused6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused6Ok ¶ added in v0.55.0

GetUnused6Ok returns a tuple with the Unused6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused7 ¶ added in v0.55.0

GetUnused7 returns the Unused7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUnused7Ok ¶ added in v0.55.0

GetUnused7Ok returns a tuple with the Unused7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb0 ¶

GetUsb0 returns the Usb0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb0Ok ¶

GetUsb0Ok returns a tuple with the Usb0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb1 ¶

GetUsb1 returns the Usb1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb10 ¶

GetUsb10 returns the Usb10 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb10Ok ¶

GetUsb10Ok returns a tuple with the Usb10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb11 ¶

GetUsb11 returns the Usb11 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb11Ok ¶

GetUsb11Ok returns a tuple with the Usb11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb12 ¶

GetUsb12 returns the Usb12 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb12Ok ¶

GetUsb12Ok returns a tuple with the Usb12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb13 ¶

GetUsb13 returns the Usb13 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb13Ok ¶

GetUsb13Ok returns a tuple with the Usb13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb14 ¶

GetUsb14 returns the Usb14 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb14Ok ¶

GetUsb14Ok returns a tuple with the Usb14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb1Ok ¶

GetUsb1Ok returns a tuple with the Usb1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb2 ¶

GetUsb2 returns the Usb2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb2Ok ¶

GetUsb2Ok returns a tuple with the Usb2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb3 ¶

GetUsb3 returns the Usb3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb3Ok ¶

GetUsb3Ok returns a tuple with the Usb3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb4 ¶

GetUsb4 returns the Usb4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb4Ok ¶

GetUsb4Ok returns a tuple with the Usb4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb5 ¶

GetUsb5 returns the Usb5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb5Ok ¶

GetUsb5Ok returns a tuple with the Usb5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb6 ¶

GetUsb6 returns the Usb6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb6Ok ¶

GetUsb6Ok returns a tuple with the Usb6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb7 ¶

GetUsb7 returns the Usb7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb7Ok ¶

GetUsb7Ok returns a tuple with the Usb7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb8 ¶

GetUsb8 returns the Usb8 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb8Ok ¶

GetUsb8Ok returns a tuple with the Usb8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb9 ¶

GetUsb9 returns the Usb9 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetUsb9Ok ¶

GetUsb9Ok returns a tuple with the Usb9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVcpus ¶

GetVcpus returns the Vcpus field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVcpusOk ¶

GetVcpusOk returns a tuple with the Vcpus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVga ¶

GetVga returns the Vga field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVgaOk ¶

GetVgaOk returns a tuple with the Vga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio0 ¶

GetVirtio0 returns the Virtio0 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio0Ok ¶

GetVirtio0Ok returns a tuple with the Virtio0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio1 ¶

GetVirtio1 returns the Virtio1 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio10 ¶

GetVirtio10 returns the Virtio10 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio10Ok ¶

GetVirtio10Ok returns a tuple with the Virtio10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio11 ¶

GetVirtio11 returns the Virtio11 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio11Ok ¶

GetVirtio11Ok returns a tuple with the Virtio11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio12 ¶

GetVirtio12 returns the Virtio12 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio12Ok ¶

GetVirtio12Ok returns a tuple with the Virtio12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio13 ¶

GetVirtio13 returns the Virtio13 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio13Ok ¶

GetVirtio13Ok returns a tuple with the Virtio13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio14 ¶

GetVirtio14 returns the Virtio14 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio14Ok ¶

GetVirtio14Ok returns a tuple with the Virtio14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio15 ¶

GetVirtio15 returns the Virtio15 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio15Ok ¶

GetVirtio15Ok returns a tuple with the Virtio15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio1Ok ¶

GetVirtio1Ok returns a tuple with the Virtio1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio2 ¶

GetVirtio2 returns the Virtio2 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio2Ok ¶

GetVirtio2Ok returns a tuple with the Virtio2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio3 ¶

GetVirtio3 returns the Virtio3 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio3Ok ¶

GetVirtio3Ok returns a tuple with the Virtio3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio4 ¶

GetVirtio4 returns the Virtio4 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio4Ok ¶

GetVirtio4Ok returns a tuple with the Virtio4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio5 ¶

GetVirtio5 returns the Virtio5 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio5Ok ¶

GetVirtio5Ok returns a tuple with the Virtio5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio6 ¶

GetVirtio6 returns the Virtio6 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio6Ok ¶

GetVirtio6Ok returns a tuple with the Virtio6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio7 ¶

GetVirtio7 returns the Virtio7 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio7Ok ¶

GetVirtio7Ok returns a tuple with the Virtio7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio8 ¶

GetVirtio8 returns the Virtio8 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio8Ok ¶

GetVirtio8Ok returns a tuple with the Virtio8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio9 ¶

GetVirtio9 returns the Virtio9 field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVirtio9Ok ¶

GetVirtio9Ok returns a tuple with the Virtio9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVmgenid ¶

GetVmgenid returns the Vmgenid field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVmgenidOk ¶

GetVmgenidOk returns a tuple with the Vmgenid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVmstatestorage ¶

GetVmstatestorage returns the Vmstatestorage field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetVmstatestorageOk ¶

func (o *ApplyVirtualMachineConfigurationSyncRequestContent) GetVmstatestorageOk() (*string, bool)

GetVmstatestorageOk returns a tuple with the Vmstatestorage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetWatchdog ¶

GetWatchdog returns the Watchdog field value if set, zero value otherwise.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) GetWatchdogOk ¶

GetWatchdogOk returns a tuple with the Watchdog field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasAcpi ¶

HasAcpi returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasAffinity ¶

HasAffinity returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasAgent ¶

HasAgent returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasArch ¶

HasArch returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasArgs ¶

HasArgs returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasAudio0 ¶

HasAudio0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasAutostart ¶

HasAutostart returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasBallon ¶

HasBallon returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasBios ¶

HasBios returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasBoot ¶

HasBoot returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasBootdisk ¶

HasBootdisk returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasCdrom ¶

HasCdrom returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasCicustom ¶

HasCicustom returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasCipassword ¶

HasCipassword returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasCitype ¶

HasCitype returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasCiuser ¶

HasCiuser returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasCores ¶

HasCores returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasCpu ¶

HasCpu returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasCpulimit ¶

HasCpulimit returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasCpuunits ¶

HasCpuunits returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasDelete ¶

HasDelete returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasDigest ¶

HasDigest returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasEfidisk0 ¶

HasEfidisk0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasFreeze ¶

HasFreeze returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHookscript ¶

HasHookscript returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHostpci0 ¶

HasHostpci0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHostpci1 ¶

HasHostpci1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHostpci2 ¶

HasHostpci2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHostpci3 ¶

HasHostpci3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHostpci4 ¶

HasHostpci4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHostpci5 ¶

HasHostpci5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHostpci6 ¶

HasHostpci6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHostpci7 ¶

HasHostpci7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHostpci8 ¶

HasHostpci8 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHostpci9 ¶

HasHostpci9 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHotplug ¶

HasHotplug returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasHugepages ¶

HasHugepages returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIde0 ¶

HasIde0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIde1 ¶

HasIde1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIde2 ¶

HasIde2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIde3 ¶

HasIde3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIpconfig0 ¶

HasIpconfig0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIpconfig1 ¶

HasIpconfig1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIpconfig2 ¶

HasIpconfig2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIpconfig3 ¶

HasIpconfig3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIpconfig4 ¶

HasIpconfig4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIpconfig5 ¶

HasIpconfig5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIpconfig6 ¶

HasIpconfig6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIpconfig7 ¶

HasIpconfig7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasIvshmem ¶

HasIvshmem returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasKeephugepages ¶

HasKeephugepages returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasKeyboard ¶

HasKeyboard returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasKvm ¶

HasKvm returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasLocaltime ¶

HasLocaltime returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasLock ¶

HasLock returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasMachine ¶

HasMachine returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasMemory ¶

HasMemory returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasMigrateDowntime ¶

HasMigrateDowntime returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasMigrateSpeed ¶

HasMigrateSpeed returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasName ¶

HasName returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNameserver ¶

HasNameserver returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNet0 ¶

HasNet0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNet1 ¶

HasNet1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNet2 ¶

HasNet2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNet3 ¶

HasNet3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNet4 ¶

HasNet4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNet5 ¶

HasNet5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNet6 ¶

HasNet6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNet7 ¶

HasNet7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNuma ¶

HasNuma returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNuma0 ¶

HasNuma0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNuma1 ¶

HasNuma1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNuma2 ¶

HasNuma2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNuma3 ¶

HasNuma3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNuma4 ¶

HasNuma4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNuma5 ¶

HasNuma5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNuma6 ¶

HasNuma6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasNuma7 ¶

HasNuma7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasOnboot ¶

HasOnboot returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasOstype ¶

HasOstype returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasParallel0 ¶

HasParallel0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasParallel1 ¶

HasParallel1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasParallel2 ¶

HasParallel2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasProtection ¶

HasProtection returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasReboot ¶

HasReboot returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasRng0 ¶

HasRng0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSata0 ¶

HasSata0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSata1 ¶

HasSata1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSata2 ¶

HasSata2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSata3 ¶

HasSata3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSata4 ¶

HasSata4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSata5 ¶

HasSata5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi0 ¶

HasScsi0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi1 ¶

HasScsi1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi10 ¶

HasScsi10 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi11 ¶

HasScsi11 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi12 ¶

HasScsi12 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi13 ¶

HasScsi13 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi14 ¶

HasScsi14 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi15 ¶

HasScsi15 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi16 ¶

HasScsi16 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi17 ¶

HasScsi17 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi18 ¶

HasScsi18 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi19 ¶

HasScsi19 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi2 ¶

HasScsi2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi20 ¶

HasScsi20 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi21 ¶

HasScsi21 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi22 ¶

HasScsi22 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi23 ¶

HasScsi23 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi24 ¶

HasScsi24 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi25 ¶

HasScsi25 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi26 ¶

HasScsi26 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi27 ¶

HasScsi27 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi28 ¶

HasScsi28 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi29 ¶

HasScsi29 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi3 ¶

HasScsi3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi30 ¶

HasScsi30 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi4 ¶

HasScsi4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi5 ¶

HasScsi5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi6 ¶

HasScsi6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi7 ¶

HasScsi7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi8 ¶

HasScsi8 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsi9 ¶

HasScsi9 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasScsihw ¶

HasScsihw returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSearchdomain ¶

HasSearchdomain returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSerial0 ¶

HasSerial0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSerial1 ¶

HasSerial1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSerial2 ¶

HasSerial2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSerial3 ¶

HasSerial3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasShares ¶

HasShares returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSmbios1 ¶

HasSmbios1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSockets ¶

HasSockets returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSpiceEnhancements ¶

func (o *ApplyVirtualMachineConfigurationSyncRequestContent) HasSpiceEnhancements() bool

HasSpiceEnhancements returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasSshkeys ¶

HasSshkeys returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasStartdate ¶

HasStartdate returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasStartup ¶

HasStartup returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasTablet ¶

HasTablet returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasTags ¶

HasTags returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasTemplate ¶

HasTemplate returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasTpmstate0 ¶

HasTpmstate0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUnused0 ¶ added in v0.55.0

HasUnused0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUnused1 ¶ added in v0.55.0

HasUnused1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUnused2 ¶ added in v0.55.0

HasUnused2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUnused3 ¶ added in v0.55.0

HasUnused3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUnused4 ¶ added in v0.55.0

HasUnused4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUnused5 ¶ added in v0.55.0

HasUnused5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUnused6 ¶ added in v0.55.0

HasUnused6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUnused7 ¶ added in v0.55.0

HasUnused7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb0 ¶

HasUsb0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb1 ¶

HasUsb1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb10 ¶

HasUsb10 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb11 ¶

HasUsb11 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb12 ¶

HasUsb12 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb13 ¶

HasUsb13 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb14 ¶

HasUsb14 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb2 ¶

HasUsb2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb3 ¶

HasUsb3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb4 ¶

HasUsb4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb5 ¶

HasUsb5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb6 ¶

HasUsb6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb7 ¶

HasUsb7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb8 ¶

HasUsb8 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasUsb9 ¶

HasUsb9 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVcpus ¶

HasVcpus returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVga ¶

HasVga returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio0 ¶

HasVirtio0 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio1 ¶

HasVirtio1 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio10 ¶

HasVirtio10 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio11 ¶

HasVirtio11 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio12 ¶

HasVirtio12 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio13 ¶

HasVirtio13 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio14 ¶

HasVirtio14 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio15 ¶

HasVirtio15 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio2 ¶

HasVirtio2 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio3 ¶

HasVirtio3 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio4 ¶

HasVirtio4 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio5 ¶

HasVirtio5 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio6 ¶

HasVirtio6 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio7 ¶

HasVirtio7 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio8 ¶

HasVirtio8 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVirtio9 ¶

HasVirtio9 returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVmgenid ¶

HasVmgenid returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasVmstatestorage ¶

HasVmstatestorage returns a boolean if a field has been set.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) HasWatchdog ¶

HasWatchdog returns a boolean if a field has been set.

func (ApplyVirtualMachineConfigurationSyncRequestContent) MarshalJSON ¶

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetAcpi ¶

SetAcpi gets a reference to the given float32 and assigns it to the Acpi field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetAffinity ¶

SetAffinity gets a reference to the given string and assigns it to the Affinity field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetAgent ¶

SetAgent gets a reference to the given string and assigns it to the Agent field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetArch ¶

SetArch gets a reference to the given VirtualMachineArchitecture and assigns it to the Arch field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetArgs ¶

SetArgs gets a reference to the given string and assigns it to the Args field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetAudio0 ¶

SetAudio0 gets a reference to the given string and assigns it to the Audio0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetAutostart ¶

SetAutostart gets a reference to the given float32 and assigns it to the Autostart field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetBallon ¶

SetBallon gets a reference to the given float32 and assigns it to the Ballon field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetBios ¶

SetBios gets a reference to the given VirtualMachineBios and assigns it to the Bios field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetBoot ¶

SetBoot gets a reference to the given string and assigns it to the Boot field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetBootdisk ¶

SetBootdisk gets a reference to the given string and assigns it to the Bootdisk field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetCdrom ¶

SetCdrom gets a reference to the given string and assigns it to the Cdrom field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetCicustom ¶

SetCicustom gets a reference to the given string and assigns it to the Cicustom field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetCipassword ¶

SetCipassword gets a reference to the given string and assigns it to the Cipassword field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetCitype ¶

SetCitype gets a reference to the given VirtualMachineCloudInitType and assigns it to the Citype field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetCiuser ¶

SetCiuser gets a reference to the given string and assigns it to the Ciuser field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetCores ¶

SetCores gets a reference to the given float32 and assigns it to the Cores field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetCpu ¶

SetCpu gets a reference to the given string and assigns it to the Cpu field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetCpulimit ¶

SetCpulimit gets a reference to the given float32 and assigns it to the Cpulimit field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetCpuunits ¶

SetCpuunits gets a reference to the given float32 and assigns it to the Cpuunits field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetDelete ¶

SetDelete gets a reference to the given string and assigns it to the Delete field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetDescription ¶

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetDigest ¶

SetDigest gets a reference to the given string and assigns it to the Digest field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetEfidisk0 ¶

SetEfidisk0 gets a reference to the given string and assigns it to the Efidisk0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetFreeze ¶

SetFreeze gets a reference to the given bool and assigns it to the Freeze field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHookscript ¶

SetHookscript gets a reference to the given string and assigns it to the Hookscript field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHostpci0 ¶

SetHostpci0 gets a reference to the given string and assigns it to the Hostpci0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHostpci1 ¶

SetHostpci1 gets a reference to the given string and assigns it to the Hostpci1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHostpci2 ¶

SetHostpci2 gets a reference to the given string and assigns it to the Hostpci2 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHostpci3 ¶

SetHostpci3 gets a reference to the given string and assigns it to the Hostpci3 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHostpci4 ¶

SetHostpci4 gets a reference to the given string and assigns it to the Hostpci4 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHostpci5 ¶

SetHostpci5 gets a reference to the given string and assigns it to the Hostpci5 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHostpci6 ¶

SetHostpci6 gets a reference to the given string and assigns it to the Hostpci6 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHostpci7 ¶

SetHostpci7 gets a reference to the given string and assigns it to the Hostpci7 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHostpci8 ¶

SetHostpci8 gets a reference to the given string and assigns it to the Hostpci8 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHostpci9 ¶

SetHostpci9 gets a reference to the given string and assigns it to the Hostpci9 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHotplug ¶

SetHotplug gets a reference to the given string and assigns it to the Hotplug field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetHugepages ¶

SetHugepages gets a reference to the given VirtualMachineHugePages and assigns it to the Hugepages field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIde0 ¶

SetIde0 gets a reference to the given string and assigns it to the Ide0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIde1 ¶

SetIde1 gets a reference to the given string and assigns it to the Ide1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIde2 ¶

SetIde2 gets a reference to the given string and assigns it to the Ide2 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIde3 ¶

SetIde3 gets a reference to the given string and assigns it to the Ide3 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIpconfig0 ¶

SetIpconfig0 gets a reference to the given string and assigns it to the Ipconfig0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIpconfig1 ¶

SetIpconfig1 gets a reference to the given string and assigns it to the Ipconfig1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIpconfig2 ¶

SetIpconfig2 gets a reference to the given string and assigns it to the Ipconfig2 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIpconfig3 ¶

SetIpconfig3 gets a reference to the given string and assigns it to the Ipconfig3 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIpconfig4 ¶

SetIpconfig4 gets a reference to the given string and assigns it to the Ipconfig4 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIpconfig5 ¶

SetIpconfig5 gets a reference to the given string and assigns it to the Ipconfig5 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIpconfig6 ¶

SetIpconfig6 gets a reference to the given string and assigns it to the Ipconfig6 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIpconfig7 ¶

SetIpconfig7 gets a reference to the given string and assigns it to the Ipconfig7 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetIvshmem ¶

SetIvshmem gets a reference to the given string and assigns it to the Ivshmem field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetKeephugepages ¶

SetKeephugepages gets a reference to the given float32 and assigns it to the Keephugepages field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetKeyboard ¶

SetKeyboard gets a reference to the given VirtualMachineKeyboard and assigns it to the Keyboard field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetKvm ¶

SetKvm gets a reference to the given float32 and assigns it to the Kvm field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetLocaltime ¶

SetLocaltime gets a reference to the given float32 and assigns it to the Localtime field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetLock ¶

SetLock gets a reference to the given VirtualMachineConfigLock and assigns it to the Lock field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetMachine ¶

SetMachine gets a reference to the given string and assigns it to the Machine field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetMemory ¶

SetMemory gets a reference to the given float32 and assigns it to the Memory field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetMigrateDowntime ¶

SetMigrateDowntime gets a reference to the given float32 and assigns it to the MigrateDowntime field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetMigrateSpeed ¶

SetMigrateSpeed gets a reference to the given float32 and assigns it to the MigrateSpeed field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNameserver ¶

SetNameserver gets a reference to the given string and assigns it to the Nameserver field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNet0 ¶

SetNet0 gets a reference to the given string and assigns it to the Net0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNet1 ¶

SetNet1 gets a reference to the given string and assigns it to the Net1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNet2 ¶

SetNet2 gets a reference to the given string and assigns it to the Net2 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNet3 ¶

SetNet3 gets a reference to the given string and assigns it to the Net3 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNet4 ¶

SetNet4 gets a reference to the given string and assigns it to the Net4 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNet5 ¶

SetNet5 gets a reference to the given string and assigns it to the Net5 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNet6 ¶

SetNet6 gets a reference to the given string and assigns it to the Net6 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNet7 ¶

SetNet7 gets a reference to the given string and assigns it to the Net7 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNuma ¶

SetNuma gets a reference to the given float32 and assigns it to the Numa field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNuma0 ¶

SetNuma0 gets a reference to the given string and assigns it to the Numa0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNuma1 ¶

SetNuma1 gets a reference to the given string and assigns it to the Numa1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNuma2 ¶

SetNuma2 gets a reference to the given string and assigns it to the Numa2 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNuma3 ¶

SetNuma3 gets a reference to the given string and assigns it to the Numa3 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNuma4 ¶

SetNuma4 gets a reference to the given string and assigns it to the Numa4 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNuma5 ¶

SetNuma5 gets a reference to the given string and assigns it to the Numa5 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNuma6 ¶

SetNuma6 gets a reference to the given string and assigns it to the Numa6 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetNuma7 ¶

SetNuma7 gets a reference to the given string and assigns it to the Numa7 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetOnboot ¶

SetOnboot gets a reference to the given float32 and assigns it to the Onboot field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetOstype ¶

SetOstype gets a reference to the given VirtualMachineOperatingSystem and assigns it to the Ostype field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetParallel0 ¶

SetParallel0 gets a reference to the given string and assigns it to the Parallel0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetParallel1 ¶

SetParallel1 gets a reference to the given string and assigns it to the Parallel1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetParallel2 ¶

SetParallel2 gets a reference to the given string and assigns it to the Parallel2 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetProtection ¶

SetProtection gets a reference to the given float32 and assigns it to the Protection field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetReboot ¶

SetReboot gets a reference to the given float32 and assigns it to the Reboot field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetRng0 ¶

SetRng0 gets a reference to the given string and assigns it to the Rng0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSata0 ¶

SetSata0 gets a reference to the given string and assigns it to the Sata0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSata1 ¶

SetSata1 gets a reference to the given string and assigns it to the Sata1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSata2 ¶

SetSata2 gets a reference to the given string and assigns it to the Sata2 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSata3 ¶

SetSata3 gets a reference to the given string and assigns it to the Sata3 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSata4 ¶

SetSata4 gets a reference to the given string and assigns it to the Sata4 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSata5 ¶

SetSata5 gets a reference to the given string and assigns it to the Sata5 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi0 ¶

SetScsi0 gets a reference to the given string and assigns it to the Scsi0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi1 ¶

SetScsi1 gets a reference to the given string and assigns it to the Scsi1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi10 ¶

SetScsi10 gets a reference to the given string and assigns it to the Scsi10 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi11 ¶

SetScsi11 gets a reference to the given string and assigns it to the Scsi11 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi12 ¶

SetScsi12 gets a reference to the given string and assigns it to the Scsi12 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi13 ¶

SetScsi13 gets a reference to the given string and assigns it to the Scsi13 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi14 ¶

SetScsi14 gets a reference to the given string and assigns it to the Scsi14 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi15 ¶

SetScsi15 gets a reference to the given string and assigns it to the Scsi15 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi16 ¶

SetScsi16 gets a reference to the given string and assigns it to the Scsi16 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi17 ¶

SetScsi17 gets a reference to the given string and assigns it to the Scsi17 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi18 ¶

SetScsi18 gets a reference to the given string and assigns it to the Scsi18 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi19 ¶

SetScsi19 gets a reference to the given string and assigns it to the Scsi19 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi2 ¶

SetScsi2 gets a reference to the given string and assigns it to the Scsi2 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi20 ¶

SetScsi20 gets a reference to the given string and assigns it to the Scsi20 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi21 ¶

SetScsi21 gets a reference to the given string and assigns it to the Scsi21 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi22 ¶

SetScsi22 gets a reference to the given string and assigns it to the Scsi22 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi23 ¶

SetScsi23 gets a reference to the given string and assigns it to the Scsi23 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi24 ¶

SetScsi24 gets a reference to the given string and assigns it to the Scsi24 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi25 ¶

SetScsi25 gets a reference to the given string and assigns it to the Scsi25 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi26 ¶

SetScsi26 gets a reference to the given string and assigns it to the Scsi26 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi27 ¶

SetScsi27 gets a reference to the given string and assigns it to the Scsi27 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi28 ¶

SetScsi28 gets a reference to the given string and assigns it to the Scsi28 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi29 ¶

SetScsi29 gets a reference to the given string and assigns it to the Scsi29 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi3 ¶

SetScsi3 gets a reference to the given string and assigns it to the Scsi3 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi30 ¶

SetScsi30 gets a reference to the given string and assigns it to the Scsi30 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi4 ¶

SetScsi4 gets a reference to the given string and assigns it to the Scsi4 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi5 ¶

SetScsi5 gets a reference to the given string and assigns it to the Scsi5 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi6 ¶

SetScsi6 gets a reference to the given string and assigns it to the Scsi6 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi7 ¶

SetScsi7 gets a reference to the given string and assigns it to the Scsi7 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi8 ¶

SetScsi8 gets a reference to the given string and assigns it to the Scsi8 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsi9 ¶

SetScsi9 gets a reference to the given string and assigns it to the Scsi9 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetScsihw ¶

SetScsihw gets a reference to the given VirtualMachineScsiControllerType and assigns it to the Scsihw field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSearchdomain ¶

SetSearchdomain gets a reference to the given string and assigns it to the Searchdomain field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSerial0 ¶

SetSerial0 gets a reference to the given string and assigns it to the Serial0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSerial1 ¶

SetSerial1 gets a reference to the given string and assigns it to the Serial1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSerial2 ¶

SetSerial2 gets a reference to the given string and assigns it to the Serial2 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSerial3 ¶

SetSerial3 gets a reference to the given string and assigns it to the Serial3 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetShares ¶

SetShares gets a reference to the given float32 and assigns it to the Shares field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSmbios1 ¶

SetSmbios1 gets a reference to the given string and assigns it to the Smbios1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSockets ¶

SetSockets gets a reference to the given float32 and assigns it to the Sockets field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSpiceEnhancements ¶

SetSpiceEnhancements gets a reference to the given string and assigns it to the SpiceEnhancements field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetSshkeys ¶

SetSshkeys gets a reference to the given string and assigns it to the Sshkeys field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetStartdate ¶

SetStartdate gets a reference to the given string and assigns it to the Startdate field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetStartup ¶

SetStartup gets a reference to the given string and assigns it to the Startup field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetTablet ¶

SetTablet gets a reference to the given float32 and assigns it to the Tablet field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetTags ¶

SetTags gets a reference to the given string and assigns it to the Tags field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetTemplate ¶

SetTemplate gets a reference to the given float32 and assigns it to the Template field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetTpmstate0 ¶

SetTpmstate0 gets a reference to the given string and assigns it to the Tpmstate0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUnused0 ¶ added in v0.55.0

SetUnused0 gets a reference to the given string and assigns it to the Unused0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUnused1 ¶ added in v0.55.0

SetUnused1 gets a reference to the given string and assigns it to the Unused1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUnused2 ¶ added in v0.55.0

SetUnused2 gets a reference to the given string and assigns it to the Unused2 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUnused3 ¶ added in v0.55.0

SetUnused3 gets a reference to the given string and assigns it to the Unused3 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUnused4 ¶ added in v0.55.0

SetUnused4 gets a reference to the given string and assigns it to the Unused4 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUnused5 ¶ added in v0.55.0

SetUnused5 gets a reference to the given string and assigns it to the Unused5 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUnused6 ¶ added in v0.55.0

SetUnused6 gets a reference to the given string and assigns it to the Unused6 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUnused7 ¶ added in v0.55.0

SetUnused7 gets a reference to the given string and assigns it to the Unused7 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb0 ¶

SetUsb0 gets a reference to the given string and assigns it to the Usb0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb1 ¶

SetUsb1 gets a reference to the given string and assigns it to the Usb1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb10 ¶

SetUsb10 gets a reference to the given string and assigns it to the Usb10 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb11 ¶

SetUsb11 gets a reference to the given string and assigns it to the Usb11 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb12 ¶

SetUsb12 gets a reference to the given string and assigns it to the Usb12 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb13 ¶

SetUsb13 gets a reference to the given string and assigns it to the Usb13 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb14 ¶

SetUsb14 gets a reference to the given string and assigns it to the Usb14 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb2 ¶

SetUsb2 gets a reference to the given string and assigns it to the Usb2 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb3 ¶

SetUsb3 gets a reference to the given string and assigns it to the Usb3 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb4 ¶

SetUsb4 gets a reference to the given string and assigns it to the Usb4 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb5 ¶

SetUsb5 gets a reference to the given string and assigns it to the Usb5 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb6 ¶

SetUsb6 gets a reference to the given string and assigns it to the Usb6 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb7 ¶

SetUsb7 gets a reference to the given string and assigns it to the Usb7 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb8 ¶

SetUsb8 gets a reference to the given string and assigns it to the Usb8 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetUsb9 ¶

SetUsb9 gets a reference to the given string and assigns it to the Usb9 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVcpus ¶

SetVcpus gets a reference to the given float32 and assigns it to the Vcpus field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVga ¶

SetVga gets a reference to the given string and assigns it to the Vga field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio0 ¶

SetVirtio0 gets a reference to the given string and assigns it to the Virtio0 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio1 ¶

SetVirtio1 gets a reference to the given string and assigns it to the Virtio1 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio10 ¶

SetVirtio10 gets a reference to the given string and assigns it to the Virtio10 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio11 ¶

SetVirtio11 gets a reference to the given string and assigns it to the Virtio11 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio12 ¶

SetVirtio12 gets a reference to the given string and assigns it to the Virtio12 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio13 ¶

SetVirtio13 gets a reference to the given string and assigns it to the Virtio13 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio14 ¶

SetVirtio14 gets a reference to the given string and assigns it to the Virtio14 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio15 ¶

SetVirtio15 gets a reference to the given string and assigns it to the Virtio15 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio2 ¶

SetVirtio2 gets a reference to the given string and assigns it to the Virtio2 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio3 ¶

SetVirtio3 gets a reference to the given string and assigns it to the Virtio3 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio4 ¶

SetVirtio4 gets a reference to the given string and assigns it to the Virtio4 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio5 ¶

SetVirtio5 gets a reference to the given string and assigns it to the Virtio5 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio6 ¶

SetVirtio6 gets a reference to the given string and assigns it to the Virtio6 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio7 ¶

SetVirtio7 gets a reference to the given string and assigns it to the Virtio7 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio8 ¶

SetVirtio8 gets a reference to the given string and assigns it to the Virtio8 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVirtio9 ¶

SetVirtio9 gets a reference to the given string and assigns it to the Virtio9 field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVmgenid ¶

SetVmgenid gets a reference to the given string and assigns it to the Vmgenid field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetVmstatestorage ¶

SetVmstatestorage gets a reference to the given string and assigns it to the Vmstatestorage field.

func (*ApplyVirtualMachineConfigurationSyncRequestContent) SetWatchdog ¶

SetWatchdog gets a reference to the given string and assigns it to the Watchdog field.

func (ApplyVirtualMachineConfigurationSyncRequestContent) ToMap ¶ added in v0.9.0

type BasicAuth ¶

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type CephMonitorSummary ¶ added in v0.58.0

type CephMonitorSummary struct {
	Name string   `json:"name"`
	Addr *float32 `json:"addr,omitempty"`
	Host *string  `json:"host,omitempty"`
}

CephMonitorSummary struct for CephMonitorSummary

func NewCephMonitorSummary ¶ added in v0.58.0

func NewCephMonitorSummary(name string) *CephMonitorSummary

NewCephMonitorSummary instantiates a new CephMonitorSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCephMonitorSummaryWithDefaults ¶ added in v0.58.0

func NewCephMonitorSummaryWithDefaults() *CephMonitorSummary

NewCephMonitorSummaryWithDefaults instantiates a new CephMonitorSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CephMonitorSummary) GetAddr ¶ added in v0.58.0

func (o *CephMonitorSummary) GetAddr() float32

GetAddr returns the Addr field value if set, zero value otherwise.

func (*CephMonitorSummary) GetAddrOk ¶ added in v0.58.0

func (o *CephMonitorSummary) GetAddrOk() (*float32, bool)

GetAddrOk returns a tuple with the Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CephMonitorSummary) GetHost ¶ added in v0.58.0

func (o *CephMonitorSummary) GetHost() string

GetHost returns the Host field value if set, zero value otherwise.

func (*CephMonitorSummary) GetHostOk ¶ added in v0.58.0

func (o *CephMonitorSummary) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CephMonitorSummary) GetName ¶ added in v0.58.0

func (o *CephMonitorSummary) GetName() string

GetName returns the Name field value

func (*CephMonitorSummary) GetNameOk ¶ added in v0.58.0

func (o *CephMonitorSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CephMonitorSummary) HasAddr ¶ added in v0.58.0

func (o *CephMonitorSummary) HasAddr() bool

HasAddr returns a boolean if a field has been set.

func (*CephMonitorSummary) HasHost ¶ added in v0.58.0

func (o *CephMonitorSummary) HasHost() bool

HasHost returns a boolean if a field has been set.

func (CephMonitorSummary) MarshalJSON ¶ added in v0.58.0

func (o CephMonitorSummary) MarshalJSON() ([]byte, error)

func (*CephMonitorSummary) SetAddr ¶ added in v0.58.0

func (o *CephMonitorSummary) SetAddr(v float32)

SetAddr gets a reference to the given float32 and assigns it to the Addr field.

func (*CephMonitorSummary) SetHost ¶ added in v0.58.0

func (o *CephMonitorSummary) SetHost(v string)

SetHost gets a reference to the given string and assigns it to the Host field.

func (*CephMonitorSummary) SetName ¶ added in v0.58.0

func (o *CephMonitorSummary) SetName(v string)

SetName sets field value

func (CephMonitorSummary) ToMap ¶ added in v0.58.0

func (o CephMonitorSummary) ToMap() (map[string]interface{}, error)

type ChangePasswordRequestContent ¶ added in v0.19.0

type ChangePasswordRequestContent struct {
	Userid   string `json:"userid"`
	Password string `json:"password"`
}

ChangePasswordRequestContent struct for ChangePasswordRequestContent

func NewChangePasswordRequestContent ¶ added in v0.19.0

func NewChangePasswordRequestContent(userid string, password string) *ChangePasswordRequestContent

NewChangePasswordRequestContent instantiates a new ChangePasswordRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewChangePasswordRequestContentWithDefaults ¶ added in v0.19.0

func NewChangePasswordRequestContentWithDefaults() *ChangePasswordRequestContent

NewChangePasswordRequestContentWithDefaults instantiates a new ChangePasswordRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ChangePasswordRequestContent) GetPassword ¶ added in v0.19.0

func (o *ChangePasswordRequestContent) GetPassword() string

GetPassword returns the Password field value

func (*ChangePasswordRequestContent) GetPasswordOk ¶ added in v0.19.0

func (o *ChangePasswordRequestContent) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*ChangePasswordRequestContent) GetUserid ¶ added in v0.19.0

func (o *ChangePasswordRequestContent) GetUserid() string

GetUserid returns the Userid field value

func (*ChangePasswordRequestContent) GetUseridOk ¶ added in v0.19.0

func (o *ChangePasswordRequestContent) GetUseridOk() (*string, bool)

GetUseridOk returns a tuple with the Userid field value and a boolean to check if the value has been set.

func (ChangePasswordRequestContent) MarshalJSON ¶ added in v0.19.0

func (o ChangePasswordRequestContent) MarshalJSON() ([]byte, error)

func (*ChangePasswordRequestContent) SetPassword ¶ added in v0.19.0

func (o *ChangePasswordRequestContent) SetPassword(v string)

SetPassword sets field value

func (*ChangePasswordRequestContent) SetUserid ¶ added in v0.19.0

func (o *ChangePasswordRequestContent) SetUserid(v string)

SetUserid sets field value

func (ChangePasswordRequestContent) ToMap ¶ added in v0.19.0

func (o ChangePasswordRequestContent) ToMap() (map[string]interface{}, error)

type ChecksumAlgorithm ¶ added in v0.16.0

type ChecksumAlgorithm string

ChecksumAlgorithm the model 'ChecksumAlgorithm'

const (
	CHECKSUMALGORITHM_MD5    ChecksumAlgorithm = "md5"
	CHECKSUMALGORITHM_SHA1   ChecksumAlgorithm = "sha1"
	CHECKSUMALGORITHM_SHA224 ChecksumAlgorithm = "sha224"
	CHECKSUMALGORITHM_SHA256 ChecksumAlgorithm = "sha256"
	CHECKSUMALGORITHM_SHA384 ChecksumAlgorithm = "sha384"
	CHECKSUMALGORITHM_SHA512 ChecksumAlgorithm = "sha512"
)

List of ChecksumAlgorithm

func NewChecksumAlgorithmFromValue ¶ added in v0.16.0

func NewChecksumAlgorithmFromValue(v string) (*ChecksumAlgorithm, error)

NewChecksumAlgorithmFromValue returns a pointer to a valid ChecksumAlgorithm for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ChecksumAlgorithm) IsValid ¶ added in v0.16.0

func (v ChecksumAlgorithm) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ChecksumAlgorithm) Ptr ¶ added in v0.16.0

Ptr returns reference to ChecksumAlgorithm value

func (*ChecksumAlgorithm) UnmarshalJSON ¶ added in v0.16.0

func (v *ChecksumAlgorithm) UnmarshalJSON(src []byte) error

type CloneVirtualMachineDiskFormat ¶

type CloneVirtualMachineDiskFormat string

CloneVirtualMachineDiskFormat the model 'CloneVirtualMachineDiskFormat'

const (
	CLONEVIRTUALMACHINEDISKFORMAT_RAW   CloneVirtualMachineDiskFormat = "raw"
	CLONEVIRTUALMACHINEDISKFORMAT_QCOW2 CloneVirtualMachineDiskFormat = "qcow2"
	CLONEVIRTUALMACHINEDISKFORMAT_VMDK  CloneVirtualMachineDiskFormat = "vmdk"
)

List of CloneVirtualMachineDiskFormat

func NewCloneVirtualMachineDiskFormatFromValue ¶

func NewCloneVirtualMachineDiskFormatFromValue(v string) (*CloneVirtualMachineDiskFormat, error)

NewCloneVirtualMachineDiskFormatFromValue returns a pointer to a valid CloneVirtualMachineDiskFormat for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CloneVirtualMachineDiskFormat) IsValid ¶

func (v CloneVirtualMachineDiskFormat) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CloneVirtualMachineDiskFormat) Ptr ¶

Ptr returns reference to CloneVirtualMachineDiskFormat value

func (*CloneVirtualMachineDiskFormat) UnmarshalJSON ¶

func (v *CloneVirtualMachineDiskFormat) UnmarshalJSON(src []byte) error

type CloneVirtualMachineRequestContent ¶

type CloneVirtualMachineRequestContent struct {
	// The id of the virtual machine as an integer
	Newid float32 `json:"newid"`
	// Override deafult bandwidth limit in KiB/s
	Bwlimit *float32 `json:"bwlimit,omitempty"`
	// Set a description for the new VM
	Description *string `json:"description,omitempty"`
	// Create a full clone with all copy of disks.
	Full *bool `json:"full,omitempty"`
	// Set a name for the new VM
	Name   *string                        `json:"name,omitempty"`
	Format *CloneVirtualMachineDiskFormat `json:"format,omitempty"`
	// Set the storage for the new VM. Only valid for full clones.
	Storage *string `json:"storage,omitempty"`
	// Set the target node for the new VM. Only valid if the original VM is on shared storage.
	Target *string `json:"target,omitempty"`
	// Set the snapshot name for the new VM.
	Snapname *string `json:"snapname,omitempty"`
	// Add the VM to a resource pool.
	Pool *string `json:"pool,omitempty"`
}

CloneVirtualMachineRequestContent struct for CloneVirtualMachineRequestContent

func NewCloneVirtualMachineRequestContent ¶

func NewCloneVirtualMachineRequestContent(newid float32) *CloneVirtualMachineRequestContent

NewCloneVirtualMachineRequestContent instantiates a new CloneVirtualMachineRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCloneVirtualMachineRequestContentWithDefaults ¶

func NewCloneVirtualMachineRequestContentWithDefaults() *CloneVirtualMachineRequestContent

NewCloneVirtualMachineRequestContentWithDefaults instantiates a new CloneVirtualMachineRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CloneVirtualMachineRequestContent) GetBwlimit ¶

GetBwlimit returns the Bwlimit field value if set, zero value otherwise.

func (*CloneVirtualMachineRequestContent) GetBwlimitOk ¶

func (o *CloneVirtualMachineRequestContent) GetBwlimitOk() (*float32, bool)

GetBwlimitOk returns a tuple with the Bwlimit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloneVirtualMachineRequestContent) GetDescription ¶

func (o *CloneVirtualMachineRequestContent) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CloneVirtualMachineRequestContent) GetDescriptionOk ¶

func (o *CloneVirtualMachineRequestContent) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloneVirtualMachineRequestContent) GetFormat ¶

GetFormat returns the Format field value if set, zero value otherwise.

func (*CloneVirtualMachineRequestContent) GetFormatOk ¶

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloneVirtualMachineRequestContent) GetFull ¶

GetFull returns the Full field value if set, zero value otherwise.

func (*CloneVirtualMachineRequestContent) GetFullOk ¶

func (o *CloneVirtualMachineRequestContent) GetFullOk() (*bool, bool)

GetFullOk returns a tuple with the Full field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloneVirtualMachineRequestContent) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*CloneVirtualMachineRequestContent) GetNameOk ¶

func (o *CloneVirtualMachineRequestContent) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloneVirtualMachineRequestContent) GetNewid ¶

GetNewid returns the Newid field value

func (*CloneVirtualMachineRequestContent) GetNewidOk ¶

func (o *CloneVirtualMachineRequestContent) GetNewidOk() (*float32, bool)

GetNewidOk returns a tuple with the Newid field value and a boolean to check if the value has been set.

func (*CloneVirtualMachineRequestContent) GetPool ¶

GetPool returns the Pool field value if set, zero value otherwise.

func (*CloneVirtualMachineRequestContent) GetPoolOk ¶

func (o *CloneVirtualMachineRequestContent) GetPoolOk() (*string, bool)

GetPoolOk returns a tuple with the Pool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloneVirtualMachineRequestContent) GetSnapname ¶

func (o *CloneVirtualMachineRequestContent) GetSnapname() string

GetSnapname returns the Snapname field value if set, zero value otherwise.

func (*CloneVirtualMachineRequestContent) GetSnapnameOk ¶

func (o *CloneVirtualMachineRequestContent) GetSnapnameOk() (*string, bool)

GetSnapnameOk returns a tuple with the Snapname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloneVirtualMachineRequestContent) GetStorage ¶

func (o *CloneVirtualMachineRequestContent) GetStorage() string

GetStorage returns the Storage field value if set, zero value otherwise.

func (*CloneVirtualMachineRequestContent) GetStorageOk ¶

func (o *CloneVirtualMachineRequestContent) GetStorageOk() (*string, bool)

GetStorageOk returns a tuple with the Storage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloneVirtualMachineRequestContent) GetTarget ¶

GetTarget returns the Target field value if set, zero value otherwise.

func (*CloneVirtualMachineRequestContent) GetTargetOk ¶

func (o *CloneVirtualMachineRequestContent) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloneVirtualMachineRequestContent) HasBwlimit ¶

func (o *CloneVirtualMachineRequestContent) HasBwlimit() bool

HasBwlimit returns a boolean if a field has been set.

func (*CloneVirtualMachineRequestContent) HasDescription ¶

func (o *CloneVirtualMachineRequestContent) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CloneVirtualMachineRequestContent) HasFormat ¶

func (o *CloneVirtualMachineRequestContent) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*CloneVirtualMachineRequestContent) HasFull ¶

HasFull returns a boolean if a field has been set.

func (*CloneVirtualMachineRequestContent) HasName ¶

HasName returns a boolean if a field has been set.

func (*CloneVirtualMachineRequestContent) HasPool ¶

HasPool returns a boolean if a field has been set.

func (*CloneVirtualMachineRequestContent) HasSnapname ¶

func (o *CloneVirtualMachineRequestContent) HasSnapname() bool

HasSnapname returns a boolean if a field has been set.

func (*CloneVirtualMachineRequestContent) HasStorage ¶

func (o *CloneVirtualMachineRequestContent) HasStorage() bool

HasStorage returns a boolean if a field has been set.

func (*CloneVirtualMachineRequestContent) HasTarget ¶

func (o *CloneVirtualMachineRequestContent) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (CloneVirtualMachineRequestContent) MarshalJSON ¶

func (o CloneVirtualMachineRequestContent) MarshalJSON() ([]byte, error)

func (*CloneVirtualMachineRequestContent) SetBwlimit ¶

func (o *CloneVirtualMachineRequestContent) SetBwlimit(v float32)

SetBwlimit gets a reference to the given float32 and assigns it to the Bwlimit field.

func (*CloneVirtualMachineRequestContent) SetDescription ¶

func (o *CloneVirtualMachineRequestContent) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CloneVirtualMachineRequestContent) SetFormat ¶

SetFormat gets a reference to the given CloneVirtualMachineDiskFormat and assigns it to the Format field.

func (*CloneVirtualMachineRequestContent) SetFull ¶

SetFull gets a reference to the given bool and assigns it to the Full field.

func (*CloneVirtualMachineRequestContent) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*CloneVirtualMachineRequestContent) SetNewid ¶

SetNewid sets field value

func (*CloneVirtualMachineRequestContent) SetPool ¶

SetPool gets a reference to the given string and assigns it to the Pool field.

func (*CloneVirtualMachineRequestContent) SetSnapname ¶

func (o *CloneVirtualMachineRequestContent) SetSnapname(v string)

SetSnapname gets a reference to the given string and assigns it to the Snapname field.

func (*CloneVirtualMachineRequestContent) SetStorage ¶

func (o *CloneVirtualMachineRequestContent) SetStorage(v string)

SetStorage gets a reference to the given string and assigns it to the Storage field.

func (*CloneVirtualMachineRequestContent) SetTarget ¶

func (o *CloneVirtualMachineRequestContent) SetTarget(v string)

SetTarget gets a reference to the given string and assigns it to the Target field.

func (CloneVirtualMachineRequestContent) ToMap ¶ added in v0.9.0

func (o CloneVirtualMachineRequestContent) ToMap() (map[string]interface{}, error)

type CloneVirtualMachineResponseContent ¶

type CloneVirtualMachineResponseContent struct {
	Data string `json:"data"`
}

CloneVirtualMachineResponseContent struct for CloneVirtualMachineResponseContent

func NewCloneVirtualMachineResponseContent ¶

func NewCloneVirtualMachineResponseContent(data string) *CloneVirtualMachineResponseContent

NewCloneVirtualMachineResponseContent instantiates a new CloneVirtualMachineResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCloneVirtualMachineResponseContentWithDefaults ¶

func NewCloneVirtualMachineResponseContentWithDefaults() *CloneVirtualMachineResponseContent

NewCloneVirtualMachineResponseContentWithDefaults instantiates a new CloneVirtualMachineResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CloneVirtualMachineResponseContent) GetData ¶

GetData returns the Data field value

func (*CloneVirtualMachineResponseContent) GetDataOk ¶

func (o *CloneVirtualMachineResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CloneVirtualMachineResponseContent) MarshalJSON ¶

func (o CloneVirtualMachineResponseContent) MarshalJSON() ([]byte, error)

func (*CloneVirtualMachineResponseContent) SetData ¶

SetData sets field value

func (CloneVirtualMachineResponseContent) ToMap ¶ added in v0.9.0

func (o CloneVirtualMachineResponseContent) ToMap() (map[string]interface{}, error)

type CloudInitType ¶

type CloudInitType string

CloudInitType the model 'CloudInitType'

const (
	CLOUDINITTYPE_USER    CloudInitType = "user"
	CLOUDINITTYPE_NETWORK CloudInitType = "network"
	CLOUDINITTYPE_META    CloudInitType = "meta"
)

List of CloudInitType

func NewCloudInitTypeFromValue ¶

func NewCloudInitTypeFromValue(v string) (*CloudInitType, error)

NewCloudInitTypeFromValue returns a pointer to a valid CloudInitType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CloudInitType) IsValid ¶

func (v CloudInitType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CloudInitType) Ptr ¶

func (v CloudInitType) Ptr() *CloudInitType

Ptr returns reference to CloudInitType value

func (*CloudInitType) UnmarshalJSON ¶

func (v *CloudInitType) UnmarshalJSON(src []byte) error

type CommandStatusSummary ¶ added in v0.45.0

type CommandStatusSummary struct {
	Exited       bool     `json:"exited"`
	ErrData      *string  `json:"err-data,omitempty"`
	ErrTruncated *bool    `json:"err-truncated,omitempty"`
	Exitcode     *float32 `json:"exitcode,omitempty"`
	OutData      *string  `json:"out-data,omitempty"`
	OutTruncated *bool    `json:"out-truncated,omitempty"`
	Signal       *float32 `json:"signal,omitempty"`
}

CommandStatusSummary struct for CommandStatusSummary

func NewCommandStatusSummary ¶ added in v0.45.0

func NewCommandStatusSummary(exited bool) *CommandStatusSummary

NewCommandStatusSummary instantiates a new CommandStatusSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommandStatusSummaryWithDefaults ¶ added in v0.45.0

func NewCommandStatusSummaryWithDefaults() *CommandStatusSummary

NewCommandStatusSummaryWithDefaults instantiates a new CommandStatusSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommandStatusSummary) GetErrData ¶ added in v0.45.0

func (o *CommandStatusSummary) GetErrData() string

GetErrData returns the ErrData field value if set, zero value otherwise.

func (*CommandStatusSummary) GetErrDataOk ¶ added in v0.45.0

func (o *CommandStatusSummary) GetErrDataOk() (*string, bool)

GetErrDataOk returns a tuple with the ErrData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandStatusSummary) GetErrTruncated ¶ added in v0.45.0

func (o *CommandStatusSummary) GetErrTruncated() bool

GetErrTruncated returns the ErrTruncated field value if set, zero value otherwise.

func (*CommandStatusSummary) GetErrTruncatedOk ¶ added in v0.45.0

func (o *CommandStatusSummary) GetErrTruncatedOk() (*bool, bool)

GetErrTruncatedOk returns a tuple with the ErrTruncated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandStatusSummary) GetExitcode ¶ added in v0.45.0

func (o *CommandStatusSummary) GetExitcode() float32

GetExitcode returns the Exitcode field value if set, zero value otherwise.

func (*CommandStatusSummary) GetExitcodeOk ¶ added in v0.45.0

func (o *CommandStatusSummary) GetExitcodeOk() (*float32, bool)

GetExitcodeOk returns a tuple with the Exitcode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandStatusSummary) GetExited ¶ added in v0.45.0

func (o *CommandStatusSummary) GetExited() bool

GetExited returns the Exited field value

func (*CommandStatusSummary) GetExitedOk ¶ added in v0.45.0

func (o *CommandStatusSummary) GetExitedOk() (*bool, bool)

GetExitedOk returns a tuple with the Exited field value and a boolean to check if the value has been set.

func (*CommandStatusSummary) GetOutData ¶ added in v0.45.0

func (o *CommandStatusSummary) GetOutData() string

GetOutData returns the OutData field value if set, zero value otherwise.

func (*CommandStatusSummary) GetOutDataOk ¶ added in v0.45.0

func (o *CommandStatusSummary) GetOutDataOk() (*string, bool)

GetOutDataOk returns a tuple with the OutData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandStatusSummary) GetOutTruncated ¶ added in v0.45.0

func (o *CommandStatusSummary) GetOutTruncated() bool

GetOutTruncated returns the OutTruncated field value if set, zero value otherwise.

func (*CommandStatusSummary) GetOutTruncatedOk ¶ added in v0.45.0

func (o *CommandStatusSummary) GetOutTruncatedOk() (*bool, bool)

GetOutTruncatedOk returns a tuple with the OutTruncated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandStatusSummary) GetSignal ¶ added in v0.45.0

func (o *CommandStatusSummary) GetSignal() float32

GetSignal returns the Signal field value if set, zero value otherwise.

func (*CommandStatusSummary) GetSignalOk ¶ added in v0.45.0

func (o *CommandStatusSummary) GetSignalOk() (*float32, bool)

GetSignalOk returns a tuple with the Signal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandStatusSummary) HasErrData ¶ added in v0.45.0

func (o *CommandStatusSummary) HasErrData() bool

HasErrData returns a boolean if a field has been set.

func (*CommandStatusSummary) HasErrTruncated ¶ added in v0.45.0

func (o *CommandStatusSummary) HasErrTruncated() bool

HasErrTruncated returns a boolean if a field has been set.

func (*CommandStatusSummary) HasExitcode ¶ added in v0.45.0

func (o *CommandStatusSummary) HasExitcode() bool

HasExitcode returns a boolean if a field has been set.

func (*CommandStatusSummary) HasOutData ¶ added in v0.45.0

func (o *CommandStatusSummary) HasOutData() bool

HasOutData returns a boolean if a field has been set.

func (*CommandStatusSummary) HasOutTruncated ¶ added in v0.45.0

func (o *CommandStatusSummary) HasOutTruncated() bool

HasOutTruncated returns a boolean if a field has been set.

func (*CommandStatusSummary) HasSignal ¶ added in v0.45.0

func (o *CommandStatusSummary) HasSignal() bool

HasSignal returns a boolean if a field has been set.

func (CommandStatusSummary) MarshalJSON ¶ added in v0.45.0

func (o CommandStatusSummary) MarshalJSON() ([]byte, error)

func (*CommandStatusSummary) SetErrData ¶ added in v0.45.0

func (o *CommandStatusSummary) SetErrData(v string)

SetErrData gets a reference to the given string and assigns it to the ErrData field.

func (*CommandStatusSummary) SetErrTruncated ¶ added in v0.45.0

func (o *CommandStatusSummary) SetErrTruncated(v bool)

SetErrTruncated gets a reference to the given bool and assigns it to the ErrTruncated field.

func (*CommandStatusSummary) SetExitcode ¶ added in v0.45.0

func (o *CommandStatusSummary) SetExitcode(v float32)

SetExitcode gets a reference to the given float32 and assigns it to the Exitcode field.

func (*CommandStatusSummary) SetExited ¶ added in v0.45.0

func (o *CommandStatusSummary) SetExited(v bool)

SetExited sets field value

func (*CommandStatusSummary) SetOutData ¶ added in v0.45.0

func (o *CommandStatusSummary) SetOutData(v string)

SetOutData gets a reference to the given string and assigns it to the OutData field.

func (*CommandStatusSummary) SetOutTruncated ¶ added in v0.45.0

func (o *CommandStatusSummary) SetOutTruncated(v bool)

SetOutTruncated gets a reference to the given bool and assigns it to the OutTruncated field.

func (*CommandStatusSummary) SetSignal ¶ added in v0.45.0

func (o *CommandStatusSummary) SetSignal(v float32)

SetSignal gets a reference to the given float32 and assigns it to the Signal field.

func (CommandStatusSummary) ToMap ¶ added in v0.45.0

func (o CommandStatusSummary) ToMap() (map[string]interface{}, error)

type CommandSummary ¶ added in v0.13.0

type CommandSummary struct {
	Name            string `json:"name"`
	Enabled         bool   `json:"enabled"`
	SuccessResponse bool   `json:"success-response"`
}

CommandSummary struct for CommandSummary

func NewCommandSummary ¶ added in v0.13.0

func NewCommandSummary(name string, enabled bool, successResponse bool) *CommandSummary

NewCommandSummary instantiates a new CommandSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommandSummaryWithDefaults ¶ added in v0.13.0

func NewCommandSummaryWithDefaults() *CommandSummary

NewCommandSummaryWithDefaults instantiates a new CommandSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommandSummary) GetEnabled ¶ added in v0.13.0

func (o *CommandSummary) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*CommandSummary) GetEnabledOk ¶ added in v0.13.0

func (o *CommandSummary) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*CommandSummary) GetName ¶ added in v0.13.0

func (o *CommandSummary) GetName() string

GetName returns the Name field value

func (*CommandSummary) GetNameOk ¶ added in v0.13.0

func (o *CommandSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CommandSummary) GetSuccessResponse ¶ added in v0.13.0

func (o *CommandSummary) GetSuccessResponse() bool

GetSuccessResponse returns the SuccessResponse field value

func (*CommandSummary) GetSuccessResponseOk ¶ added in v0.13.0

func (o *CommandSummary) GetSuccessResponseOk() (*bool, bool)

GetSuccessResponseOk returns a tuple with the SuccessResponse field value and a boolean to check if the value has been set.

func (CommandSummary) MarshalJSON ¶ added in v0.13.0

func (o CommandSummary) MarshalJSON() ([]byte, error)

func (*CommandSummary) SetEnabled ¶ added in v0.13.0

func (o *CommandSummary) SetEnabled(v bool)

SetEnabled sets field value

func (*CommandSummary) SetName ¶ added in v0.13.0

func (o *CommandSummary) SetName(v string)

SetName sets field value

func (*CommandSummary) SetSuccessResponse ¶ added in v0.13.0

func (o *CommandSummary) SetSuccessResponse(v bool)

SetSuccessResponse sets field value

func (CommandSummary) ToMap ¶ added in v0.13.0

func (o CommandSummary) ToMap() (map[string]interface{}, error)

type Configuration ¶

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type CorosyncNodeSummary ¶

type CorosyncNodeSummary struct {
	Nodeid      string  `json:"nodeid"`
	QuorumVotes string  `json:"quorum_votes"`
	Ring0Addr   string  `json:"ring0_addr"`
	Ring1Addr   *string `json:"ring1_addr,omitempty"`
	Ring2Addr   *string `json:"ring2_addr,omitempty"`
	Ring3Addr   *string `json:"ring3_addr,omitempty"`
	Ring4Addr   *string `json:"ring4_addr,omitempty"`
	Ring5Addr   *string `json:"ring5_addr,omitempty"`
	Ring6Addr   *string `json:"ring6_addr,omitempty"`
	Ring7Addr   *string `json:"ring7_addr,omitempty"`
	Name        string  `json:"name"`
	PveAddr     *string `json:"pve_addr,omitempty"`
}

CorosyncNodeSummary struct for CorosyncNodeSummary

func NewCorosyncNodeSummary ¶

func NewCorosyncNodeSummary(nodeid string, quorumVotes string, ring0Addr string, name string) *CorosyncNodeSummary

NewCorosyncNodeSummary instantiates a new CorosyncNodeSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCorosyncNodeSummaryWithDefaults ¶

func NewCorosyncNodeSummaryWithDefaults() *CorosyncNodeSummary

NewCorosyncNodeSummaryWithDefaults instantiates a new CorosyncNodeSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CorosyncNodeSummary) GetName ¶

func (o *CorosyncNodeSummary) GetName() string

GetName returns the Name field value

func (*CorosyncNodeSummary) GetNameOk ¶

func (o *CorosyncNodeSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CorosyncNodeSummary) GetNodeid ¶

func (o *CorosyncNodeSummary) GetNodeid() string

GetNodeid returns the Nodeid field value

func (*CorosyncNodeSummary) GetNodeidOk ¶

func (o *CorosyncNodeSummary) GetNodeidOk() (*string, bool)

GetNodeidOk returns a tuple with the Nodeid field value and a boolean to check if the value has been set.

func (*CorosyncNodeSummary) GetPveAddr ¶

func (o *CorosyncNodeSummary) GetPveAddr() string

GetPveAddr returns the PveAddr field value if set, zero value otherwise.

func (*CorosyncNodeSummary) GetPveAddrOk ¶

func (o *CorosyncNodeSummary) GetPveAddrOk() (*string, bool)

GetPveAddrOk returns a tuple with the PveAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CorosyncNodeSummary) GetQuorumVotes ¶

func (o *CorosyncNodeSummary) GetQuorumVotes() string

GetQuorumVotes returns the QuorumVotes field value

func (*CorosyncNodeSummary) GetQuorumVotesOk ¶

func (o *CorosyncNodeSummary) GetQuorumVotesOk() (*string, bool)

GetQuorumVotesOk returns a tuple with the QuorumVotes field value and a boolean to check if the value has been set.

func (*CorosyncNodeSummary) GetRing0Addr ¶

func (o *CorosyncNodeSummary) GetRing0Addr() string

GetRing0Addr returns the Ring0Addr field value

func (*CorosyncNodeSummary) GetRing0AddrOk ¶

func (o *CorosyncNodeSummary) GetRing0AddrOk() (*string, bool)

GetRing0AddrOk returns a tuple with the Ring0Addr field value and a boolean to check if the value has been set.

func (*CorosyncNodeSummary) GetRing1Addr ¶

func (o *CorosyncNodeSummary) GetRing1Addr() string

GetRing1Addr returns the Ring1Addr field value if set, zero value otherwise.

func (*CorosyncNodeSummary) GetRing1AddrOk ¶

func (o *CorosyncNodeSummary) GetRing1AddrOk() (*string, bool)

GetRing1AddrOk returns a tuple with the Ring1Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CorosyncNodeSummary) GetRing2Addr ¶

func (o *CorosyncNodeSummary) GetRing2Addr() string

GetRing2Addr returns the Ring2Addr field value if set, zero value otherwise.

func (*CorosyncNodeSummary) GetRing2AddrOk ¶

func (o *CorosyncNodeSummary) GetRing2AddrOk() (*string, bool)

GetRing2AddrOk returns a tuple with the Ring2Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CorosyncNodeSummary) GetRing3Addr ¶

func (o *CorosyncNodeSummary) GetRing3Addr() string

GetRing3Addr returns the Ring3Addr field value if set, zero value otherwise.

func (*CorosyncNodeSummary) GetRing3AddrOk ¶

func (o *CorosyncNodeSummary) GetRing3AddrOk() (*string, bool)

GetRing3AddrOk returns a tuple with the Ring3Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CorosyncNodeSummary) GetRing4Addr ¶

func (o *CorosyncNodeSummary) GetRing4Addr() string

GetRing4Addr returns the Ring4Addr field value if set, zero value otherwise.

func (*CorosyncNodeSummary) GetRing4AddrOk ¶

func (o *CorosyncNodeSummary) GetRing4AddrOk() (*string, bool)

GetRing4AddrOk returns a tuple with the Ring4Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CorosyncNodeSummary) GetRing5Addr ¶

func (o *CorosyncNodeSummary) GetRing5Addr() string

GetRing5Addr returns the Ring5Addr field value if set, zero value otherwise.

func (*CorosyncNodeSummary) GetRing5AddrOk ¶

func (o *CorosyncNodeSummary) GetRing5AddrOk() (*string, bool)

GetRing5AddrOk returns a tuple with the Ring5Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CorosyncNodeSummary) GetRing6Addr ¶

func (o *CorosyncNodeSummary) GetRing6Addr() string

GetRing6Addr returns the Ring6Addr field value if set, zero value otherwise.

func (*CorosyncNodeSummary) GetRing6AddrOk ¶

func (o *CorosyncNodeSummary) GetRing6AddrOk() (*string, bool)

GetRing6AddrOk returns a tuple with the Ring6Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CorosyncNodeSummary) GetRing7Addr ¶

func (o *CorosyncNodeSummary) GetRing7Addr() string

GetRing7Addr returns the Ring7Addr field value if set, zero value otherwise.

func (*CorosyncNodeSummary) GetRing7AddrOk ¶

func (o *CorosyncNodeSummary) GetRing7AddrOk() (*string, bool)

GetRing7AddrOk returns a tuple with the Ring7Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CorosyncNodeSummary) HasPveAddr ¶

func (o *CorosyncNodeSummary) HasPveAddr() bool

HasPveAddr returns a boolean if a field has been set.

func (*CorosyncNodeSummary) HasRing1Addr ¶

func (o *CorosyncNodeSummary) HasRing1Addr() bool

HasRing1Addr returns a boolean if a field has been set.

func (*CorosyncNodeSummary) HasRing2Addr ¶

func (o *CorosyncNodeSummary) HasRing2Addr() bool

HasRing2Addr returns a boolean if a field has been set.

func (*CorosyncNodeSummary) HasRing3Addr ¶

func (o *CorosyncNodeSummary) HasRing3Addr() bool

HasRing3Addr returns a boolean if a field has been set.

func (*CorosyncNodeSummary) HasRing4Addr ¶

func (o *CorosyncNodeSummary) HasRing4Addr() bool

HasRing4Addr returns a boolean if a field has been set.

func (*CorosyncNodeSummary) HasRing5Addr ¶

func (o *CorosyncNodeSummary) HasRing5Addr() bool

HasRing5Addr returns a boolean if a field has been set.

func (*CorosyncNodeSummary) HasRing6Addr ¶

func (o *CorosyncNodeSummary) HasRing6Addr() bool

HasRing6Addr returns a boolean if a field has been set.

func (*CorosyncNodeSummary) HasRing7Addr ¶

func (o *CorosyncNodeSummary) HasRing7Addr() bool

HasRing7Addr returns a boolean if a field has been set.

func (CorosyncNodeSummary) MarshalJSON ¶

func (o CorosyncNodeSummary) MarshalJSON() ([]byte, error)

func (*CorosyncNodeSummary) SetName ¶

func (o *CorosyncNodeSummary) SetName(v string)

SetName sets field value

func (*CorosyncNodeSummary) SetNodeid ¶

func (o *CorosyncNodeSummary) SetNodeid(v string)

SetNodeid sets field value

func (*CorosyncNodeSummary) SetPveAddr ¶

func (o *CorosyncNodeSummary) SetPveAddr(v string)

SetPveAddr gets a reference to the given string and assigns it to the PveAddr field.

func (*CorosyncNodeSummary) SetQuorumVotes ¶

func (o *CorosyncNodeSummary) SetQuorumVotes(v string)

SetQuorumVotes sets field value

func (*CorosyncNodeSummary) SetRing0Addr ¶

func (o *CorosyncNodeSummary) SetRing0Addr(v string)

SetRing0Addr sets field value

func (*CorosyncNodeSummary) SetRing1Addr ¶

func (o *CorosyncNodeSummary) SetRing1Addr(v string)

SetRing1Addr gets a reference to the given string and assigns it to the Ring1Addr field.

func (*CorosyncNodeSummary) SetRing2Addr ¶

func (o *CorosyncNodeSummary) SetRing2Addr(v string)

SetRing2Addr gets a reference to the given string and assigns it to the Ring2Addr field.

func (*CorosyncNodeSummary) SetRing3Addr ¶

func (o *CorosyncNodeSummary) SetRing3Addr(v string)

SetRing3Addr gets a reference to the given string and assigns it to the Ring3Addr field.

func (*CorosyncNodeSummary) SetRing4Addr ¶

func (o *CorosyncNodeSummary) SetRing4Addr(v string)

SetRing4Addr gets a reference to the given string and assigns it to the Ring4Addr field.

func (*CorosyncNodeSummary) SetRing5Addr ¶

func (o *CorosyncNodeSummary) SetRing5Addr(v string)

SetRing5Addr gets a reference to the given string and assigns it to the Ring5Addr field.

func (*CorosyncNodeSummary) SetRing6Addr ¶

func (o *CorosyncNodeSummary) SetRing6Addr(v string)

SetRing6Addr gets a reference to the given string and assigns it to the Ring6Addr field.

func (*CorosyncNodeSummary) SetRing7Addr ¶

func (o *CorosyncNodeSummary) SetRing7Addr(v string)

SetRing7Addr gets a reference to the given string and assigns it to the Ring7Addr field.

func (CorosyncNodeSummary) ToMap ¶ added in v0.9.0

func (o CorosyncNodeSummary) ToMap() (map[string]interface{}, error)

type CorosyncSettings ¶

type CorosyncSettings struct {
	CorosyncAuthkey string `json:"corosync_authkey"`
	CorosyncConf    string `json:"corosync_conf"`
	Warnings        string `json:"warnings"`
}

CorosyncSettings struct for CorosyncSettings

func NewCorosyncSettings ¶

func NewCorosyncSettings(corosyncAuthkey string, corosyncConf string, warnings string) *CorosyncSettings

NewCorosyncSettings instantiates a new CorosyncSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCorosyncSettingsWithDefaults ¶

func NewCorosyncSettingsWithDefaults() *CorosyncSettings

NewCorosyncSettingsWithDefaults instantiates a new CorosyncSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CorosyncSettings) GetCorosyncAuthkey ¶

func (o *CorosyncSettings) GetCorosyncAuthkey() string

GetCorosyncAuthkey returns the CorosyncAuthkey field value

func (*CorosyncSettings) GetCorosyncAuthkeyOk ¶

func (o *CorosyncSettings) GetCorosyncAuthkeyOk() (*string, bool)

GetCorosyncAuthkeyOk returns a tuple with the CorosyncAuthkey field value and a boolean to check if the value has been set.

func (*CorosyncSettings) GetCorosyncConf ¶

func (o *CorosyncSettings) GetCorosyncConf() string

GetCorosyncConf returns the CorosyncConf field value

func (*CorosyncSettings) GetCorosyncConfOk ¶

func (o *CorosyncSettings) GetCorosyncConfOk() (*string, bool)

GetCorosyncConfOk returns a tuple with the CorosyncConf field value and a boolean to check if the value has been set.

func (*CorosyncSettings) GetWarnings ¶

func (o *CorosyncSettings) GetWarnings() string

GetWarnings returns the Warnings field value

func (*CorosyncSettings) GetWarningsOk ¶

func (o *CorosyncSettings) GetWarningsOk() (*string, bool)

GetWarningsOk returns a tuple with the Warnings field value and a boolean to check if the value has been set.

func (CorosyncSettings) MarshalJSON ¶

func (o CorosyncSettings) MarshalJSON() ([]byte, error)

func (*CorosyncSettings) SetCorosyncAuthkey ¶

func (o *CorosyncSettings) SetCorosyncAuthkey(v string)

SetCorosyncAuthkey sets field value

func (*CorosyncSettings) SetCorosyncConf ¶

func (o *CorosyncSettings) SetCorosyncConf(v string)

SetCorosyncConf sets field value

func (*CorosyncSettings) SetWarnings ¶

func (o *CorosyncSettings) SetWarnings(v string)

SetWarnings sets field value

func (CorosyncSettings) ToMap ¶ added in v0.9.0

func (o CorosyncSettings) ToMap() (map[string]interface{}, error)

type CpuCapabilitySummary ¶

type CpuCapabilitySummary struct {
	Custom float32 `json:"custom"`
	Vendor string  `json:"vendor"`
	Name   string  `json:"name"`
}

CpuCapabilitySummary struct for CpuCapabilitySummary

func NewCpuCapabilitySummary ¶

func NewCpuCapabilitySummary(custom float32, vendor string, name string) *CpuCapabilitySummary

NewCpuCapabilitySummary instantiates a new CpuCapabilitySummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCpuCapabilitySummaryWithDefaults ¶

func NewCpuCapabilitySummaryWithDefaults() *CpuCapabilitySummary

NewCpuCapabilitySummaryWithDefaults instantiates a new CpuCapabilitySummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CpuCapabilitySummary) GetCustom ¶

func (o *CpuCapabilitySummary) GetCustom() float32

GetCustom returns the Custom field value

func (*CpuCapabilitySummary) GetCustomOk ¶

func (o *CpuCapabilitySummary) GetCustomOk() (*float32, bool)

GetCustomOk returns a tuple with the Custom field value and a boolean to check if the value has been set.

func (*CpuCapabilitySummary) GetName ¶

func (o *CpuCapabilitySummary) GetName() string

GetName returns the Name field value

func (*CpuCapabilitySummary) GetNameOk ¶

func (o *CpuCapabilitySummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CpuCapabilitySummary) GetVendor ¶

func (o *CpuCapabilitySummary) GetVendor() string

GetVendor returns the Vendor field value

func (*CpuCapabilitySummary) GetVendorOk ¶

func (o *CpuCapabilitySummary) GetVendorOk() (*string, bool)

GetVendorOk returns a tuple with the Vendor field value and a boolean to check if the value has been set.

func (CpuCapabilitySummary) MarshalJSON ¶

func (o CpuCapabilitySummary) MarshalJSON() ([]byte, error)

func (*CpuCapabilitySummary) SetCustom ¶

func (o *CpuCapabilitySummary) SetCustom(v float32)

SetCustom sets field value

func (*CpuCapabilitySummary) SetName ¶

func (o *CpuCapabilitySummary) SetName(v string)

SetName sets field value

func (*CpuCapabilitySummary) SetVendor ¶

func (o *CpuCapabilitySummary) SetVendor(v string)

SetVendor sets field value

func (CpuCapabilitySummary) ToMap ¶ added in v0.9.0

func (o CpuCapabilitySummary) ToMap() (map[string]interface{}, error)

type CreateCephManagerResponseContent ¶ added in v0.59.0

type CreateCephManagerResponseContent struct {
	Data string `json:"data"`
}

CreateCephManagerResponseContent struct for CreateCephManagerResponseContent

func NewCreateCephManagerResponseContent ¶ added in v0.59.0

func NewCreateCephManagerResponseContent(data string) *CreateCephManagerResponseContent

NewCreateCephManagerResponseContent instantiates a new CreateCephManagerResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateCephManagerResponseContentWithDefaults ¶ added in v0.59.0

func NewCreateCephManagerResponseContentWithDefaults() *CreateCephManagerResponseContent

NewCreateCephManagerResponseContentWithDefaults instantiates a new CreateCephManagerResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateCephManagerResponseContent) GetData ¶ added in v0.59.0

GetData returns the Data field value

func (*CreateCephManagerResponseContent) GetDataOk ¶ added in v0.59.0

func (o *CreateCephManagerResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateCephManagerResponseContent) MarshalJSON ¶ added in v0.59.0

func (o CreateCephManagerResponseContent) MarshalJSON() ([]byte, error)

func (*CreateCephManagerResponseContent) SetData ¶ added in v0.59.0

SetData sets field value

func (CreateCephManagerResponseContent) ToMap ¶ added in v0.59.0

func (o CreateCephManagerResponseContent) ToMap() (map[string]interface{}, error)

type CreateCephMonitorRequestContent ¶ added in v0.58.0

type CreateCephMonitorRequestContent struct {
	MonAddress *string `json:"mon-address,omitempty"`
}

CreateCephMonitorRequestContent struct for CreateCephMonitorRequestContent

func NewCreateCephMonitorRequestContent ¶ added in v0.58.0

func NewCreateCephMonitorRequestContent() *CreateCephMonitorRequestContent

NewCreateCephMonitorRequestContent instantiates a new CreateCephMonitorRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateCephMonitorRequestContentWithDefaults ¶ added in v0.58.0

func NewCreateCephMonitorRequestContentWithDefaults() *CreateCephMonitorRequestContent

NewCreateCephMonitorRequestContentWithDefaults instantiates a new CreateCephMonitorRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateCephMonitorRequestContent) GetMonAddress ¶ added in v0.58.0

func (o *CreateCephMonitorRequestContent) GetMonAddress() string

GetMonAddress returns the MonAddress field value if set, zero value otherwise.

func (*CreateCephMonitorRequestContent) GetMonAddressOk ¶ added in v0.58.0

func (o *CreateCephMonitorRequestContent) GetMonAddressOk() (*string, bool)

GetMonAddressOk returns a tuple with the MonAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateCephMonitorRequestContent) HasMonAddress ¶ added in v0.58.0

func (o *CreateCephMonitorRequestContent) HasMonAddress() bool

HasMonAddress returns a boolean if a field has been set.

func (CreateCephMonitorRequestContent) MarshalJSON ¶ added in v0.58.0

func (o CreateCephMonitorRequestContent) MarshalJSON() ([]byte, error)

func (*CreateCephMonitorRequestContent) SetMonAddress ¶ added in v0.58.0

func (o *CreateCephMonitorRequestContent) SetMonAddress(v string)

SetMonAddress gets a reference to the given string and assigns it to the MonAddress field.

func (CreateCephMonitorRequestContent) ToMap ¶ added in v0.58.0

func (o CreateCephMonitorRequestContent) ToMap() (map[string]interface{}, error)

type CreateCephMonitorResponseContent ¶ added in v0.58.0

type CreateCephMonitorResponseContent struct {
	Data string `json:"data"`
}

CreateCephMonitorResponseContent struct for CreateCephMonitorResponseContent

func NewCreateCephMonitorResponseContent ¶ added in v0.58.0

func NewCreateCephMonitorResponseContent(data string) *CreateCephMonitorResponseContent

NewCreateCephMonitorResponseContent instantiates a new CreateCephMonitorResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateCephMonitorResponseContentWithDefaults ¶ added in v0.58.0

func NewCreateCephMonitorResponseContentWithDefaults() *CreateCephMonitorResponseContent

NewCreateCephMonitorResponseContentWithDefaults instantiates a new CreateCephMonitorResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateCephMonitorResponseContent) GetData ¶ added in v0.58.0

GetData returns the Data field value

func (*CreateCephMonitorResponseContent) GetDataOk ¶ added in v0.58.0

func (o *CreateCephMonitorResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateCephMonitorResponseContent) MarshalJSON ¶ added in v0.58.0

func (o CreateCephMonitorResponseContent) MarshalJSON() ([]byte, error)

func (*CreateCephMonitorResponseContent) SetData ¶ added in v0.58.0

SetData sets field value

func (CreateCephMonitorResponseContent) ToMap ¶ added in v0.58.0

func (o CreateCephMonitorResponseContent) ToMap() (map[string]interface{}, error)

type CreateClusterConfigRequestContent ¶

type CreateClusterConfigRequestContent struct {
	// Cluster name
	Clustername string  `json:"clustername"`
	Link0       *string `json:"link0,omitempty"`
	Link1       *string `json:"link1,omitempty"`
	Link2       *string `json:"link2,omitempty"`
	Link3       *string `json:"link3,omitempty"`
	Link4       *string `json:"link4,omitempty"`
	Link5       *string `json:"link5,omitempty"`
	Link6       *string `json:"link6,omitempty"`
	Link7       *string `json:"link7,omitempty"`
	// Node ID for the node
	Nodeid *float32 `json:"nodeid,omitempty"`
	// Votes for the node
	Votes *float32 `json:"votes,omitempty"`
}

CreateClusterConfigRequestContent struct for CreateClusterConfigRequestContent

func NewCreateClusterConfigRequestContent ¶

func NewCreateClusterConfigRequestContent(clustername string) *CreateClusterConfigRequestContent

NewCreateClusterConfigRequestContent instantiates a new CreateClusterConfigRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateClusterConfigRequestContentWithDefaults ¶

func NewCreateClusterConfigRequestContentWithDefaults() *CreateClusterConfigRequestContent

NewCreateClusterConfigRequestContentWithDefaults instantiates a new CreateClusterConfigRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateClusterConfigRequestContent) GetClustername ¶

func (o *CreateClusterConfigRequestContent) GetClustername() string

GetClustername returns the Clustername field value

func (*CreateClusterConfigRequestContent) GetClusternameOk ¶

func (o *CreateClusterConfigRequestContent) GetClusternameOk() (*string, bool)

GetClusternameOk returns a tuple with the Clustername field value and a boolean to check if the value has been set.

func (*CreateClusterConfigRequestContent) GetLink0 ¶

GetLink0 returns the Link0 field value if set, zero value otherwise.

func (*CreateClusterConfigRequestContent) GetLink0Ok ¶

func (o *CreateClusterConfigRequestContent) GetLink0Ok() (*string, bool)

GetLink0Ok returns a tuple with the Link0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateClusterConfigRequestContent) GetLink1 ¶

GetLink1 returns the Link1 field value if set, zero value otherwise.

func (*CreateClusterConfigRequestContent) GetLink1Ok ¶

func (o *CreateClusterConfigRequestContent) GetLink1Ok() (*string, bool)

GetLink1Ok returns a tuple with the Link1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateClusterConfigRequestContent) GetLink2 ¶

GetLink2 returns the Link2 field value if set, zero value otherwise.

func (*CreateClusterConfigRequestContent) GetLink2Ok ¶

func (o *CreateClusterConfigRequestContent) GetLink2Ok() (*string, bool)

GetLink2Ok returns a tuple with the Link2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateClusterConfigRequestContent) GetLink3 ¶

GetLink3 returns the Link3 field value if set, zero value otherwise.

func (*CreateClusterConfigRequestContent) GetLink3Ok ¶

func (o *CreateClusterConfigRequestContent) GetLink3Ok() (*string, bool)

GetLink3Ok returns a tuple with the Link3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateClusterConfigRequestContent) GetLink4 ¶

GetLink4 returns the Link4 field value if set, zero value otherwise.

func (*CreateClusterConfigRequestContent) GetLink4Ok ¶

func (o *CreateClusterConfigRequestContent) GetLink4Ok() (*string, bool)

GetLink4Ok returns a tuple with the Link4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateClusterConfigRequestContent) GetLink5 ¶

GetLink5 returns the Link5 field value if set, zero value otherwise.

func (*CreateClusterConfigRequestContent) GetLink5Ok ¶

func (o *CreateClusterConfigRequestContent) GetLink5Ok() (*string, bool)

GetLink5Ok returns a tuple with the Link5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateClusterConfigRequestContent) GetLink6 ¶

GetLink6 returns the Link6 field value if set, zero value otherwise.

func (*CreateClusterConfigRequestContent) GetLink6Ok ¶

func (o *CreateClusterConfigRequestContent) GetLink6Ok() (*string, bool)

GetLink6Ok returns a tuple with the Link6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateClusterConfigRequestContent) GetLink7 ¶

GetLink7 returns the Link7 field value if set, zero value otherwise.

func (*CreateClusterConfigRequestContent) GetLink7Ok ¶

func (o *CreateClusterConfigRequestContent) GetLink7Ok() (*string, bool)

GetLink7Ok returns a tuple with the Link7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateClusterConfigRequestContent) GetNodeid ¶

GetNodeid returns the Nodeid field value if set, zero value otherwise.

func (*CreateClusterConfigRequestContent) GetNodeidOk ¶

func (o *CreateClusterConfigRequestContent) GetNodeidOk() (*float32, bool)

GetNodeidOk returns a tuple with the Nodeid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateClusterConfigRequestContent) GetVotes ¶

GetVotes returns the Votes field value if set, zero value otherwise.

func (*CreateClusterConfigRequestContent) GetVotesOk ¶

func (o *CreateClusterConfigRequestContent) GetVotesOk() (*float32, bool)

GetVotesOk returns a tuple with the Votes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateClusterConfigRequestContent) HasLink0 ¶

HasLink0 returns a boolean if a field has been set.

func (*CreateClusterConfigRequestContent) HasLink1 ¶

HasLink1 returns a boolean if a field has been set.

func (*CreateClusterConfigRequestContent) HasLink2 ¶

HasLink2 returns a boolean if a field has been set.

func (*CreateClusterConfigRequestContent) HasLink3 ¶

HasLink3 returns a boolean if a field has been set.

func (*CreateClusterConfigRequestContent) HasLink4 ¶

HasLink4 returns a boolean if a field has been set.

func (*CreateClusterConfigRequestContent) HasLink5 ¶

HasLink5 returns a boolean if a field has been set.

func (*CreateClusterConfigRequestContent) HasLink6 ¶

HasLink6 returns a boolean if a field has been set.

func (*CreateClusterConfigRequestContent) HasLink7 ¶

HasLink7 returns a boolean if a field has been set.

func (*CreateClusterConfigRequestContent) HasNodeid ¶

func (o *CreateClusterConfigRequestContent) HasNodeid() bool

HasNodeid returns a boolean if a field has been set.

func (*CreateClusterConfigRequestContent) HasVotes ¶

HasVotes returns a boolean if a field has been set.

func (CreateClusterConfigRequestContent) MarshalJSON ¶

func (o CreateClusterConfigRequestContent) MarshalJSON() ([]byte, error)

func (*CreateClusterConfigRequestContent) SetClustername ¶

func (o *CreateClusterConfigRequestContent) SetClustername(v string)

SetClustername sets field value

func (*CreateClusterConfigRequestContent) SetLink0 ¶

SetLink0 gets a reference to the given string and assigns it to the Link0 field.

func (*CreateClusterConfigRequestContent) SetLink1 ¶

SetLink1 gets a reference to the given string and assigns it to the Link1 field.

func (*CreateClusterConfigRequestContent) SetLink2 ¶

SetLink2 gets a reference to the given string and assigns it to the Link2 field.

func (*CreateClusterConfigRequestContent) SetLink3 ¶

SetLink3 gets a reference to the given string and assigns it to the Link3 field.

func (*CreateClusterConfigRequestContent) SetLink4 ¶

SetLink4 gets a reference to the given string and assigns it to the Link4 field.

func (*CreateClusterConfigRequestContent) SetLink5 ¶

SetLink5 gets a reference to the given string and assigns it to the Link5 field.

func (*CreateClusterConfigRequestContent) SetLink6 ¶

SetLink6 gets a reference to the given string and assigns it to the Link6 field.

func (*CreateClusterConfigRequestContent) SetLink7 ¶

SetLink7 gets a reference to the given string and assigns it to the Link7 field.

func (*CreateClusterConfigRequestContent) SetNodeid ¶

SetNodeid gets a reference to the given float32 and assigns it to the Nodeid field.

func (*CreateClusterConfigRequestContent) SetVotes ¶

SetVotes gets a reference to the given float32 and assigns it to the Votes field.

func (CreateClusterConfigRequestContent) ToMap ¶ added in v0.9.0

func (o CreateClusterConfigRequestContent) ToMap() (map[string]interface{}, error)

type CreateClusterConfigResponseContent ¶

type CreateClusterConfigResponseContent struct {
	Data string `json:"data"`
}

CreateClusterConfigResponseContent struct for CreateClusterConfigResponseContent

func NewCreateClusterConfigResponseContent ¶

func NewCreateClusterConfigResponseContent(data string) *CreateClusterConfigResponseContent

NewCreateClusterConfigResponseContent instantiates a new CreateClusterConfigResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateClusterConfigResponseContentWithDefaults ¶

func NewCreateClusterConfigResponseContentWithDefaults() *CreateClusterConfigResponseContent

NewCreateClusterConfigResponseContentWithDefaults instantiates a new CreateClusterConfigResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateClusterConfigResponseContent) GetData ¶

GetData returns the Data field value

func (*CreateClusterConfigResponseContent) GetDataOk ¶

func (o *CreateClusterConfigResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateClusterConfigResponseContent) MarshalJSON ¶

func (o CreateClusterConfigResponseContent) MarshalJSON() ([]byte, error)

func (*CreateClusterConfigResponseContent) SetData ¶

SetData sets field value

func (CreateClusterConfigResponseContent) ToMap ¶ added in v0.9.0

func (o CreateClusterConfigResponseContent) ToMap() (map[string]interface{}, error)

type CreateDirectoryRequestContent ¶

type CreateDirectoryRequestContent struct {
	// The device to create the directory on.
	Device string `json:"device"`
	// The storage identifier.
	Name string `json:"name"`
	// Configure storage using the directory. Takes a boolean integer value (0 false, 1 true).
	AddStorage *float32             `json:"add_storage,omitempty"`
	Filesystem *DirectoryFileSystem `json:"filesystem,omitempty"`
}

CreateDirectoryRequestContent struct for CreateDirectoryRequestContent

func NewCreateDirectoryRequestContent ¶

func NewCreateDirectoryRequestContent(device string, name string) *CreateDirectoryRequestContent

NewCreateDirectoryRequestContent instantiates a new CreateDirectoryRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateDirectoryRequestContentWithDefaults ¶

func NewCreateDirectoryRequestContentWithDefaults() *CreateDirectoryRequestContent

NewCreateDirectoryRequestContentWithDefaults instantiates a new CreateDirectoryRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateDirectoryRequestContent) GetAddStorage ¶

func (o *CreateDirectoryRequestContent) GetAddStorage() float32

GetAddStorage returns the AddStorage field value if set, zero value otherwise.

func (*CreateDirectoryRequestContent) GetAddStorageOk ¶

func (o *CreateDirectoryRequestContent) GetAddStorageOk() (*float32, bool)

GetAddStorageOk returns a tuple with the AddStorage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDirectoryRequestContent) GetDevice ¶

func (o *CreateDirectoryRequestContent) GetDevice() string

GetDevice returns the Device field value

func (*CreateDirectoryRequestContent) GetDeviceOk ¶

func (o *CreateDirectoryRequestContent) GetDeviceOk() (*string, bool)

GetDeviceOk returns a tuple with the Device field value and a boolean to check if the value has been set.

func (*CreateDirectoryRequestContent) GetFilesystem ¶

GetFilesystem returns the Filesystem field value if set, zero value otherwise.

func (*CreateDirectoryRequestContent) GetFilesystemOk ¶

func (o *CreateDirectoryRequestContent) GetFilesystemOk() (*DirectoryFileSystem, bool)

GetFilesystemOk returns a tuple with the Filesystem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDirectoryRequestContent) GetName ¶

GetName returns the Name field value

func (*CreateDirectoryRequestContent) GetNameOk ¶

func (o *CreateDirectoryRequestContent) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateDirectoryRequestContent) HasAddStorage ¶

func (o *CreateDirectoryRequestContent) HasAddStorage() bool

HasAddStorage returns a boolean if a field has been set.

func (*CreateDirectoryRequestContent) HasFilesystem ¶

func (o *CreateDirectoryRequestContent) HasFilesystem() bool

HasFilesystem returns a boolean if a field has been set.

func (CreateDirectoryRequestContent) MarshalJSON ¶

func (o CreateDirectoryRequestContent) MarshalJSON() ([]byte, error)

func (*CreateDirectoryRequestContent) SetAddStorage ¶

func (o *CreateDirectoryRequestContent) SetAddStorage(v float32)

SetAddStorage gets a reference to the given float32 and assigns it to the AddStorage field.

func (*CreateDirectoryRequestContent) SetDevice ¶

func (o *CreateDirectoryRequestContent) SetDevice(v string)

SetDevice sets field value

func (*CreateDirectoryRequestContent) SetFilesystem ¶

SetFilesystem gets a reference to the given DirectoryFileSystem and assigns it to the Filesystem field.

func (*CreateDirectoryRequestContent) SetName ¶

func (o *CreateDirectoryRequestContent) SetName(v string)

SetName sets field value

func (CreateDirectoryRequestContent) ToMap ¶ added in v0.9.0

func (o CreateDirectoryRequestContent) ToMap() (map[string]interface{}, error)

type CreateDirectoryResponseContent ¶

type CreateDirectoryResponseContent struct {
	Data string `json:"data"`
}

CreateDirectoryResponseContent struct for CreateDirectoryResponseContent

func NewCreateDirectoryResponseContent ¶

func NewCreateDirectoryResponseContent(data string) *CreateDirectoryResponseContent

NewCreateDirectoryResponseContent instantiates a new CreateDirectoryResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateDirectoryResponseContentWithDefaults ¶

func NewCreateDirectoryResponseContentWithDefaults() *CreateDirectoryResponseContent

NewCreateDirectoryResponseContentWithDefaults instantiates a new CreateDirectoryResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateDirectoryResponseContent) GetData ¶

GetData returns the Data field value

func (*CreateDirectoryResponseContent) GetDataOk ¶

func (o *CreateDirectoryResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateDirectoryResponseContent) MarshalJSON ¶

func (o CreateDirectoryResponseContent) MarshalJSON() ([]byte, error)

func (*CreateDirectoryResponseContent) SetData ¶

func (o *CreateDirectoryResponseContent) SetData(v string)

SetData sets field value

func (CreateDirectoryResponseContent) ToMap ¶ added in v0.9.0

func (o CreateDirectoryResponseContent) ToMap() (map[string]interface{}, error)

type CreateGroupRequestContent ¶ added in v0.36.0

type CreateGroupRequestContent struct {
	Groupid string  `json:"groupid"`
	Comment *string `json:"comment,omitempty"`
}

CreateGroupRequestContent struct for CreateGroupRequestContent

func NewCreateGroupRequestContent ¶ added in v0.36.0

func NewCreateGroupRequestContent(groupid string) *CreateGroupRequestContent

NewCreateGroupRequestContent instantiates a new CreateGroupRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateGroupRequestContentWithDefaults ¶ added in v0.36.0

func NewCreateGroupRequestContentWithDefaults() *CreateGroupRequestContent

NewCreateGroupRequestContentWithDefaults instantiates a new CreateGroupRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateGroupRequestContent) GetComment ¶ added in v0.36.0

func (o *CreateGroupRequestContent) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*CreateGroupRequestContent) GetCommentOk ¶ added in v0.36.0

func (o *CreateGroupRequestContent) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateGroupRequestContent) GetGroupid ¶ added in v0.36.0

func (o *CreateGroupRequestContent) GetGroupid() string

GetGroupid returns the Groupid field value

func (*CreateGroupRequestContent) GetGroupidOk ¶ added in v0.36.0

func (o *CreateGroupRequestContent) GetGroupidOk() (*string, bool)

GetGroupidOk returns a tuple with the Groupid field value and a boolean to check if the value has been set.

func (*CreateGroupRequestContent) HasComment ¶ added in v0.36.0

func (o *CreateGroupRequestContent) HasComment() bool

HasComment returns a boolean if a field has been set.

func (CreateGroupRequestContent) MarshalJSON ¶ added in v0.36.0

func (o CreateGroupRequestContent) MarshalJSON() ([]byte, error)

func (*CreateGroupRequestContent) SetComment ¶ added in v0.36.0

func (o *CreateGroupRequestContent) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*CreateGroupRequestContent) SetGroupid ¶ added in v0.36.0

func (o *CreateGroupRequestContent) SetGroupid(v string)

SetGroupid sets field value

func (CreateGroupRequestContent) ToMap ¶ added in v0.36.0

func (o CreateGroupRequestContent) ToMap() (map[string]interface{}, error)

type CreateLVMRequestContent ¶

type CreateLVMRequestContent struct {
	// The device to create the lvm on.
	Device string `json:"device"`
	// The storage identifier.
	Name string `json:"name"`
	// Configure storage using the lvm. Takes a boolean integer value (0 false, 1 true).
	AddStorage *float32 `json:"add_storage,omitempty"`
}

CreateLVMRequestContent struct for CreateLVMRequestContent

func NewCreateLVMRequestContent ¶

func NewCreateLVMRequestContent(device string, name string) *CreateLVMRequestContent

NewCreateLVMRequestContent instantiates a new CreateLVMRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateLVMRequestContentWithDefaults ¶

func NewCreateLVMRequestContentWithDefaults() *CreateLVMRequestContent

NewCreateLVMRequestContentWithDefaults instantiates a new CreateLVMRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateLVMRequestContent) GetAddStorage ¶

func (o *CreateLVMRequestContent) GetAddStorage() float32

GetAddStorage returns the AddStorage field value if set, zero value otherwise.

func (*CreateLVMRequestContent) GetAddStorageOk ¶

func (o *CreateLVMRequestContent) GetAddStorageOk() (*float32, bool)

GetAddStorageOk returns a tuple with the AddStorage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateLVMRequestContent) GetDevice ¶

func (o *CreateLVMRequestContent) GetDevice() string

GetDevice returns the Device field value

func (*CreateLVMRequestContent) GetDeviceOk ¶

func (o *CreateLVMRequestContent) GetDeviceOk() (*string, bool)

GetDeviceOk returns a tuple with the Device field value and a boolean to check if the value has been set.

func (*CreateLVMRequestContent) GetName ¶

func (o *CreateLVMRequestContent) GetName() string

GetName returns the Name field value

func (*CreateLVMRequestContent) GetNameOk ¶

func (o *CreateLVMRequestContent) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateLVMRequestContent) HasAddStorage ¶

func (o *CreateLVMRequestContent) HasAddStorage() bool

HasAddStorage returns a boolean if a field has been set.

func (CreateLVMRequestContent) MarshalJSON ¶

func (o CreateLVMRequestContent) MarshalJSON() ([]byte, error)

func (*CreateLVMRequestContent) SetAddStorage ¶

func (o *CreateLVMRequestContent) SetAddStorage(v float32)

SetAddStorage gets a reference to the given float32 and assigns it to the AddStorage field.

func (*CreateLVMRequestContent) SetDevice ¶

func (o *CreateLVMRequestContent) SetDevice(v string)

SetDevice sets field value

func (*CreateLVMRequestContent) SetName ¶

func (o *CreateLVMRequestContent) SetName(v string)

SetName sets field value

func (CreateLVMRequestContent) ToMap ¶ added in v0.9.0

func (o CreateLVMRequestContent) ToMap() (map[string]interface{}, error)

type CreateLVMResponseContent ¶

type CreateLVMResponseContent struct {
	Data string `json:"data"`
}

CreateLVMResponseContent struct for CreateLVMResponseContent

func NewCreateLVMResponseContent ¶

func NewCreateLVMResponseContent(data string) *CreateLVMResponseContent

NewCreateLVMResponseContent instantiates a new CreateLVMResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateLVMResponseContentWithDefaults ¶

func NewCreateLVMResponseContentWithDefaults() *CreateLVMResponseContent

NewCreateLVMResponseContentWithDefaults instantiates a new CreateLVMResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateLVMResponseContent) GetData ¶

func (o *CreateLVMResponseContent) GetData() string

GetData returns the Data field value

func (*CreateLVMResponseContent) GetDataOk ¶

func (o *CreateLVMResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateLVMResponseContent) MarshalJSON ¶

func (o CreateLVMResponseContent) MarshalJSON() ([]byte, error)

func (*CreateLVMResponseContent) SetData ¶

func (o *CreateLVMResponseContent) SetData(v string)

SetData sets field value

func (CreateLVMResponseContent) ToMap ¶ added in v0.9.0

func (o CreateLVMResponseContent) ToMap() (map[string]interface{}, error)

type CreateLVMThinRequestContent ¶

type CreateLVMThinRequestContent struct {
	// The device to create the lvm thinpool on.
	Device string `json:"device"`
	// The storage identifier.
	Name string `json:"name"`
	// Configure storage using the lvm thinpool. Takes a boolean integer value (0 false, 1 true).
	AddStorage *float32 `json:"add_storage,omitempty"`
}

CreateLVMThinRequestContent struct for CreateLVMThinRequestContent

func NewCreateLVMThinRequestContent ¶

func NewCreateLVMThinRequestContent(device string, name string) *CreateLVMThinRequestContent

NewCreateLVMThinRequestContent instantiates a new CreateLVMThinRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateLVMThinRequestContentWithDefaults ¶

func NewCreateLVMThinRequestContentWithDefaults() *CreateLVMThinRequestContent

NewCreateLVMThinRequestContentWithDefaults instantiates a new CreateLVMThinRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateLVMThinRequestContent) GetAddStorage ¶

func (o *CreateLVMThinRequestContent) GetAddStorage() float32

GetAddStorage returns the AddStorage field value if set, zero value otherwise.

func (*CreateLVMThinRequestContent) GetAddStorageOk ¶

func (o *CreateLVMThinRequestContent) GetAddStorageOk() (*float32, bool)

GetAddStorageOk returns a tuple with the AddStorage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateLVMThinRequestContent) GetDevice ¶

func (o *CreateLVMThinRequestContent) GetDevice() string

GetDevice returns the Device field value

func (*CreateLVMThinRequestContent) GetDeviceOk ¶

func (o *CreateLVMThinRequestContent) GetDeviceOk() (*string, bool)

GetDeviceOk returns a tuple with the Device field value and a boolean to check if the value has been set.

func (*CreateLVMThinRequestContent) GetName ¶

func (o *CreateLVMThinRequestContent) GetName() string

GetName returns the Name field value

func (*CreateLVMThinRequestContent) GetNameOk ¶

func (o *CreateLVMThinRequestContent) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateLVMThinRequestContent) HasAddStorage ¶

func (o *CreateLVMThinRequestContent) HasAddStorage() bool

HasAddStorage returns a boolean if a field has been set.

func (CreateLVMThinRequestContent) MarshalJSON ¶

func (o CreateLVMThinRequestContent) MarshalJSON() ([]byte, error)

func (*CreateLVMThinRequestContent) SetAddStorage ¶

func (o *CreateLVMThinRequestContent) SetAddStorage(v float32)

SetAddStorage gets a reference to the given float32 and assigns it to the AddStorage field.

func (*CreateLVMThinRequestContent) SetDevice ¶

func (o *CreateLVMThinRequestContent) SetDevice(v string)

SetDevice sets field value

func (*CreateLVMThinRequestContent) SetName ¶

func (o *CreateLVMThinRequestContent) SetName(v string)

SetName sets field value

func (CreateLVMThinRequestContent) ToMap ¶ added in v0.9.0

func (o CreateLVMThinRequestContent) ToMap() (map[string]interface{}, error)

type CreateLVMThinResponseContent ¶

type CreateLVMThinResponseContent struct {
	Data string `json:"data"`
}

CreateLVMThinResponseContent struct for CreateLVMThinResponseContent

func NewCreateLVMThinResponseContent ¶

func NewCreateLVMThinResponseContent(data string) *CreateLVMThinResponseContent

NewCreateLVMThinResponseContent instantiates a new CreateLVMThinResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateLVMThinResponseContentWithDefaults ¶

func NewCreateLVMThinResponseContentWithDefaults() *CreateLVMThinResponseContent

NewCreateLVMThinResponseContentWithDefaults instantiates a new CreateLVMThinResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateLVMThinResponseContent) GetData ¶

func (o *CreateLVMThinResponseContent) GetData() string

GetData returns the Data field value

func (*CreateLVMThinResponseContent) GetDataOk ¶

func (o *CreateLVMThinResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateLVMThinResponseContent) MarshalJSON ¶

func (o CreateLVMThinResponseContent) MarshalJSON() ([]byte, error)

func (*CreateLVMThinResponseContent) SetData ¶

func (o *CreateLVMThinResponseContent) SetData(v string)

SetData sets field value

func (CreateLVMThinResponseContent) ToMap ¶ added in v0.9.0

func (o CreateLVMThinResponseContent) ToMap() (map[string]interface{}, error)

type CreateNetworkInterfaceRequestContent ¶

type CreateNetworkInterfaceRequestContent struct {
	Iface              string                          `json:"iface"`
	Type               NetworkInterfaceType            `json:"type"`
	Address            *string                         `json:"address,omitempty"`
	Address6           *string                         `json:"address6,omitempty"`
	Autostart          *bool                           `json:"autostart,omitempty"`
	BondPrimary        *string                         `json:"bond_primary,omitempty"`
	BondMode           *NetworkInterfaceBondMode       `json:"bond_mode,omitempty"`
	BondXmitHashPolicy *NetworkInterfaceBondHashPolicy `json:"bond_xmit_hash_policy,omitempty"`
	BridgePorts        *string                         `json:"bridge_ports,omitempty"`
	BridgeVlanAware    *bool                           `json:"bridge_vlan_aware,omitempty"`
	Cidr               *string                         `json:"cidr,omitempty"`
	Cidr6              *string                         `json:"cidr6,omitempty"`
	Comments           *string                         `json:"comments,omitempty"`
	Comments6          *string                         `json:"comments6,omitempty"`
	Gateway            *string                         `json:"gateway,omitempty"`
	Gateway6           *string                         `json:"gateway6,omitempty"`
	Mtu                *float32                        `json:"mtu,omitempty"`
	Netmask            *string                         `json:"netmask,omitempty"`
	Netmask6           *string                         `json:"netmask6,omitempty"`
	OvsBonds           *string                         `json:"ovs_bonds,omitempty"`
	OvsOptions         *string                         `json:"ovs_options,omitempty"`
	OvsPorts           *string                         `json:"ovs_ports,omitempty"`
	OvsTag             *float32                        `json:"ovs_tag,omitempty"`
	OvsBridge          *string                         `json:"ovs_bridge,omitempty"`
	Slaves             *string                         `json:"slaves,omitempty"`
	VlanId             *float32                        `json:"vlan-id,omitempty"`
	VlanRawDevice      *string                         `json:"vlan-raw-device,omitempty"`
}

CreateNetworkInterfaceRequestContent struct for CreateNetworkInterfaceRequestContent

func NewCreateNetworkInterfaceRequestContent ¶

func NewCreateNetworkInterfaceRequestContent(iface string, type_ NetworkInterfaceType) *CreateNetworkInterfaceRequestContent

NewCreateNetworkInterfaceRequestContent instantiates a new CreateNetworkInterfaceRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateNetworkInterfaceRequestContentWithDefaults ¶

func NewCreateNetworkInterfaceRequestContentWithDefaults() *CreateNetworkInterfaceRequestContent

NewCreateNetworkInterfaceRequestContentWithDefaults instantiates a new CreateNetworkInterfaceRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateNetworkInterfaceRequestContent) GetAddress ¶

GetAddress returns the Address field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetAddress6 ¶

GetAddress6 returns the Address6 field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetAddress6Ok ¶

func (o *CreateNetworkInterfaceRequestContent) GetAddress6Ok() (*string, bool)

GetAddress6Ok returns a tuple with the Address6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetAddressOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetAutostart ¶

func (o *CreateNetworkInterfaceRequestContent) GetAutostart() bool

GetAutostart returns the Autostart field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetAutostartOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetAutostartOk() (*bool, bool)

GetAutostartOk returns a tuple with the Autostart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetBondMode ¶

GetBondMode returns the BondMode field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetBondModeOk ¶

GetBondModeOk returns a tuple with the BondMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetBondPrimary ¶

func (o *CreateNetworkInterfaceRequestContent) GetBondPrimary() string

GetBondPrimary returns the BondPrimary field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetBondPrimaryOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetBondPrimaryOk() (*string, bool)

GetBondPrimaryOk returns a tuple with the BondPrimary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetBondXmitHashPolicy ¶

GetBondXmitHashPolicy returns the BondXmitHashPolicy field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetBondXmitHashPolicyOk ¶

GetBondXmitHashPolicyOk returns a tuple with the BondXmitHashPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetBridgePorts ¶

func (o *CreateNetworkInterfaceRequestContent) GetBridgePorts() string

GetBridgePorts returns the BridgePorts field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetBridgePortsOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetBridgePortsOk() (*string, bool)

GetBridgePortsOk returns a tuple with the BridgePorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetBridgeVlanAware ¶

func (o *CreateNetworkInterfaceRequestContent) GetBridgeVlanAware() bool

GetBridgeVlanAware returns the BridgeVlanAware field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetBridgeVlanAwareOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetBridgeVlanAwareOk() (*bool, bool)

GetBridgeVlanAwareOk returns a tuple with the BridgeVlanAware field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetCidr ¶

GetCidr returns the Cidr field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetCidr6 ¶

GetCidr6 returns the Cidr6 field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetCidr6Ok ¶

func (o *CreateNetworkInterfaceRequestContent) GetCidr6Ok() (*string, bool)

GetCidr6Ok returns a tuple with the Cidr6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetCidrOk ¶

GetCidrOk returns a tuple with the Cidr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetComments ¶

GetComments returns the Comments field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetComments6 ¶

func (o *CreateNetworkInterfaceRequestContent) GetComments6() string

GetComments6 returns the Comments6 field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetComments6Ok ¶

func (o *CreateNetworkInterfaceRequestContent) GetComments6Ok() (*string, bool)

GetComments6Ok returns a tuple with the Comments6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetCommentsOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetGateway ¶

GetGateway returns the Gateway field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetGateway6 ¶

GetGateway6 returns the Gateway6 field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetGateway6Ok ¶

func (o *CreateNetworkInterfaceRequestContent) GetGateway6Ok() (*string, bool)

GetGateway6Ok returns a tuple with the Gateway6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetGatewayOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetGatewayOk() (*string, bool)

GetGatewayOk returns a tuple with the Gateway field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetIface ¶

GetIface returns the Iface field value

func (*CreateNetworkInterfaceRequestContent) GetIfaceOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetIfaceOk() (*string, bool)

GetIfaceOk returns a tuple with the Iface field value and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetMtu ¶

GetMtu returns the Mtu field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetMtuOk ¶

GetMtuOk returns a tuple with the Mtu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetNetmask ¶

GetNetmask returns the Netmask field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetNetmask6 ¶

GetNetmask6 returns the Netmask6 field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetNetmask6Ok ¶

func (o *CreateNetworkInterfaceRequestContent) GetNetmask6Ok() (*string, bool)

GetNetmask6Ok returns a tuple with the Netmask6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetNetmaskOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetNetmaskOk() (*string, bool)

GetNetmaskOk returns a tuple with the Netmask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetOvsBonds ¶

GetOvsBonds returns the OvsBonds field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetOvsBondsOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetOvsBondsOk() (*string, bool)

GetOvsBondsOk returns a tuple with the OvsBonds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetOvsBridge ¶

func (o *CreateNetworkInterfaceRequestContent) GetOvsBridge() string

GetOvsBridge returns the OvsBridge field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetOvsBridgeOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetOvsBridgeOk() (*string, bool)

GetOvsBridgeOk returns a tuple with the OvsBridge field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetOvsOptions ¶

func (o *CreateNetworkInterfaceRequestContent) GetOvsOptions() string

GetOvsOptions returns the OvsOptions field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetOvsOptionsOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetOvsOptionsOk() (*string, bool)

GetOvsOptionsOk returns a tuple with the OvsOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetOvsPorts ¶

GetOvsPorts returns the OvsPorts field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetOvsPortsOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetOvsPortsOk() (*string, bool)

GetOvsPortsOk returns a tuple with the OvsPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetOvsTag ¶

GetOvsTag returns the OvsTag field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetOvsTagOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetOvsTagOk() (*float32, bool)

GetOvsTagOk returns a tuple with the OvsTag field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetSlaves ¶

GetSlaves returns the Slaves field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetSlavesOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetSlavesOk() (*string, bool)

GetSlavesOk returns a tuple with the Slaves field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetType ¶

GetType returns the Type field value

func (*CreateNetworkInterfaceRequestContent) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetVlanId ¶

GetVlanId returns the VlanId field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetVlanIdOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetVlanIdOk() (*float32, bool)

GetVlanIdOk returns a tuple with the VlanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) GetVlanRawDevice ¶

func (o *CreateNetworkInterfaceRequestContent) GetVlanRawDevice() string

GetVlanRawDevice returns the VlanRawDevice field value if set, zero value otherwise.

func (*CreateNetworkInterfaceRequestContent) GetVlanRawDeviceOk ¶

func (o *CreateNetworkInterfaceRequestContent) GetVlanRawDeviceOk() (*string, bool)

GetVlanRawDeviceOk returns a tuple with the VlanRawDevice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateNetworkInterfaceRequestContent) HasAddress ¶

HasAddress returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasAddress6 ¶

func (o *CreateNetworkInterfaceRequestContent) HasAddress6() bool

HasAddress6 returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasAutostart ¶

func (o *CreateNetworkInterfaceRequestContent) HasAutostart() bool

HasAutostart returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasBondMode ¶

func (o *CreateNetworkInterfaceRequestContent) HasBondMode() bool

HasBondMode returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasBondPrimary ¶

func (o *CreateNetworkInterfaceRequestContent) HasBondPrimary() bool

HasBondPrimary returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasBondXmitHashPolicy ¶

func (o *CreateNetworkInterfaceRequestContent) HasBondXmitHashPolicy() bool

HasBondXmitHashPolicy returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasBridgePorts ¶

func (o *CreateNetworkInterfaceRequestContent) HasBridgePorts() bool

HasBridgePorts returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasBridgeVlanAware ¶

func (o *CreateNetworkInterfaceRequestContent) HasBridgeVlanAware() bool

HasBridgeVlanAware returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasCidr ¶

HasCidr returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasCidr6 ¶

HasCidr6 returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasComments ¶

func (o *CreateNetworkInterfaceRequestContent) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasComments6 ¶

func (o *CreateNetworkInterfaceRequestContent) HasComments6() bool

HasComments6 returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasGateway ¶

HasGateway returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasGateway6 ¶

func (o *CreateNetworkInterfaceRequestContent) HasGateway6() bool

HasGateway6 returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasMtu ¶

HasMtu returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasNetmask ¶

HasNetmask returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasNetmask6 ¶

func (o *CreateNetworkInterfaceRequestContent) HasNetmask6() bool

HasNetmask6 returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasOvsBonds ¶

func (o *CreateNetworkInterfaceRequestContent) HasOvsBonds() bool

HasOvsBonds returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasOvsBridge ¶

func (o *CreateNetworkInterfaceRequestContent) HasOvsBridge() bool

HasOvsBridge returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasOvsOptions ¶

func (o *CreateNetworkInterfaceRequestContent) HasOvsOptions() bool

HasOvsOptions returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasOvsPorts ¶

func (o *CreateNetworkInterfaceRequestContent) HasOvsPorts() bool

HasOvsPorts returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasOvsTag ¶

HasOvsTag returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasSlaves ¶

HasSlaves returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasVlanId ¶

HasVlanId returns a boolean if a field has been set.

func (*CreateNetworkInterfaceRequestContent) HasVlanRawDevice ¶

func (o *CreateNetworkInterfaceRequestContent) HasVlanRawDevice() bool

HasVlanRawDevice returns a boolean if a field has been set.

func (CreateNetworkInterfaceRequestContent) MarshalJSON ¶

func (o CreateNetworkInterfaceRequestContent) MarshalJSON() ([]byte, error)

func (*CreateNetworkInterfaceRequestContent) SetAddress ¶

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*CreateNetworkInterfaceRequestContent) SetAddress6 ¶

func (o *CreateNetworkInterfaceRequestContent) SetAddress6(v string)

SetAddress6 gets a reference to the given string and assigns it to the Address6 field.

func (*CreateNetworkInterfaceRequestContent) SetAutostart ¶

func (o *CreateNetworkInterfaceRequestContent) SetAutostart(v bool)

SetAutostart gets a reference to the given bool and assigns it to the Autostart field.

func (*CreateNetworkInterfaceRequestContent) SetBondMode ¶

SetBondMode gets a reference to the given NetworkInterfaceBondMode and assigns it to the BondMode field.

func (*CreateNetworkInterfaceRequestContent) SetBondPrimary ¶

func (o *CreateNetworkInterfaceRequestContent) SetBondPrimary(v string)

SetBondPrimary gets a reference to the given string and assigns it to the BondPrimary field.

func (*CreateNetworkInterfaceRequestContent) SetBondXmitHashPolicy ¶

SetBondXmitHashPolicy gets a reference to the given NetworkInterfaceBondHashPolicy and assigns it to the BondXmitHashPolicy field.

func (*CreateNetworkInterfaceRequestContent) SetBridgePorts ¶

func (o *CreateNetworkInterfaceRequestContent) SetBridgePorts(v string)

SetBridgePorts gets a reference to the given string and assigns it to the BridgePorts field.

func (*CreateNetworkInterfaceRequestContent) SetBridgeVlanAware ¶

func (o *CreateNetworkInterfaceRequestContent) SetBridgeVlanAware(v bool)

SetBridgeVlanAware gets a reference to the given bool and assigns it to the BridgeVlanAware field.

func (*CreateNetworkInterfaceRequestContent) SetCidr ¶

SetCidr gets a reference to the given string and assigns it to the Cidr field.

func (*CreateNetworkInterfaceRequestContent) SetCidr6 ¶

SetCidr6 gets a reference to the given string and assigns it to the Cidr6 field.

func (*CreateNetworkInterfaceRequestContent) SetComments ¶

func (o *CreateNetworkInterfaceRequestContent) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*CreateNetworkInterfaceRequestContent) SetComments6 ¶

func (o *CreateNetworkInterfaceRequestContent) SetComments6(v string)

SetComments6 gets a reference to the given string and assigns it to the Comments6 field.

func (*CreateNetworkInterfaceRequestContent) SetGateway ¶

SetGateway gets a reference to the given string and assigns it to the Gateway field.

func (*CreateNetworkInterfaceRequestContent) SetGateway6 ¶

func (o *CreateNetworkInterfaceRequestContent) SetGateway6(v string)

SetGateway6 gets a reference to the given string and assigns it to the Gateway6 field.

func (*CreateNetworkInterfaceRequestContent) SetIface ¶

SetIface sets field value

func (*CreateNetworkInterfaceRequestContent) SetMtu ¶

SetMtu gets a reference to the given float32 and assigns it to the Mtu field.

func (*CreateNetworkInterfaceRequestContent) SetNetmask ¶

SetNetmask gets a reference to the given string and assigns it to the Netmask field.

func (*CreateNetworkInterfaceRequestContent) SetNetmask6 ¶

func (o *CreateNetworkInterfaceRequestContent) SetNetmask6(v string)

SetNetmask6 gets a reference to the given string and assigns it to the Netmask6 field.

func (*CreateNetworkInterfaceRequestContent) SetOvsBonds ¶

func (o *CreateNetworkInterfaceRequestContent) SetOvsBonds(v string)

SetOvsBonds gets a reference to the given string and assigns it to the OvsBonds field.

func (*CreateNetworkInterfaceRequestContent) SetOvsBridge ¶

func (o *CreateNetworkInterfaceRequestContent) SetOvsBridge(v string)

SetOvsBridge gets a reference to the given string and assigns it to the OvsBridge field.

func (*CreateNetworkInterfaceRequestContent) SetOvsOptions ¶

func (o *CreateNetworkInterfaceRequestContent) SetOvsOptions(v string)

SetOvsOptions gets a reference to the given string and assigns it to the OvsOptions field.

func (*CreateNetworkInterfaceRequestContent) SetOvsPorts ¶

func (o *CreateNetworkInterfaceRequestContent) SetOvsPorts(v string)

SetOvsPorts gets a reference to the given string and assigns it to the OvsPorts field.

func (*CreateNetworkInterfaceRequestContent) SetOvsTag ¶

SetOvsTag gets a reference to the given float32 and assigns it to the OvsTag field.

func (*CreateNetworkInterfaceRequestContent) SetSlaves ¶

SetSlaves gets a reference to the given string and assigns it to the Slaves field.

func (*CreateNetworkInterfaceRequestContent) SetType ¶

SetType sets field value

func (*CreateNetworkInterfaceRequestContent) SetVlanId ¶

SetVlanId gets a reference to the given float32 and assigns it to the VlanId field.

func (*CreateNetworkInterfaceRequestContent) SetVlanRawDevice ¶

func (o *CreateNetworkInterfaceRequestContent) SetVlanRawDevice(v string)

SetVlanRawDevice gets a reference to the given string and assigns it to the VlanRawDevice field.

func (CreateNetworkInterfaceRequestContent) ToMap ¶ added in v0.9.0

func (o CreateNetworkInterfaceRequestContent) ToMap() (map[string]interface{}, error)

type CreatePoolRequestContent ¶

type CreatePoolRequestContent struct {
	Poolid  string  `json:"poolid"`
	Comment *string `json:"comment,omitempty"`
}

CreatePoolRequestContent struct for CreatePoolRequestContent

func NewCreatePoolRequestContent ¶

func NewCreatePoolRequestContent(poolid string) *CreatePoolRequestContent

NewCreatePoolRequestContent instantiates a new CreatePoolRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreatePoolRequestContentWithDefaults ¶

func NewCreatePoolRequestContentWithDefaults() *CreatePoolRequestContent

NewCreatePoolRequestContentWithDefaults instantiates a new CreatePoolRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreatePoolRequestContent) GetComment ¶

func (o *CreatePoolRequestContent) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*CreatePoolRequestContent) GetCommentOk ¶

func (o *CreatePoolRequestContent) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreatePoolRequestContent) GetPoolid ¶

func (o *CreatePoolRequestContent) GetPoolid() string

GetPoolid returns the Poolid field value

func (*CreatePoolRequestContent) GetPoolidOk ¶

func (o *CreatePoolRequestContent) GetPoolidOk() (*string, bool)

GetPoolidOk returns a tuple with the Poolid field value and a boolean to check if the value has been set.

func (*CreatePoolRequestContent) HasComment ¶

func (o *CreatePoolRequestContent) HasComment() bool

HasComment returns a boolean if a field has been set.

func (CreatePoolRequestContent) MarshalJSON ¶

func (o CreatePoolRequestContent) MarshalJSON() ([]byte, error)

func (*CreatePoolRequestContent) SetComment ¶

func (o *CreatePoolRequestContent) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*CreatePoolRequestContent) SetPoolid ¶

func (o *CreatePoolRequestContent) SetPoolid(v string)

SetPoolid sets field value

func (CreatePoolRequestContent) ToMap ¶ added in v0.9.0

func (o CreatePoolRequestContent) ToMap() (map[string]interface{}, error)

type CreateRealmRequestContent ¶ added in v0.29.0

type CreateRealmRequestContent struct {
	Realm     string    `json:"realm"`
	Type      RealmType `json:"type"`
	AcrValues *string   `json:"acr-values,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Autocreate *float32 `json:"autocreate,omitempty"`
	BaseDn     *string  `json:"base_dn,omitempty"`
	BindDn     *string  `json:"bind_dn,omitempty"`
	Capath     *string  `json:"capath,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	CaseSensitive *float32 `json:"case-sensitive,omitempty"`
	Cert          *string  `json:"cert,omitempty"`
	Certkey       *string  `json:"certkey,omitempty"`
	ClientId      *string  `json:"client-id,omitempty"`
	ClientKey     *string  `json:"client-key,omitempty"`
	Comment       *string  `json:"comment,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Default       *float32   `json:"default,omitempty"`
	Domain        *string    `json:"domain,omitempty"`
	Filter        *string    `json:"filter,omitempty"`
	GroupClasses  *string    `json:"group_classes,omitempty"`
	GroupFilter   *string    `json:"group_filter,omitempty"`
	GroupDn       *string    `json:"group_dn,omitempty"`
	GroupNameAttr *string    `json:"group_name_attr,omitempty"`
	IssuerUrl     *string    `json:"issuer-url,omitempty"`
	Mode          *RealmMode `json:"mode,omitempty"`
	Password      *string    `json:"password,omitempty"`
	Port          *float32   `json:"port,omitempty"`
	Prompt        *string    `json:"prompt,omitempty"`
	Scopes        *string    `json:"scopes,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Secure              *float32         `json:"secure,omitempty"`
	Server1             *string          `json:"server1,omitempty"`
	Server2             *string          `json:"server2,omitempty"`
	Sslversion          *RealmSslVersion `json:"sslversion,omitempty"`
	SyncDefaultsOptions *string          `json:"sync-defaults-options,omitempty"`
	SyncAttributes      *string          `json:"sync_attributes,omitempty"`
	Tfa                 *string          `json:"tfa,omitempty"`
	UserAttr            *string          `json:"user_attr,omitempty"`
	UserClasses         *string          `json:"user_classes,omitempty"`
	UsernameClaim       *string          `json:"username-claim,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Verify *float32 `json:"verify,omitempty"`
}

CreateRealmRequestContent struct for CreateRealmRequestContent

func NewCreateRealmRequestContent ¶ added in v0.29.0

func NewCreateRealmRequestContent(realm string, type_ RealmType) *CreateRealmRequestContent

NewCreateRealmRequestContent instantiates a new CreateRealmRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateRealmRequestContentWithDefaults ¶ added in v0.29.0

func NewCreateRealmRequestContentWithDefaults() *CreateRealmRequestContent

NewCreateRealmRequestContentWithDefaults instantiates a new CreateRealmRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateRealmRequestContent) GetAcrValues ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetAcrValues() string

GetAcrValues returns the AcrValues field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetAcrValuesOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetAcrValuesOk() (*string, bool)

GetAcrValuesOk returns a tuple with the AcrValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetAutocreate ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetAutocreate() float32

GetAutocreate returns the Autocreate field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetAutocreateOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetAutocreateOk() (*float32, bool)

GetAutocreateOk returns a tuple with the Autocreate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetBaseDn ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetBaseDn() string

GetBaseDn returns the BaseDn field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetBaseDnOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetBaseDnOk() (*string, bool)

GetBaseDnOk returns a tuple with the BaseDn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetBindDn ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetBindDn() string

GetBindDn returns the BindDn field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetBindDnOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetBindDnOk() (*string, bool)

GetBindDnOk returns a tuple with the BindDn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetCapath ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetCapath() string

GetCapath returns the Capath field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetCapathOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetCapathOk() (*string, bool)

GetCapathOk returns a tuple with the Capath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetCaseSensitive ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetCaseSensitive() float32

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetCaseSensitiveOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetCaseSensitiveOk() (*float32, bool)

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetCert ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetCert() string

GetCert returns the Cert field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetCertOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetCertOk() (*string, bool)

GetCertOk returns a tuple with the Cert field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetCertkey ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetCertkey() string

GetCertkey returns the Certkey field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetCertkeyOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetCertkeyOk() (*string, bool)

GetCertkeyOk returns a tuple with the Certkey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetClientId ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetClientId() string

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetClientIdOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetClientKey ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetClientKey() string

GetClientKey returns the ClientKey field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetClientKeyOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetClientKeyOk() (*string, bool)

GetClientKeyOk returns a tuple with the ClientKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetComment ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetCommentOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetDefault ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetDefault() float32

GetDefault returns the Default field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetDefaultOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetDefaultOk() (*float32, bool)

GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetDomain ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetDomain() string

GetDomain returns the Domain field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetDomainOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetFilter ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetFilter() string

GetFilter returns the Filter field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetFilterOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetFilterOk() (*string, bool)

GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetGroupClasses ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetGroupClasses() string

GetGroupClasses returns the GroupClasses field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetGroupClassesOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetGroupClassesOk() (*string, bool)

GetGroupClassesOk returns a tuple with the GroupClasses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetGroupDn ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetGroupDn() string

GetGroupDn returns the GroupDn field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetGroupDnOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetGroupDnOk() (*string, bool)

GetGroupDnOk returns a tuple with the GroupDn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetGroupFilter ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetGroupFilter() string

GetGroupFilter returns the GroupFilter field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetGroupFilterOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetGroupFilterOk() (*string, bool)

GetGroupFilterOk returns a tuple with the GroupFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetGroupNameAttr ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetGroupNameAttr() string

GetGroupNameAttr returns the GroupNameAttr field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetGroupNameAttrOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetGroupNameAttrOk() (*string, bool)

GetGroupNameAttrOk returns a tuple with the GroupNameAttr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetIssuerUrl ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetIssuerUrl() string

GetIssuerUrl returns the IssuerUrl field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetIssuerUrlOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetIssuerUrlOk() (*string, bool)

GetIssuerUrlOk returns a tuple with the IssuerUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetMode ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetMode() RealmMode

GetMode returns the Mode field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetModeOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetModeOk() (*RealmMode, bool)

GetModeOk returns a tuple with the Mode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetPassword ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetPasswordOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetPort ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetPort() float32

GetPort returns the Port field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetPortOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetPortOk() (*float32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetPrompt ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetPrompt() string

GetPrompt returns the Prompt field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetPromptOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetPromptOk() (*string, bool)

GetPromptOk returns a tuple with the Prompt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetRealm ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetRealm() string

GetRealm returns the Realm field value

func (*CreateRealmRequestContent) GetRealmOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetRealmOk() (*string, bool)

GetRealmOk returns a tuple with the Realm field value and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetScopes ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetScopes() string

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetScopesOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetScopesOk() (*string, bool)

GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetSecure ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetSecure() float32

GetSecure returns the Secure field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetSecureOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetSecureOk() (*float32, bool)

GetSecureOk returns a tuple with the Secure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetServer1 ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetServer1() string

GetServer1 returns the Server1 field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetServer1Ok ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetServer1Ok() (*string, bool)

GetServer1Ok returns a tuple with the Server1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetServer2 ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetServer2() string

GetServer2 returns the Server2 field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetServer2Ok ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetServer2Ok() (*string, bool)

GetServer2Ok returns a tuple with the Server2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetSslversion ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetSslversion() RealmSslVersion

GetSslversion returns the Sslversion field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetSslversionOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetSslversionOk() (*RealmSslVersion, bool)

GetSslversionOk returns a tuple with the Sslversion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetSyncAttributes ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetSyncAttributes() string

GetSyncAttributes returns the SyncAttributes field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetSyncAttributesOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetSyncAttributesOk() (*string, bool)

GetSyncAttributesOk returns a tuple with the SyncAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetSyncDefaultsOptions ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetSyncDefaultsOptions() string

GetSyncDefaultsOptions returns the SyncDefaultsOptions field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetSyncDefaultsOptionsOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetSyncDefaultsOptionsOk() (*string, bool)

GetSyncDefaultsOptionsOk returns a tuple with the SyncDefaultsOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetTfa ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetTfa() string

GetTfa returns the Tfa field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetTfaOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetTfaOk() (*string, bool)

GetTfaOk returns a tuple with the Tfa field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetType ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetType() RealmType

GetType returns the Type field value

func (*CreateRealmRequestContent) GetTypeOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetTypeOk() (*RealmType, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetUserAttr ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetUserAttr() string

GetUserAttr returns the UserAttr field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetUserAttrOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetUserAttrOk() (*string, bool)

GetUserAttrOk returns a tuple with the UserAttr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetUserClasses ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetUserClasses() string

GetUserClasses returns the UserClasses field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetUserClassesOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetUserClassesOk() (*string, bool)

GetUserClassesOk returns a tuple with the UserClasses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetUsernameClaim ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetUsernameClaim() string

GetUsernameClaim returns the UsernameClaim field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetUsernameClaimOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetUsernameClaimOk() (*string, bool)

GetUsernameClaimOk returns a tuple with the UsernameClaim field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) GetVerify ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetVerify() float32

GetVerify returns the Verify field value if set, zero value otherwise.

func (*CreateRealmRequestContent) GetVerifyOk ¶ added in v0.29.0

func (o *CreateRealmRequestContent) GetVerifyOk() (*float32, bool)

GetVerifyOk returns a tuple with the Verify field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRealmRequestContent) HasAcrValues ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasAcrValues() bool

HasAcrValues returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasAutocreate ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasAutocreate() bool

HasAutocreate returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasBaseDn ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasBaseDn() bool

HasBaseDn returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasBindDn ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasBindDn() bool

HasBindDn returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasCapath ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasCapath() bool

HasCapath returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasCaseSensitive ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasCaseSensitive() bool

HasCaseSensitive returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasCert ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasCert() bool

HasCert returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasCertkey ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasCertkey() bool

HasCertkey returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasClientId ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasClientId() bool

HasClientId returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasClientKey ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasClientKey() bool

HasClientKey returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasComment ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasDefault ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasDefault() bool

HasDefault returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasDomain ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasDomain() bool

HasDomain returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasFilter ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasGroupClasses ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasGroupClasses() bool

HasGroupClasses returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasGroupDn ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasGroupDn() bool

HasGroupDn returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasGroupFilter ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasGroupFilter() bool

HasGroupFilter returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasGroupNameAttr ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasGroupNameAttr() bool

HasGroupNameAttr returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasIssuerUrl ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasIssuerUrl() bool

HasIssuerUrl returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasMode ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasMode() bool

HasMode returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasPassword ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasPort ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasPrompt ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasPrompt() bool

HasPrompt returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasScopes ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasScopes() bool

HasScopes returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasSecure ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasSecure() bool

HasSecure returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasServer1 ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasServer1() bool

HasServer1 returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasServer2 ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasServer2() bool

HasServer2 returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasSslversion ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasSslversion() bool

HasSslversion returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasSyncAttributes ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasSyncAttributes() bool

HasSyncAttributes returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasSyncDefaultsOptions ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasSyncDefaultsOptions() bool

HasSyncDefaultsOptions returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasTfa ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasTfa() bool

HasTfa returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasUserAttr ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasUserAttr() bool

HasUserAttr returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasUserClasses ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasUserClasses() bool

HasUserClasses returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasUsernameClaim ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasUsernameClaim() bool

HasUsernameClaim returns a boolean if a field has been set.

func (*CreateRealmRequestContent) HasVerify ¶ added in v0.29.0

func (o *CreateRealmRequestContent) HasVerify() bool

HasVerify returns a boolean if a field has been set.

func (CreateRealmRequestContent) MarshalJSON ¶ added in v0.29.0

func (o CreateRealmRequestContent) MarshalJSON() ([]byte, error)

func (*CreateRealmRequestContent) SetAcrValues ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetAcrValues(v string)

SetAcrValues gets a reference to the given string and assigns it to the AcrValues field.

func (*CreateRealmRequestContent) SetAutocreate ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetAutocreate(v float32)

SetAutocreate gets a reference to the given float32 and assigns it to the Autocreate field.

func (*CreateRealmRequestContent) SetBaseDn ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetBaseDn(v string)

SetBaseDn gets a reference to the given string and assigns it to the BaseDn field.

func (*CreateRealmRequestContent) SetBindDn ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetBindDn(v string)

SetBindDn gets a reference to the given string and assigns it to the BindDn field.

func (*CreateRealmRequestContent) SetCapath ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetCapath(v string)

SetCapath gets a reference to the given string and assigns it to the Capath field.

func (*CreateRealmRequestContent) SetCaseSensitive ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetCaseSensitive(v float32)

SetCaseSensitive gets a reference to the given float32 and assigns it to the CaseSensitive field.

func (*CreateRealmRequestContent) SetCert ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetCert(v string)

SetCert gets a reference to the given string and assigns it to the Cert field.

func (*CreateRealmRequestContent) SetCertkey ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetCertkey(v string)

SetCertkey gets a reference to the given string and assigns it to the Certkey field.

func (*CreateRealmRequestContent) SetClientId ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetClientId(v string)

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*CreateRealmRequestContent) SetClientKey ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetClientKey(v string)

SetClientKey gets a reference to the given string and assigns it to the ClientKey field.

func (*CreateRealmRequestContent) SetComment ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*CreateRealmRequestContent) SetDefault ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetDefault(v float32)

SetDefault gets a reference to the given float32 and assigns it to the Default field.

func (*CreateRealmRequestContent) SetDomain ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetDomain(v string)

SetDomain gets a reference to the given string and assigns it to the Domain field.

func (*CreateRealmRequestContent) SetFilter ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetFilter(v string)

SetFilter gets a reference to the given string and assigns it to the Filter field.

func (*CreateRealmRequestContent) SetGroupClasses ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetGroupClasses(v string)

SetGroupClasses gets a reference to the given string and assigns it to the GroupClasses field.

func (*CreateRealmRequestContent) SetGroupDn ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetGroupDn(v string)

SetGroupDn gets a reference to the given string and assigns it to the GroupDn field.

func (*CreateRealmRequestContent) SetGroupFilter ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetGroupFilter(v string)

SetGroupFilter gets a reference to the given string and assigns it to the GroupFilter field.

func (*CreateRealmRequestContent) SetGroupNameAttr ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetGroupNameAttr(v string)

SetGroupNameAttr gets a reference to the given string and assigns it to the GroupNameAttr field.

func (*CreateRealmRequestContent) SetIssuerUrl ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetIssuerUrl(v string)

SetIssuerUrl gets a reference to the given string and assigns it to the IssuerUrl field.

func (*CreateRealmRequestContent) SetMode ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetMode(v RealmMode)

SetMode gets a reference to the given RealmMode and assigns it to the Mode field.

func (*CreateRealmRequestContent) SetPassword ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*CreateRealmRequestContent) SetPort ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetPort(v float32)

SetPort gets a reference to the given float32 and assigns it to the Port field.

func (*CreateRealmRequestContent) SetPrompt ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetPrompt(v string)

SetPrompt gets a reference to the given string and assigns it to the Prompt field.

func (*CreateRealmRequestContent) SetRealm ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetRealm(v string)

SetRealm sets field value

func (*CreateRealmRequestContent) SetScopes ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetScopes(v string)

SetScopes gets a reference to the given string and assigns it to the Scopes field.

func (*CreateRealmRequestContent) SetSecure ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetSecure(v float32)

SetSecure gets a reference to the given float32 and assigns it to the Secure field.

func (*CreateRealmRequestContent) SetServer1 ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetServer1(v string)

SetServer1 gets a reference to the given string and assigns it to the Server1 field.

func (*CreateRealmRequestContent) SetServer2 ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetServer2(v string)

SetServer2 gets a reference to the given string and assigns it to the Server2 field.

func (*CreateRealmRequestContent) SetSslversion ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetSslversion(v RealmSslVersion)

SetSslversion gets a reference to the given RealmSslVersion and assigns it to the Sslversion field.

func (*CreateRealmRequestContent) SetSyncAttributes ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetSyncAttributes(v string)

SetSyncAttributes gets a reference to the given string and assigns it to the SyncAttributes field.

func (*CreateRealmRequestContent) SetSyncDefaultsOptions ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetSyncDefaultsOptions(v string)

SetSyncDefaultsOptions gets a reference to the given string and assigns it to the SyncDefaultsOptions field.

func (*CreateRealmRequestContent) SetTfa ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetTfa(v string)

SetTfa gets a reference to the given string and assigns it to the Tfa field.

func (*CreateRealmRequestContent) SetType ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetType(v RealmType)

SetType sets field value

func (*CreateRealmRequestContent) SetUserAttr ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetUserAttr(v string)

SetUserAttr gets a reference to the given string and assigns it to the UserAttr field.

func (*CreateRealmRequestContent) SetUserClasses ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetUserClasses(v string)

SetUserClasses gets a reference to the given string and assigns it to the UserClasses field.

func (*CreateRealmRequestContent) SetUsernameClaim ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetUsernameClaim(v string)

SetUsernameClaim gets a reference to the given string and assigns it to the UsernameClaim field.

func (*CreateRealmRequestContent) SetVerify ¶ added in v0.29.0

func (o *CreateRealmRequestContent) SetVerify(v float32)

SetVerify gets a reference to the given float32 and assigns it to the Verify field.

func (CreateRealmRequestContent) ToMap ¶ added in v0.29.0

func (o CreateRealmRequestContent) ToMap() (map[string]interface{}, error)

type CreateRoleRequestContent ¶ added in v0.38.0

type CreateRoleRequestContent struct {
	Roleid string  `json:"roleid"`
	Privs  *string `json:"privs,omitempty"`
}

CreateRoleRequestContent struct for CreateRoleRequestContent

func NewCreateRoleRequestContent ¶ added in v0.38.0

func NewCreateRoleRequestContent(roleid string) *CreateRoleRequestContent

NewCreateRoleRequestContent instantiates a new CreateRoleRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateRoleRequestContentWithDefaults ¶ added in v0.38.0

func NewCreateRoleRequestContentWithDefaults() *CreateRoleRequestContent

NewCreateRoleRequestContentWithDefaults instantiates a new CreateRoleRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateRoleRequestContent) GetPrivs ¶ added in v0.38.0

func (o *CreateRoleRequestContent) GetPrivs() string

GetPrivs returns the Privs field value if set, zero value otherwise.

func (*CreateRoleRequestContent) GetPrivsOk ¶ added in v0.38.0

func (o *CreateRoleRequestContent) GetPrivsOk() (*string, bool)

GetPrivsOk returns a tuple with the Privs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRoleRequestContent) GetRoleid ¶ added in v0.38.0

func (o *CreateRoleRequestContent) GetRoleid() string

GetRoleid returns the Roleid field value

func (*CreateRoleRequestContent) GetRoleidOk ¶ added in v0.38.0

func (o *CreateRoleRequestContent) GetRoleidOk() (*string, bool)

GetRoleidOk returns a tuple with the Roleid field value and a boolean to check if the value has been set.

func (*CreateRoleRequestContent) HasPrivs ¶ added in v0.38.0

func (o *CreateRoleRequestContent) HasPrivs() bool

HasPrivs returns a boolean if a field has been set.

func (CreateRoleRequestContent) MarshalJSON ¶ added in v0.38.0

func (o CreateRoleRequestContent) MarshalJSON() ([]byte, error)

func (*CreateRoleRequestContent) SetPrivs ¶ added in v0.38.0

func (o *CreateRoleRequestContent) SetPrivs(v string)

SetPrivs gets a reference to the given string and assigns it to the Privs field.

func (*CreateRoleRequestContent) SetRoleid ¶ added in v0.38.0

func (o *CreateRoleRequestContent) SetRoleid(v string)

SetRoleid sets field value

func (CreateRoleRequestContent) ToMap ¶ added in v0.38.0

func (o CreateRoleRequestContent) ToMap() (map[string]interface{}, error)

type CreateSnapshotRequestContent ¶ added in v0.53.0

type CreateSnapshotRequestContent struct {
	// The snapshot name.
	Snapname    string  `json:"snapname"`
	Description *string `json:"description,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Vmstate *float32 `json:"vmstate,omitempty"`
}

CreateSnapshotRequestContent struct for CreateSnapshotRequestContent

func NewCreateSnapshotRequestContent ¶ added in v0.53.0

func NewCreateSnapshotRequestContent(snapname string) *CreateSnapshotRequestContent

NewCreateSnapshotRequestContent instantiates a new CreateSnapshotRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateSnapshotRequestContentWithDefaults ¶ added in v0.53.0

func NewCreateSnapshotRequestContentWithDefaults() *CreateSnapshotRequestContent

NewCreateSnapshotRequestContentWithDefaults instantiates a new CreateSnapshotRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateSnapshotRequestContent) GetDescription ¶ added in v0.53.0

func (o *CreateSnapshotRequestContent) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateSnapshotRequestContent) GetDescriptionOk ¶ added in v0.53.0

func (o *CreateSnapshotRequestContent) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateSnapshotRequestContent) GetSnapname ¶ added in v0.53.0

func (o *CreateSnapshotRequestContent) GetSnapname() string

GetSnapname returns the Snapname field value

func (*CreateSnapshotRequestContent) GetSnapnameOk ¶ added in v0.53.0

func (o *CreateSnapshotRequestContent) GetSnapnameOk() (*string, bool)

GetSnapnameOk returns a tuple with the Snapname field value and a boolean to check if the value has been set.

func (*CreateSnapshotRequestContent) GetVmstate ¶ added in v0.53.0

func (o *CreateSnapshotRequestContent) GetVmstate() float32

GetVmstate returns the Vmstate field value if set, zero value otherwise.

func (*CreateSnapshotRequestContent) GetVmstateOk ¶ added in v0.53.0

func (o *CreateSnapshotRequestContent) GetVmstateOk() (*float32, bool)

GetVmstateOk returns a tuple with the Vmstate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateSnapshotRequestContent) HasDescription ¶ added in v0.53.0

func (o *CreateSnapshotRequestContent) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateSnapshotRequestContent) HasVmstate ¶ added in v0.53.0

func (o *CreateSnapshotRequestContent) HasVmstate() bool

HasVmstate returns a boolean if a field has been set.

func (CreateSnapshotRequestContent) MarshalJSON ¶ added in v0.53.0

func (o CreateSnapshotRequestContent) MarshalJSON() ([]byte, error)

func (*CreateSnapshotRequestContent) SetDescription ¶ added in v0.53.0

func (o *CreateSnapshotRequestContent) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateSnapshotRequestContent) SetSnapname ¶ added in v0.53.0

func (o *CreateSnapshotRequestContent) SetSnapname(v string)

SetSnapname sets field value

func (*CreateSnapshotRequestContent) SetVmstate ¶ added in v0.53.0

func (o *CreateSnapshotRequestContent) SetVmstate(v float32)

SetVmstate gets a reference to the given float32 and assigns it to the Vmstate field.

func (CreateSnapshotRequestContent) ToMap ¶ added in v0.53.0

func (o CreateSnapshotRequestContent) ToMap() (map[string]interface{}, error)

type CreateSnapshotResponseContent ¶ added in v0.53.0

type CreateSnapshotResponseContent struct {
	Data string `json:"data"`
}

CreateSnapshotResponseContent struct for CreateSnapshotResponseContent

func NewCreateSnapshotResponseContent ¶ added in v0.53.0

func NewCreateSnapshotResponseContent(data string) *CreateSnapshotResponseContent

NewCreateSnapshotResponseContent instantiates a new CreateSnapshotResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateSnapshotResponseContentWithDefaults ¶ added in v0.53.0

func NewCreateSnapshotResponseContentWithDefaults() *CreateSnapshotResponseContent

NewCreateSnapshotResponseContentWithDefaults instantiates a new CreateSnapshotResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateSnapshotResponseContent) GetData ¶ added in v0.53.0

GetData returns the Data field value

func (*CreateSnapshotResponseContent) GetDataOk ¶ added in v0.53.0

func (o *CreateSnapshotResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateSnapshotResponseContent) MarshalJSON ¶ added in v0.53.0

func (o CreateSnapshotResponseContent) MarshalJSON() ([]byte, error)

func (*CreateSnapshotResponseContent) SetData ¶ added in v0.53.0

func (o *CreateSnapshotResponseContent) SetData(v string)

SetData sets field value

func (CreateSnapshotResponseContent) ToMap ¶ added in v0.53.0

func (o CreateSnapshotResponseContent) ToMap() (map[string]interface{}, error)

type CreateStorageRequestContent ¶

type CreateStorageRequestContent struct {
	Storage       string      `json:"storage"`
	Type          StorageType `json:"type"`
	Authsupported *string     `json:"authsupported,omitempty"`
	// The base volume to use.
	Base      *string `json:"base,omitempty"`
	Blocksize *string `json:"blocksize,omitempty"`
	Bwlimit   *string `json:"bwlimit,omitempty"`
	ComstarHg *string `json:"comstar_hg,omitempty"`
	ComstarTg *string `json:"comstar_tg,omitempty"`
	// Allowed content types.
	Content *string `json:"content,omitempty"`
	// Data pool, only for erasure coding
	DataPool *string `json:"data-pool,omitempty"`
	// Disable the storage
	Disable *bool `json:"disable,omitempty"`
	// CIFS domain
	Domain *string `json:"domain,omitempty"`
	// Encryption key for storage. Use 'autogen' to generate one automatically without passphrase.
	EncryptionKey *string `json:"encryption-key,omitempty"`
	// NFS export path
	Export *string `json:"export,omitempty"`
	// Certificate SHA256 fingerprint
	Fingerprint *string `json:"fingerprint,omitempty"`
	// Default image format
	Format *string `json:"format,omitempty"`
	// The ceph filesystem name
	FsName *string `json:"fs-name,omitempty"`
	// Mount CephFS through FUSE
	Fuse *bool `json:"fuse,omitempty"`
	// Assume the given path is an externally managed mountpoint. This is a string boolean, using 'yes' or 'no'
	IsMountpoint *string `json:"is_mountpoint,omitempty"`
	// iSCSI provider
	Iscsiprovider *string `json:"iscsiprovider,omitempty"`
	// Client keyring contents
	Keyring *string `json:"keyring,omitempty"`
	// Always access rbd through krbd kernel module
	Krbd *bool `json:"krbd,omitempty"`
	// Target portal group for Linux LIO targets
	LioTpg *string `json:"lio_tpg,omitempty"`
	// Base64 encoded, PEM formatted public RSA key
	MasterPubkey *string `json:"master-pubkey,omitempty"`
	// Mac number of protected backups. Defaults to unlimited
	MaxProtectedBackups *float32 `json:"max-protected-backups,omitempty"`
	// Create the directory if doesnt exist. Defaults to true.
	Mkdir *bool `json:"mkdir,omitempty"`
	// IP addresses of monitors.
	Monhost *string `json:"monhost,omitempty"`
	// The mount point
	Mountpoint *string `json:"mountpoint,omitempty"`
	// The namespace
	Namespace *string `json:"namespace,omitempty"`
	// Set the NOCOW flag on files. This is a boolean integer, using 0 for false or 1 for true.
	Nocow *float32 `json:"nocow,omitempty"`
	// Comma seperated list of node names
	Nodes *string `json:"nodes,omitempty"`
	// Disable write caching on the target.
	Nowritecache *bool `json:"nowritecache,omitempty"`
	// NFS mount options.
	Options *string `json:"options,omitempty"`
	// Password for accessing the datastore
	Password *string `json:"password,omitempty"`
	// The filesystem path
	Path *string `json:"path,omitempty"`
	// The pool name
	Pool *string `json:"pool,omitempty"`
	// For non default port
	Port *float32 `json:"port,omitempty"`
	// iSCSI portal (IP or DNS name with optional port).
	Portal        *string               `json:"portal,omitempty"`
	Preallocation *StoragePreallocation `json:"preallocation,omitempty"`
	// The retention options.
	PruneBackups *string `json:"prune-backups,omitempty"`
	// Zero out data when removing LVs
	Saferemove *bool `json:"saferemove,omitempty"`
	// Wipe throughput.
	SaferemoveThroughput *string `json:"saferemove-throughput,omitempty"`
	// Server IP or DNS name
	Server *string `json:"server,omitempty"`
	// Backup server IP or DNS name
	Server2 *string `json:"server2,omitempty"`
	// The CIFS share.
	Share *string `json:"share,omitempty"`
	// Indicates if the storage is shared.
	Shared     *bool              `json:"shared,omitempty"`
	Smbversion *StorageSMBVersion `json:"smbversion,omitempty"`
	// Use sparse volumes.
	Sparse *bool `json:"sparse,omitempty"`
	// The subdir to mount.
	Subdir *string `json:"subdir,omitempty"`
	// Only use logical volumes tagged with 'pve-vm-ID'.
	TaggedOnly *bool `json:"tagged_only,omitempty"`
	// LVM thin pool name.
	Thinpool  *string           `json:"thinpool,omitempty"`
	Transport *StorageTransport `json:"transport,omitempty"`
	// The username to use.
	Username *string `json:"username,omitempty"`
	// The volume group name.
	Vgname *string `json:"vgname,omitempty"`
	// The glusterfs volume.
	Volume *string `json:"volume,omitempty"`
}

CreateStorageRequestContent struct for CreateStorageRequestContent

func NewCreateStorageRequestContent ¶

func NewCreateStorageRequestContent(storage string, type_ StorageType) *CreateStorageRequestContent

NewCreateStorageRequestContent instantiates a new CreateStorageRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateStorageRequestContentWithDefaults ¶

func NewCreateStorageRequestContentWithDefaults() *CreateStorageRequestContent

NewCreateStorageRequestContentWithDefaults instantiates a new CreateStorageRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateStorageRequestContent) GetAuthsupported ¶

func (o *CreateStorageRequestContent) GetAuthsupported() string

GetAuthsupported returns the Authsupported field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetAuthsupportedOk ¶

func (o *CreateStorageRequestContent) GetAuthsupportedOk() (*string, bool)

GetAuthsupportedOk returns a tuple with the Authsupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetBase ¶

func (o *CreateStorageRequestContent) GetBase() string

GetBase returns the Base field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetBaseOk ¶

func (o *CreateStorageRequestContent) GetBaseOk() (*string, bool)

GetBaseOk returns a tuple with the Base field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetBlocksize ¶

func (o *CreateStorageRequestContent) GetBlocksize() string

GetBlocksize returns the Blocksize field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetBlocksizeOk ¶

func (o *CreateStorageRequestContent) GetBlocksizeOk() (*string, bool)

GetBlocksizeOk returns a tuple with the Blocksize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetBwlimit ¶

func (o *CreateStorageRequestContent) GetBwlimit() string

GetBwlimit returns the Bwlimit field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetBwlimitOk ¶

func (o *CreateStorageRequestContent) GetBwlimitOk() (*string, bool)

GetBwlimitOk returns a tuple with the Bwlimit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetComstarHg ¶

func (o *CreateStorageRequestContent) GetComstarHg() string

GetComstarHg returns the ComstarHg field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetComstarHgOk ¶

func (o *CreateStorageRequestContent) GetComstarHgOk() (*string, bool)

GetComstarHgOk returns a tuple with the ComstarHg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetComstarTg ¶

func (o *CreateStorageRequestContent) GetComstarTg() string

GetComstarTg returns the ComstarTg field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetComstarTgOk ¶

func (o *CreateStorageRequestContent) GetComstarTgOk() (*string, bool)

GetComstarTgOk returns a tuple with the ComstarTg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetContent ¶

func (o *CreateStorageRequestContent) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetContentOk ¶

func (o *CreateStorageRequestContent) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetDataPool ¶

func (o *CreateStorageRequestContent) GetDataPool() string

GetDataPool returns the DataPool field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetDataPoolOk ¶

func (o *CreateStorageRequestContent) GetDataPoolOk() (*string, bool)

GetDataPoolOk returns a tuple with the DataPool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetDisable ¶

func (o *CreateStorageRequestContent) GetDisable() bool

GetDisable returns the Disable field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetDisableOk ¶

func (o *CreateStorageRequestContent) GetDisableOk() (*bool, bool)

GetDisableOk returns a tuple with the Disable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetDomain ¶

func (o *CreateStorageRequestContent) GetDomain() string

GetDomain returns the Domain field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetDomainOk ¶

func (o *CreateStorageRequestContent) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetEncryptionKey ¶

func (o *CreateStorageRequestContent) GetEncryptionKey() string

GetEncryptionKey returns the EncryptionKey field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetEncryptionKeyOk ¶

func (o *CreateStorageRequestContent) GetEncryptionKeyOk() (*string, bool)

GetEncryptionKeyOk returns a tuple with the EncryptionKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetExport ¶

func (o *CreateStorageRequestContent) GetExport() string

GetExport returns the Export field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetExportOk ¶

func (o *CreateStorageRequestContent) GetExportOk() (*string, bool)

GetExportOk returns a tuple with the Export field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetFingerprint ¶

func (o *CreateStorageRequestContent) GetFingerprint() string

GetFingerprint returns the Fingerprint field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetFingerprintOk ¶

func (o *CreateStorageRequestContent) GetFingerprintOk() (*string, bool)

GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetFormat ¶

func (o *CreateStorageRequestContent) GetFormat() string

GetFormat returns the Format field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetFormatOk ¶

func (o *CreateStorageRequestContent) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetFsName ¶

func (o *CreateStorageRequestContent) GetFsName() string

GetFsName returns the FsName field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetFsNameOk ¶

func (o *CreateStorageRequestContent) GetFsNameOk() (*string, bool)

GetFsNameOk returns a tuple with the FsName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetFuse ¶

func (o *CreateStorageRequestContent) GetFuse() bool

GetFuse returns the Fuse field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetFuseOk ¶

func (o *CreateStorageRequestContent) GetFuseOk() (*bool, bool)

GetFuseOk returns a tuple with the Fuse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetIsMountpoint ¶

func (o *CreateStorageRequestContent) GetIsMountpoint() string

GetIsMountpoint returns the IsMountpoint field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetIsMountpointOk ¶

func (o *CreateStorageRequestContent) GetIsMountpointOk() (*string, bool)

GetIsMountpointOk returns a tuple with the IsMountpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetIscsiprovider ¶

func (o *CreateStorageRequestContent) GetIscsiprovider() string

GetIscsiprovider returns the Iscsiprovider field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetIscsiproviderOk ¶

func (o *CreateStorageRequestContent) GetIscsiproviderOk() (*string, bool)

GetIscsiproviderOk returns a tuple with the Iscsiprovider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetKeyring ¶

func (o *CreateStorageRequestContent) GetKeyring() string

GetKeyring returns the Keyring field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetKeyringOk ¶

func (o *CreateStorageRequestContent) GetKeyringOk() (*string, bool)

GetKeyringOk returns a tuple with the Keyring field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetKrbd ¶

func (o *CreateStorageRequestContent) GetKrbd() bool

GetKrbd returns the Krbd field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetKrbdOk ¶

func (o *CreateStorageRequestContent) GetKrbdOk() (*bool, bool)

GetKrbdOk returns a tuple with the Krbd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetLioTpg ¶

func (o *CreateStorageRequestContent) GetLioTpg() string

GetLioTpg returns the LioTpg field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetLioTpgOk ¶

func (o *CreateStorageRequestContent) GetLioTpgOk() (*string, bool)

GetLioTpgOk returns a tuple with the LioTpg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetMasterPubkey ¶

func (o *CreateStorageRequestContent) GetMasterPubkey() string

GetMasterPubkey returns the MasterPubkey field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetMasterPubkeyOk ¶

func (o *CreateStorageRequestContent) GetMasterPubkeyOk() (*string, bool)

GetMasterPubkeyOk returns a tuple with the MasterPubkey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetMaxProtectedBackups ¶

func (o *CreateStorageRequestContent) GetMaxProtectedBackups() float32

GetMaxProtectedBackups returns the MaxProtectedBackups field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetMaxProtectedBackupsOk ¶

func (o *CreateStorageRequestContent) GetMaxProtectedBackupsOk() (*float32, bool)

GetMaxProtectedBackupsOk returns a tuple with the MaxProtectedBackups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetMkdir ¶

func (o *CreateStorageRequestContent) GetMkdir() bool

GetMkdir returns the Mkdir field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetMkdirOk ¶

func (o *CreateStorageRequestContent) GetMkdirOk() (*bool, bool)

GetMkdirOk returns a tuple with the Mkdir field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetMonhost ¶

func (o *CreateStorageRequestContent) GetMonhost() string

GetMonhost returns the Monhost field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetMonhostOk ¶

func (o *CreateStorageRequestContent) GetMonhostOk() (*string, bool)

GetMonhostOk returns a tuple with the Monhost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetMountpoint ¶

func (o *CreateStorageRequestContent) GetMountpoint() string

GetMountpoint returns the Mountpoint field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetMountpointOk ¶

func (o *CreateStorageRequestContent) GetMountpointOk() (*string, bool)

GetMountpointOk returns a tuple with the Mountpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetNamespace ¶

func (o *CreateStorageRequestContent) GetNamespace() string

GetNamespace returns the Namespace field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetNamespaceOk ¶

func (o *CreateStorageRequestContent) GetNamespaceOk() (*string, bool)

GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetNocow ¶

func (o *CreateStorageRequestContent) GetNocow() float32

GetNocow returns the Nocow field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetNocowOk ¶

func (o *CreateStorageRequestContent) GetNocowOk() (*float32, bool)

GetNocowOk returns a tuple with the Nocow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetNodes ¶

func (o *CreateStorageRequestContent) GetNodes() string

GetNodes returns the Nodes field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetNodesOk ¶

func (o *CreateStorageRequestContent) GetNodesOk() (*string, bool)

GetNodesOk returns a tuple with the Nodes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetNowritecache ¶

func (o *CreateStorageRequestContent) GetNowritecache() bool

GetNowritecache returns the Nowritecache field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetNowritecacheOk ¶

func (o *CreateStorageRequestContent) GetNowritecacheOk() (*bool, bool)

GetNowritecacheOk returns a tuple with the Nowritecache field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetOptions ¶

func (o *CreateStorageRequestContent) GetOptions() string

GetOptions returns the Options field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetOptionsOk ¶

func (o *CreateStorageRequestContent) GetOptionsOk() (*string, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetPassword ¶

func (o *CreateStorageRequestContent) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetPasswordOk ¶

func (o *CreateStorageRequestContent) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetPath ¶

func (o *CreateStorageRequestContent) GetPath() string

GetPath returns the Path field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetPathOk ¶

func (o *CreateStorageRequestContent) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetPool ¶

func (o *CreateStorageRequestContent) GetPool() string

GetPool returns the Pool field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetPoolOk ¶

func (o *CreateStorageRequestContent) GetPoolOk() (*string, bool)

GetPoolOk returns a tuple with the Pool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetPort ¶

func (o *CreateStorageRequestContent) GetPort() float32

GetPort returns the Port field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetPortOk ¶

func (o *CreateStorageRequestContent) GetPortOk() (*float32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetPortal ¶

func (o *CreateStorageRequestContent) GetPortal() string

GetPortal returns the Portal field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetPortalOk ¶

func (o *CreateStorageRequestContent) GetPortalOk() (*string, bool)

GetPortalOk returns a tuple with the Portal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetPreallocation ¶

func (o *CreateStorageRequestContent) GetPreallocation() StoragePreallocation

GetPreallocation returns the Preallocation field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetPreallocationOk ¶

func (o *CreateStorageRequestContent) GetPreallocationOk() (*StoragePreallocation, bool)

GetPreallocationOk returns a tuple with the Preallocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetPruneBackups ¶

func (o *CreateStorageRequestContent) GetPruneBackups() string

GetPruneBackups returns the PruneBackups field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetPruneBackupsOk ¶

func (o *CreateStorageRequestContent) GetPruneBackupsOk() (*string, bool)

GetPruneBackupsOk returns a tuple with the PruneBackups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetSaferemove ¶

func (o *CreateStorageRequestContent) GetSaferemove() bool

GetSaferemove returns the Saferemove field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetSaferemoveOk ¶

func (o *CreateStorageRequestContent) GetSaferemoveOk() (*bool, bool)

GetSaferemoveOk returns a tuple with the Saferemove field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetSaferemoveThroughput ¶

func (o *CreateStorageRequestContent) GetSaferemoveThroughput() string

GetSaferemoveThroughput returns the SaferemoveThroughput field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetSaferemoveThroughputOk ¶

func (o *CreateStorageRequestContent) GetSaferemoveThroughputOk() (*string, bool)

GetSaferemoveThroughputOk returns a tuple with the SaferemoveThroughput field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetServer ¶

func (o *CreateStorageRequestContent) GetServer() string

GetServer returns the Server field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetServer2 ¶

func (o *CreateStorageRequestContent) GetServer2() string

GetServer2 returns the Server2 field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetServer2Ok ¶

func (o *CreateStorageRequestContent) GetServer2Ok() (*string, bool)

GetServer2Ok returns a tuple with the Server2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetServerOk ¶

func (o *CreateStorageRequestContent) GetServerOk() (*string, bool)

GetServerOk returns a tuple with the Server field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetShare ¶

func (o *CreateStorageRequestContent) GetShare() string

GetShare returns the Share field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetShareOk ¶

func (o *CreateStorageRequestContent) GetShareOk() (*string, bool)

GetShareOk returns a tuple with the Share field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetShared ¶

func (o *CreateStorageRequestContent) GetShared() bool

GetShared returns the Shared field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetSharedOk ¶

func (o *CreateStorageRequestContent) GetSharedOk() (*bool, bool)

GetSharedOk returns a tuple with the Shared field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetSmbversion ¶

GetSmbversion returns the Smbversion field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetSmbversionOk ¶

func (o *CreateStorageRequestContent) GetSmbversionOk() (*StorageSMBVersion, bool)

GetSmbversionOk returns a tuple with the Smbversion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetSparse ¶

func (o *CreateStorageRequestContent) GetSparse() bool

GetSparse returns the Sparse field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetSparseOk ¶

func (o *CreateStorageRequestContent) GetSparseOk() (*bool, bool)

GetSparseOk returns a tuple with the Sparse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetStorage ¶

func (o *CreateStorageRequestContent) GetStorage() string

GetStorage returns the Storage field value

func (*CreateStorageRequestContent) GetStorageOk ¶

func (o *CreateStorageRequestContent) GetStorageOk() (*string, bool)

GetStorageOk returns a tuple with the Storage field value and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetSubdir ¶

func (o *CreateStorageRequestContent) GetSubdir() string

GetSubdir returns the Subdir field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetSubdirOk ¶

func (o *CreateStorageRequestContent) GetSubdirOk() (*string, bool)

GetSubdirOk returns a tuple with the Subdir field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetTaggedOnly ¶

func (o *CreateStorageRequestContent) GetTaggedOnly() bool

GetTaggedOnly returns the TaggedOnly field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetTaggedOnlyOk ¶

func (o *CreateStorageRequestContent) GetTaggedOnlyOk() (*bool, bool)

GetTaggedOnlyOk returns a tuple with the TaggedOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetThinpool ¶

func (o *CreateStorageRequestContent) GetThinpool() string

GetThinpool returns the Thinpool field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetThinpoolOk ¶

func (o *CreateStorageRequestContent) GetThinpoolOk() (*string, bool)

GetThinpoolOk returns a tuple with the Thinpool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetTransport ¶

GetTransport returns the Transport field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetTransportOk ¶

func (o *CreateStorageRequestContent) GetTransportOk() (*StorageTransport, bool)

GetTransportOk returns a tuple with the Transport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetType ¶

GetType returns the Type field value

func (*CreateStorageRequestContent) GetTypeOk ¶

func (o *CreateStorageRequestContent) GetTypeOk() (*StorageType, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetUsername ¶

func (o *CreateStorageRequestContent) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetUsernameOk ¶

func (o *CreateStorageRequestContent) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetVgname ¶

func (o *CreateStorageRequestContent) GetVgname() string

GetVgname returns the Vgname field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetVgnameOk ¶

func (o *CreateStorageRequestContent) GetVgnameOk() (*string, bool)

GetVgnameOk returns a tuple with the Vgname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) GetVolume ¶

func (o *CreateStorageRequestContent) GetVolume() string

GetVolume returns the Volume field value if set, zero value otherwise.

func (*CreateStorageRequestContent) GetVolumeOk ¶

func (o *CreateStorageRequestContent) GetVolumeOk() (*string, bool)

GetVolumeOk returns a tuple with the Volume field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageRequestContent) HasAuthsupported ¶

func (o *CreateStorageRequestContent) HasAuthsupported() bool

HasAuthsupported returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasBase ¶

func (o *CreateStorageRequestContent) HasBase() bool

HasBase returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasBlocksize ¶

func (o *CreateStorageRequestContent) HasBlocksize() bool

HasBlocksize returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasBwlimit ¶

func (o *CreateStorageRequestContent) HasBwlimit() bool

HasBwlimit returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasComstarHg ¶

func (o *CreateStorageRequestContent) HasComstarHg() bool

HasComstarHg returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasComstarTg ¶

func (o *CreateStorageRequestContent) HasComstarTg() bool

HasComstarTg returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasContent ¶

func (o *CreateStorageRequestContent) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasDataPool ¶

func (o *CreateStorageRequestContent) HasDataPool() bool

HasDataPool returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasDisable ¶

func (o *CreateStorageRequestContent) HasDisable() bool

HasDisable returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasDomain ¶

func (o *CreateStorageRequestContent) HasDomain() bool

HasDomain returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasEncryptionKey ¶

func (o *CreateStorageRequestContent) HasEncryptionKey() bool

HasEncryptionKey returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasExport ¶

func (o *CreateStorageRequestContent) HasExport() bool

HasExport returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasFingerprint ¶

func (o *CreateStorageRequestContent) HasFingerprint() bool

HasFingerprint returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasFormat ¶

func (o *CreateStorageRequestContent) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasFsName ¶

func (o *CreateStorageRequestContent) HasFsName() bool

HasFsName returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasFuse ¶

func (o *CreateStorageRequestContent) HasFuse() bool

HasFuse returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasIsMountpoint ¶

func (o *CreateStorageRequestContent) HasIsMountpoint() bool

HasIsMountpoint returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasIscsiprovider ¶

func (o *CreateStorageRequestContent) HasIscsiprovider() bool

HasIscsiprovider returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasKeyring ¶

func (o *CreateStorageRequestContent) HasKeyring() bool

HasKeyring returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasKrbd ¶

func (o *CreateStorageRequestContent) HasKrbd() bool

HasKrbd returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasLioTpg ¶

func (o *CreateStorageRequestContent) HasLioTpg() bool

HasLioTpg returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasMasterPubkey ¶

func (o *CreateStorageRequestContent) HasMasterPubkey() bool

HasMasterPubkey returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasMaxProtectedBackups ¶

func (o *CreateStorageRequestContent) HasMaxProtectedBackups() bool

HasMaxProtectedBackups returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasMkdir ¶

func (o *CreateStorageRequestContent) HasMkdir() bool

HasMkdir returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasMonhost ¶

func (o *CreateStorageRequestContent) HasMonhost() bool

HasMonhost returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasMountpoint ¶

func (o *CreateStorageRequestContent) HasMountpoint() bool

HasMountpoint returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasNamespace ¶

func (o *CreateStorageRequestContent) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasNocow ¶

func (o *CreateStorageRequestContent) HasNocow() bool

HasNocow returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasNodes ¶

func (o *CreateStorageRequestContent) HasNodes() bool

HasNodes returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasNowritecache ¶

func (o *CreateStorageRequestContent) HasNowritecache() bool

HasNowritecache returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasOptions ¶

func (o *CreateStorageRequestContent) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasPassword ¶

func (o *CreateStorageRequestContent) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasPath ¶

func (o *CreateStorageRequestContent) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasPool ¶

func (o *CreateStorageRequestContent) HasPool() bool

HasPool returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasPort ¶

func (o *CreateStorageRequestContent) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasPortal ¶

func (o *CreateStorageRequestContent) HasPortal() bool

HasPortal returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasPreallocation ¶

func (o *CreateStorageRequestContent) HasPreallocation() bool

HasPreallocation returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasPruneBackups ¶

func (o *CreateStorageRequestContent) HasPruneBackups() bool

HasPruneBackups returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasSaferemove ¶

func (o *CreateStorageRequestContent) HasSaferemove() bool

HasSaferemove returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasSaferemoveThroughput ¶

func (o *CreateStorageRequestContent) HasSaferemoveThroughput() bool

HasSaferemoveThroughput returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasServer ¶

func (o *CreateStorageRequestContent) HasServer() bool

HasServer returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasServer2 ¶

func (o *CreateStorageRequestContent) HasServer2() bool

HasServer2 returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasShare ¶

func (o *CreateStorageRequestContent) HasShare() bool

HasShare returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasShared ¶

func (o *CreateStorageRequestContent) HasShared() bool

HasShared returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasSmbversion ¶

func (o *CreateStorageRequestContent) HasSmbversion() bool

HasSmbversion returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasSparse ¶

func (o *CreateStorageRequestContent) HasSparse() bool

HasSparse returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasSubdir ¶

func (o *CreateStorageRequestContent) HasSubdir() bool

HasSubdir returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasTaggedOnly ¶

func (o *CreateStorageRequestContent) HasTaggedOnly() bool

HasTaggedOnly returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasThinpool ¶

func (o *CreateStorageRequestContent) HasThinpool() bool

HasThinpool returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasTransport ¶

func (o *CreateStorageRequestContent) HasTransport() bool

HasTransport returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasUsername ¶

func (o *CreateStorageRequestContent) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasVgname ¶

func (o *CreateStorageRequestContent) HasVgname() bool

HasVgname returns a boolean if a field has been set.

func (*CreateStorageRequestContent) HasVolume ¶

func (o *CreateStorageRequestContent) HasVolume() bool

HasVolume returns a boolean if a field has been set.

func (CreateStorageRequestContent) MarshalJSON ¶

func (o CreateStorageRequestContent) MarshalJSON() ([]byte, error)

func (*CreateStorageRequestContent) SetAuthsupported ¶

func (o *CreateStorageRequestContent) SetAuthsupported(v string)

SetAuthsupported gets a reference to the given string and assigns it to the Authsupported field.

func (*CreateStorageRequestContent) SetBase ¶

func (o *CreateStorageRequestContent) SetBase(v string)

SetBase gets a reference to the given string and assigns it to the Base field.

func (*CreateStorageRequestContent) SetBlocksize ¶

func (o *CreateStorageRequestContent) SetBlocksize(v string)

SetBlocksize gets a reference to the given string and assigns it to the Blocksize field.

func (*CreateStorageRequestContent) SetBwlimit ¶

func (o *CreateStorageRequestContent) SetBwlimit(v string)

SetBwlimit gets a reference to the given string and assigns it to the Bwlimit field.

func (*CreateStorageRequestContent) SetComstarHg ¶

func (o *CreateStorageRequestContent) SetComstarHg(v string)

SetComstarHg gets a reference to the given string and assigns it to the ComstarHg field.

func (*CreateStorageRequestContent) SetComstarTg ¶

func (o *CreateStorageRequestContent) SetComstarTg(v string)

SetComstarTg gets a reference to the given string and assigns it to the ComstarTg field.

func (*CreateStorageRequestContent) SetContent ¶

func (o *CreateStorageRequestContent) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*CreateStorageRequestContent) SetDataPool ¶

func (o *CreateStorageRequestContent) SetDataPool(v string)

SetDataPool gets a reference to the given string and assigns it to the DataPool field.

func (*CreateStorageRequestContent) SetDisable ¶

func (o *CreateStorageRequestContent) SetDisable(v bool)

SetDisable gets a reference to the given bool and assigns it to the Disable field.

func (*CreateStorageRequestContent) SetDomain ¶

func (o *CreateStorageRequestContent) SetDomain(v string)

SetDomain gets a reference to the given string and assigns it to the Domain field.

func (*CreateStorageRequestContent) SetEncryptionKey ¶

func (o *CreateStorageRequestContent) SetEncryptionKey(v string)

SetEncryptionKey gets a reference to the given string and assigns it to the EncryptionKey field.

func (*CreateStorageRequestContent) SetExport ¶

func (o *CreateStorageRequestContent) SetExport(v string)

SetExport gets a reference to the given string and assigns it to the Export field.

func (*CreateStorageRequestContent) SetFingerprint ¶

func (o *CreateStorageRequestContent) SetFingerprint(v string)

SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.

func (*CreateStorageRequestContent) SetFormat ¶

func (o *CreateStorageRequestContent) SetFormat(v string)

SetFormat gets a reference to the given string and assigns it to the Format field.

func (*CreateStorageRequestContent) SetFsName ¶

func (o *CreateStorageRequestContent) SetFsName(v string)

SetFsName gets a reference to the given string and assigns it to the FsName field.

func (*CreateStorageRequestContent) SetFuse ¶

func (o *CreateStorageRequestContent) SetFuse(v bool)

SetFuse gets a reference to the given bool and assigns it to the Fuse field.

func (*CreateStorageRequestContent) SetIsMountpoint ¶

func (o *CreateStorageRequestContent) SetIsMountpoint(v string)

SetIsMountpoint gets a reference to the given string and assigns it to the IsMountpoint field.

func (*CreateStorageRequestContent) SetIscsiprovider ¶

func (o *CreateStorageRequestContent) SetIscsiprovider(v string)

SetIscsiprovider gets a reference to the given string and assigns it to the Iscsiprovider field.

func (*CreateStorageRequestContent) SetKeyring ¶

func (o *CreateStorageRequestContent) SetKeyring(v string)

SetKeyring gets a reference to the given string and assigns it to the Keyring field.

func (*CreateStorageRequestContent) SetKrbd ¶

func (o *CreateStorageRequestContent) SetKrbd(v bool)

SetKrbd gets a reference to the given bool and assigns it to the Krbd field.

func (*CreateStorageRequestContent) SetLioTpg ¶

func (o *CreateStorageRequestContent) SetLioTpg(v string)

SetLioTpg gets a reference to the given string and assigns it to the LioTpg field.

func (*CreateStorageRequestContent) SetMasterPubkey ¶

func (o *CreateStorageRequestContent) SetMasterPubkey(v string)

SetMasterPubkey gets a reference to the given string and assigns it to the MasterPubkey field.

func (*CreateStorageRequestContent) SetMaxProtectedBackups ¶

func (o *CreateStorageRequestContent) SetMaxProtectedBackups(v float32)

SetMaxProtectedBackups gets a reference to the given float32 and assigns it to the MaxProtectedBackups field.

func (*CreateStorageRequestContent) SetMkdir ¶

func (o *CreateStorageRequestContent) SetMkdir(v bool)

SetMkdir gets a reference to the given bool and assigns it to the Mkdir field.

func (*CreateStorageRequestContent) SetMonhost ¶

func (o *CreateStorageRequestContent) SetMonhost(v string)

SetMonhost gets a reference to the given string and assigns it to the Monhost field.

func (*CreateStorageRequestContent) SetMountpoint ¶

func (o *CreateStorageRequestContent) SetMountpoint(v string)

SetMountpoint gets a reference to the given string and assigns it to the Mountpoint field.

func (*CreateStorageRequestContent) SetNamespace ¶

func (o *CreateStorageRequestContent) SetNamespace(v string)

SetNamespace gets a reference to the given string and assigns it to the Namespace field.

func (*CreateStorageRequestContent) SetNocow ¶

func (o *CreateStorageRequestContent) SetNocow(v float32)

SetNocow gets a reference to the given float32 and assigns it to the Nocow field.

func (*CreateStorageRequestContent) SetNodes ¶

func (o *CreateStorageRequestContent) SetNodes(v string)

SetNodes gets a reference to the given string and assigns it to the Nodes field.

func (*CreateStorageRequestContent) SetNowritecache ¶

func (o *CreateStorageRequestContent) SetNowritecache(v bool)

SetNowritecache gets a reference to the given bool and assigns it to the Nowritecache field.

func (*CreateStorageRequestContent) SetOptions ¶

func (o *CreateStorageRequestContent) SetOptions(v string)

SetOptions gets a reference to the given string and assigns it to the Options field.

func (*CreateStorageRequestContent) SetPassword ¶

func (o *CreateStorageRequestContent) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*CreateStorageRequestContent) SetPath ¶

func (o *CreateStorageRequestContent) SetPath(v string)

SetPath gets a reference to the given string and assigns it to the Path field.

func (*CreateStorageRequestContent) SetPool ¶

func (o *CreateStorageRequestContent) SetPool(v string)

SetPool gets a reference to the given string and assigns it to the Pool field.

func (*CreateStorageRequestContent) SetPort ¶

func (o *CreateStorageRequestContent) SetPort(v float32)

SetPort gets a reference to the given float32 and assigns it to the Port field.

func (*CreateStorageRequestContent) SetPortal ¶

func (o *CreateStorageRequestContent) SetPortal(v string)

SetPortal gets a reference to the given string and assigns it to the Portal field.

func (*CreateStorageRequestContent) SetPreallocation ¶

func (o *CreateStorageRequestContent) SetPreallocation(v StoragePreallocation)

SetPreallocation gets a reference to the given StoragePreallocation and assigns it to the Preallocation field.

func (*CreateStorageRequestContent) SetPruneBackups ¶

func (o *CreateStorageRequestContent) SetPruneBackups(v string)

SetPruneBackups gets a reference to the given string and assigns it to the PruneBackups field.

func (*CreateStorageRequestContent) SetSaferemove ¶

func (o *CreateStorageRequestContent) SetSaferemove(v bool)

SetSaferemove gets a reference to the given bool and assigns it to the Saferemove field.

func (*CreateStorageRequestContent) SetSaferemoveThroughput ¶

func (o *CreateStorageRequestContent) SetSaferemoveThroughput(v string)

SetSaferemoveThroughput gets a reference to the given string and assigns it to the SaferemoveThroughput field.

func (*CreateStorageRequestContent) SetServer ¶

func (o *CreateStorageRequestContent) SetServer(v string)

SetServer gets a reference to the given string and assigns it to the Server field.

func (*CreateStorageRequestContent) SetServer2 ¶

func (o *CreateStorageRequestContent) SetServer2(v string)

SetServer2 gets a reference to the given string and assigns it to the Server2 field.

func (*CreateStorageRequestContent) SetShare ¶

func (o *CreateStorageRequestContent) SetShare(v string)

SetShare gets a reference to the given string and assigns it to the Share field.

func (*CreateStorageRequestContent) SetShared ¶

func (o *CreateStorageRequestContent) SetShared(v bool)

SetShared gets a reference to the given bool and assigns it to the Shared field.

func (*CreateStorageRequestContent) SetSmbversion ¶

func (o *CreateStorageRequestContent) SetSmbversion(v StorageSMBVersion)

SetSmbversion gets a reference to the given StorageSMBVersion and assigns it to the Smbversion field.

func (*CreateStorageRequestContent) SetSparse ¶

func (o *CreateStorageRequestContent) SetSparse(v bool)

SetSparse gets a reference to the given bool and assigns it to the Sparse field.

func (*CreateStorageRequestContent) SetStorage ¶

func (o *CreateStorageRequestContent) SetStorage(v string)

SetStorage sets field value

func (*CreateStorageRequestContent) SetSubdir ¶

func (o *CreateStorageRequestContent) SetSubdir(v string)

SetSubdir gets a reference to the given string and assigns it to the Subdir field.

func (*CreateStorageRequestContent) SetTaggedOnly ¶

func (o *CreateStorageRequestContent) SetTaggedOnly(v bool)

SetTaggedOnly gets a reference to the given bool and assigns it to the TaggedOnly field.

func (*CreateStorageRequestContent) SetThinpool ¶

func (o *CreateStorageRequestContent) SetThinpool(v string)

SetThinpool gets a reference to the given string and assigns it to the Thinpool field.

func (*CreateStorageRequestContent) SetTransport ¶

func (o *CreateStorageRequestContent) SetTransport(v StorageTransport)

SetTransport gets a reference to the given StorageTransport and assigns it to the Transport field.

func (*CreateStorageRequestContent) SetType ¶

SetType sets field value

func (*CreateStorageRequestContent) SetUsername ¶

func (o *CreateStorageRequestContent) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (*CreateStorageRequestContent) SetVgname ¶

func (o *CreateStorageRequestContent) SetVgname(v string)

SetVgname gets a reference to the given string and assigns it to the Vgname field.

func (*CreateStorageRequestContent) SetVolume ¶

func (o *CreateStorageRequestContent) SetVolume(v string)

SetVolume gets a reference to the given string and assigns it to the Volume field.

func (CreateStorageRequestContent) ToMap ¶ added in v0.9.0

func (o CreateStorageRequestContent) ToMap() (map[string]interface{}, error)

type CreateStorageResponseContent ¶

type CreateStorageResponseContent struct {
	Data StorageConfiguration `json:"data"`
}

CreateStorageResponseContent struct for CreateStorageResponseContent

func NewCreateStorageResponseContent ¶

func NewCreateStorageResponseContent(data StorageConfiguration) *CreateStorageResponseContent

NewCreateStorageResponseContent instantiates a new CreateStorageResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateStorageResponseContentWithDefaults ¶

func NewCreateStorageResponseContentWithDefaults() *CreateStorageResponseContent

NewCreateStorageResponseContentWithDefaults instantiates a new CreateStorageResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateStorageResponseContent) GetData ¶

GetData returns the Data field value

func (*CreateStorageResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateStorageResponseContent) MarshalJSON ¶

func (o CreateStorageResponseContent) MarshalJSON() ([]byte, error)

func (*CreateStorageResponseContent) SetData ¶

SetData sets field value

func (CreateStorageResponseContent) ToMap ¶ added in v0.9.0

func (o CreateStorageResponseContent) ToMap() (map[string]interface{}, error)

type CreateStorageVolumeRequestContent ¶ added in v0.16.0

type CreateStorageVolumeRequestContent struct {
	// The filename of the new file
	Filename string `json:"filename"`
	// The new size in byte string
	Size float32 `json:"size"`
	// The id of the virtual machine as a string
	Vmid   string             `json:"vmid"`
	Format *StorageVolumeType `json:"format,omitempty"`
}

CreateStorageVolumeRequestContent struct for CreateStorageVolumeRequestContent

func NewCreateStorageVolumeRequestContent ¶ added in v0.16.0

func NewCreateStorageVolumeRequestContent(filename string, size float32, vmid string) *CreateStorageVolumeRequestContent

NewCreateStorageVolumeRequestContent instantiates a new CreateStorageVolumeRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateStorageVolumeRequestContentWithDefaults ¶ added in v0.16.0

func NewCreateStorageVolumeRequestContentWithDefaults() *CreateStorageVolumeRequestContent

NewCreateStorageVolumeRequestContentWithDefaults instantiates a new CreateStorageVolumeRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateStorageVolumeRequestContent) GetFilename ¶ added in v0.16.0

func (o *CreateStorageVolumeRequestContent) GetFilename() string

GetFilename returns the Filename field value

func (*CreateStorageVolumeRequestContent) GetFilenameOk ¶ added in v0.16.0

func (o *CreateStorageVolumeRequestContent) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value and a boolean to check if the value has been set.

func (*CreateStorageVolumeRequestContent) GetFormat ¶ added in v0.16.0

GetFormat returns the Format field value if set, zero value otherwise.

func (*CreateStorageVolumeRequestContent) GetFormatOk ¶ added in v0.16.0

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateStorageVolumeRequestContent) GetSize ¶ added in v0.16.0

GetSize returns the Size field value

func (*CreateStorageVolumeRequestContent) GetSizeOk ¶ added in v0.16.0

func (o *CreateStorageVolumeRequestContent) GetSizeOk() (*float32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*CreateStorageVolumeRequestContent) GetVmid ¶ added in v0.16.0

GetVmid returns the Vmid field value

func (*CreateStorageVolumeRequestContent) GetVmidOk ¶ added in v0.16.0

func (o *CreateStorageVolumeRequestContent) GetVmidOk() (*string, bool)

GetVmidOk returns a tuple with the Vmid field value and a boolean to check if the value has been set.

func (*CreateStorageVolumeRequestContent) HasFormat ¶ added in v0.16.0

func (o *CreateStorageVolumeRequestContent) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (CreateStorageVolumeRequestContent) MarshalJSON ¶ added in v0.16.0

func (o CreateStorageVolumeRequestContent) MarshalJSON() ([]byte, error)

func (*CreateStorageVolumeRequestContent) SetFilename ¶ added in v0.16.0

func (o *CreateStorageVolumeRequestContent) SetFilename(v string)

SetFilename sets field value

func (*CreateStorageVolumeRequestContent) SetFormat ¶ added in v0.16.0

SetFormat gets a reference to the given StorageVolumeType and assigns it to the Format field.

func (*CreateStorageVolumeRequestContent) SetSize ¶ added in v0.16.0

SetSize sets field value

func (*CreateStorageVolumeRequestContent) SetVmid ¶ added in v0.16.0

SetVmid sets field value

func (CreateStorageVolumeRequestContent) ToMap ¶ added in v0.16.0

func (o CreateStorageVolumeRequestContent) ToMap() (map[string]interface{}, error)

type CreateStorageVolumeResponseContent ¶ added in v0.16.0

type CreateStorageVolumeResponseContent struct {
	Data string `json:"data"`
}

CreateStorageVolumeResponseContent struct for CreateStorageVolumeResponseContent

func NewCreateStorageVolumeResponseContent ¶ added in v0.16.0

func NewCreateStorageVolumeResponseContent(data string) *CreateStorageVolumeResponseContent

NewCreateStorageVolumeResponseContent instantiates a new CreateStorageVolumeResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateStorageVolumeResponseContentWithDefaults ¶ added in v0.16.0

func NewCreateStorageVolumeResponseContentWithDefaults() *CreateStorageVolumeResponseContent

NewCreateStorageVolumeResponseContentWithDefaults instantiates a new CreateStorageVolumeResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateStorageVolumeResponseContent) GetData ¶ added in v0.16.0

GetData returns the Data field value

func (*CreateStorageVolumeResponseContent) GetDataOk ¶ added in v0.16.0

func (o *CreateStorageVolumeResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateStorageVolumeResponseContent) MarshalJSON ¶ added in v0.16.0

func (o CreateStorageVolumeResponseContent) MarshalJSON() ([]byte, error)

func (*CreateStorageVolumeResponseContent) SetData ¶ added in v0.16.0

SetData sets field value

func (CreateStorageVolumeResponseContent) ToMap ¶ added in v0.16.0

func (o CreateStorageVolumeResponseContent) ToMap() (map[string]interface{}, error)

type CreateTicketRequestContent ¶

type CreateTicketRequestContent struct {
	Username string  `json:"username"`
	Password string  `json:"password"`
	Realm    *string `json:"realm,omitempty"`
}

CreateTicketRequestContent struct for CreateTicketRequestContent

func NewCreateTicketRequestContent ¶

func NewCreateTicketRequestContent(username string, password string) *CreateTicketRequestContent

NewCreateTicketRequestContent instantiates a new CreateTicketRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateTicketRequestContentWithDefaults ¶

func NewCreateTicketRequestContentWithDefaults() *CreateTicketRequestContent

NewCreateTicketRequestContentWithDefaults instantiates a new CreateTicketRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateTicketRequestContent) GetPassword ¶

func (o *CreateTicketRequestContent) GetPassword() string

GetPassword returns the Password field value

func (*CreateTicketRequestContent) GetPasswordOk ¶

func (o *CreateTicketRequestContent) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*CreateTicketRequestContent) GetRealm ¶

func (o *CreateTicketRequestContent) GetRealm() string

GetRealm returns the Realm field value if set, zero value otherwise.

func (*CreateTicketRequestContent) GetRealmOk ¶

func (o *CreateTicketRequestContent) GetRealmOk() (*string, bool)

GetRealmOk returns a tuple with the Realm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTicketRequestContent) GetUsername ¶

func (o *CreateTicketRequestContent) GetUsername() string

GetUsername returns the Username field value

func (*CreateTicketRequestContent) GetUsernameOk ¶

func (o *CreateTicketRequestContent) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (*CreateTicketRequestContent) HasRealm ¶

func (o *CreateTicketRequestContent) HasRealm() bool

HasRealm returns a boolean if a field has been set.

func (CreateTicketRequestContent) MarshalJSON ¶

func (o CreateTicketRequestContent) MarshalJSON() ([]byte, error)

func (*CreateTicketRequestContent) SetPassword ¶

func (o *CreateTicketRequestContent) SetPassword(v string)

SetPassword sets field value

func (*CreateTicketRequestContent) SetRealm ¶

func (o *CreateTicketRequestContent) SetRealm(v string)

SetRealm gets a reference to the given string and assigns it to the Realm field.

func (*CreateTicketRequestContent) SetUsername ¶

func (o *CreateTicketRequestContent) SetUsername(v string)

SetUsername sets field value

func (CreateTicketRequestContent) ToMap ¶ added in v0.9.0

func (o CreateTicketRequestContent) ToMap() (map[string]interface{}, error)

type CreateTicketResponseContent ¶

type CreateTicketResponseContent struct {
	Data Ticket `json:"data"`
}

CreateTicketResponseContent struct for CreateTicketResponseContent

func NewCreateTicketResponseContent ¶

func NewCreateTicketResponseContent(data Ticket) *CreateTicketResponseContent

NewCreateTicketResponseContent instantiates a new CreateTicketResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateTicketResponseContentWithDefaults ¶

func NewCreateTicketResponseContentWithDefaults() *CreateTicketResponseContent

NewCreateTicketResponseContentWithDefaults instantiates a new CreateTicketResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateTicketResponseContent) GetData ¶

func (o *CreateTicketResponseContent) GetData() Ticket

GetData returns the Data field value

func (*CreateTicketResponseContent) GetDataOk ¶

func (o *CreateTicketResponseContent) GetDataOk() (*Ticket, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateTicketResponseContent) MarshalJSON ¶

func (o CreateTicketResponseContent) MarshalJSON() ([]byte, error)

func (*CreateTicketResponseContent) SetData ¶

func (o *CreateTicketResponseContent) SetData(v Ticket)

SetData sets field value

func (CreateTicketResponseContent) ToMap ¶ added in v0.9.0

func (o CreateTicketResponseContent) ToMap() (map[string]interface{}, error)

type CreateUserRequestContent ¶ added in v0.19.0

type CreateUserRequestContent struct {
	Userid    string  `json:"userid"`
	Email     *string `json:"email,omitempty"`
	Firstname *string `json:"firstname,omitempty"`
	Lastname  *string `json:"lastname,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Enable  *float32 `json:"enable,omitempty"`
	Comment *string  `json:"comment,omitempty"`
	Groups  *string  `json:"groups,omitempty"`
	Keys    *string  `json:"keys,omitempty"`
	Expire  *float32 `json:"expire,omitempty"`
}

CreateUserRequestContent struct for CreateUserRequestContent

func NewCreateUserRequestContent ¶ added in v0.19.0

func NewCreateUserRequestContent(userid string) *CreateUserRequestContent

NewCreateUserRequestContent instantiates a new CreateUserRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateUserRequestContentWithDefaults ¶ added in v0.19.0

func NewCreateUserRequestContentWithDefaults() *CreateUserRequestContent

NewCreateUserRequestContentWithDefaults instantiates a new CreateUserRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateUserRequestContent) GetComment ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*CreateUserRequestContent) GetCommentOk ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserRequestContent) GetEmail ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*CreateUserRequestContent) GetEmailOk ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserRequestContent) GetEnable ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetEnable() float32

GetEnable returns the Enable field value if set, zero value otherwise.

func (*CreateUserRequestContent) GetEnableOk ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetEnableOk() (*float32, bool)

GetEnableOk returns a tuple with the Enable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserRequestContent) GetExpire ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetExpire() float32

GetExpire returns the Expire field value if set, zero value otherwise.

func (*CreateUserRequestContent) GetExpireOk ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetExpireOk() (*float32, bool)

GetExpireOk returns a tuple with the Expire field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserRequestContent) GetFirstname ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetFirstname() string

GetFirstname returns the Firstname field value if set, zero value otherwise.

func (*CreateUserRequestContent) GetFirstnameOk ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetFirstnameOk() (*string, bool)

GetFirstnameOk returns a tuple with the Firstname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserRequestContent) GetGroups ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetGroups() string

GetGroups returns the Groups field value if set, zero value otherwise.

func (*CreateUserRequestContent) GetGroupsOk ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetGroupsOk() (*string, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserRequestContent) GetKeys ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetKeys() string

GetKeys returns the Keys field value if set, zero value otherwise.

func (*CreateUserRequestContent) GetKeysOk ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetKeysOk() (*string, bool)

GetKeysOk returns a tuple with the Keys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserRequestContent) GetLastname ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetLastname() string

GetLastname returns the Lastname field value if set, zero value otherwise.

func (*CreateUserRequestContent) GetLastnameOk ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetLastnameOk() (*string, bool)

GetLastnameOk returns a tuple with the Lastname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserRequestContent) GetUserid ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetUserid() string

GetUserid returns the Userid field value

func (*CreateUserRequestContent) GetUseridOk ¶ added in v0.19.0

func (o *CreateUserRequestContent) GetUseridOk() (*string, bool)

GetUseridOk returns a tuple with the Userid field value and a boolean to check if the value has been set.

func (*CreateUserRequestContent) HasComment ¶ added in v0.19.0

func (o *CreateUserRequestContent) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*CreateUserRequestContent) HasEmail ¶ added in v0.19.0

func (o *CreateUserRequestContent) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*CreateUserRequestContent) HasEnable ¶ added in v0.19.0

func (o *CreateUserRequestContent) HasEnable() bool

HasEnable returns a boolean if a field has been set.

func (*CreateUserRequestContent) HasExpire ¶ added in v0.19.0

func (o *CreateUserRequestContent) HasExpire() bool

HasExpire returns a boolean if a field has been set.

func (*CreateUserRequestContent) HasFirstname ¶ added in v0.19.0

func (o *CreateUserRequestContent) HasFirstname() bool

HasFirstname returns a boolean if a field has been set.

func (*CreateUserRequestContent) HasGroups ¶ added in v0.19.0

func (o *CreateUserRequestContent) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (*CreateUserRequestContent) HasKeys ¶ added in v0.19.0

func (o *CreateUserRequestContent) HasKeys() bool

HasKeys returns a boolean if a field has been set.

func (*CreateUserRequestContent) HasLastname ¶ added in v0.19.0

func (o *CreateUserRequestContent) HasLastname() bool

HasLastname returns a boolean if a field has been set.

func (CreateUserRequestContent) MarshalJSON ¶ added in v0.19.0

func (o CreateUserRequestContent) MarshalJSON() ([]byte, error)

func (*CreateUserRequestContent) SetComment ¶ added in v0.19.0

func (o *CreateUserRequestContent) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*CreateUserRequestContent) SetEmail ¶ added in v0.19.0

func (o *CreateUserRequestContent) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*CreateUserRequestContent) SetEnable ¶ added in v0.19.0

func (o *CreateUserRequestContent) SetEnable(v float32)

SetEnable gets a reference to the given float32 and assigns it to the Enable field.

func (*CreateUserRequestContent) SetExpire ¶ added in v0.19.0

func (o *CreateUserRequestContent) SetExpire(v float32)

SetExpire gets a reference to the given float32 and assigns it to the Expire field.

func (*CreateUserRequestContent) SetFirstname ¶ added in v0.19.0

func (o *CreateUserRequestContent) SetFirstname(v string)

SetFirstname gets a reference to the given string and assigns it to the Firstname field.

func (*CreateUserRequestContent) SetGroups ¶ added in v0.19.0

func (o *CreateUserRequestContent) SetGroups(v string)

SetGroups gets a reference to the given string and assigns it to the Groups field.

func (*CreateUserRequestContent) SetKeys ¶ added in v0.19.0

func (o *CreateUserRequestContent) SetKeys(v string)

SetKeys gets a reference to the given string and assigns it to the Keys field.

func (*CreateUserRequestContent) SetLastname ¶ added in v0.19.0

func (o *CreateUserRequestContent) SetLastname(v string)

SetLastname gets a reference to the given string and assigns it to the Lastname field.

func (*CreateUserRequestContent) SetUserid ¶ added in v0.19.0

func (o *CreateUserRequestContent) SetUserid(v string)

SetUserid sets field value

func (CreateUserRequestContent) ToMap ¶ added in v0.19.0

func (o CreateUserRequestContent) ToMap() (map[string]interface{}, error)

type CreateUserTokenRequestContent ¶ added in v0.19.0

type CreateUserTokenRequestContent struct {
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Privsep *float32 `json:"privsep,omitempty"`
	Expire  *float32 `json:"expire,omitempty"`
	Comment *string  `json:"comment,omitempty"`
}

CreateUserTokenRequestContent struct for CreateUserTokenRequestContent

func NewCreateUserTokenRequestContent ¶ added in v0.19.0

func NewCreateUserTokenRequestContent() *CreateUserTokenRequestContent

NewCreateUserTokenRequestContent instantiates a new CreateUserTokenRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateUserTokenRequestContentWithDefaults ¶ added in v0.19.0

func NewCreateUserTokenRequestContentWithDefaults() *CreateUserTokenRequestContent

NewCreateUserTokenRequestContentWithDefaults instantiates a new CreateUserTokenRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateUserTokenRequestContent) GetComment ¶ added in v0.19.0

func (o *CreateUserTokenRequestContent) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*CreateUserTokenRequestContent) GetCommentOk ¶ added in v0.19.0

func (o *CreateUserTokenRequestContent) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserTokenRequestContent) GetExpire ¶ added in v0.19.0

func (o *CreateUserTokenRequestContent) GetExpire() float32

GetExpire returns the Expire field value if set, zero value otherwise.

func (*CreateUserTokenRequestContent) GetExpireOk ¶ added in v0.19.0

func (o *CreateUserTokenRequestContent) GetExpireOk() (*float32, bool)

GetExpireOk returns a tuple with the Expire field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserTokenRequestContent) GetPrivsep ¶ added in v0.19.0

func (o *CreateUserTokenRequestContent) GetPrivsep() float32

GetPrivsep returns the Privsep field value if set, zero value otherwise.

func (*CreateUserTokenRequestContent) GetPrivsepOk ¶ added in v0.19.0

func (o *CreateUserTokenRequestContent) GetPrivsepOk() (*float32, bool)

GetPrivsepOk returns a tuple with the Privsep field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserTokenRequestContent) HasComment ¶ added in v0.19.0

func (o *CreateUserTokenRequestContent) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*CreateUserTokenRequestContent) HasExpire ¶ added in v0.19.0

func (o *CreateUserTokenRequestContent) HasExpire() bool

HasExpire returns a boolean if a field has been set.

func (*CreateUserTokenRequestContent) HasPrivsep ¶ added in v0.19.0

func (o *CreateUserTokenRequestContent) HasPrivsep() bool

HasPrivsep returns a boolean if a field has been set.

func (CreateUserTokenRequestContent) MarshalJSON ¶ added in v0.19.0

func (o CreateUserTokenRequestContent) MarshalJSON() ([]byte, error)

func (*CreateUserTokenRequestContent) SetComment ¶ added in v0.19.0

func (o *CreateUserTokenRequestContent) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*CreateUserTokenRequestContent) SetExpire ¶ added in v0.19.0

func (o *CreateUserTokenRequestContent) SetExpire(v float32)

SetExpire gets a reference to the given float32 and assigns it to the Expire field.

func (*CreateUserTokenRequestContent) SetPrivsep ¶ added in v0.19.0

func (o *CreateUserTokenRequestContent) SetPrivsep(v float32)

SetPrivsep gets a reference to the given float32 and assigns it to the Privsep field.

func (CreateUserTokenRequestContent) ToMap ¶ added in v0.19.0

func (o CreateUserTokenRequestContent) ToMap() (map[string]interface{}, error)

type CreateUserTokenResponseContent ¶ added in v0.19.0

type CreateUserTokenResponseContent struct {
	Data CreatedTokenSummary `json:"data"`
}

CreateUserTokenResponseContent struct for CreateUserTokenResponseContent

func NewCreateUserTokenResponseContent ¶ added in v0.19.0

func NewCreateUserTokenResponseContent(data CreatedTokenSummary) *CreateUserTokenResponseContent

NewCreateUserTokenResponseContent instantiates a new CreateUserTokenResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateUserTokenResponseContentWithDefaults ¶ added in v0.19.0

func NewCreateUserTokenResponseContentWithDefaults() *CreateUserTokenResponseContent

NewCreateUserTokenResponseContentWithDefaults instantiates a new CreateUserTokenResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateUserTokenResponseContent) GetData ¶ added in v0.19.0

GetData returns the Data field value

func (*CreateUserTokenResponseContent) GetDataOk ¶ added in v0.19.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateUserTokenResponseContent) MarshalJSON ¶ added in v0.19.0

func (o CreateUserTokenResponseContent) MarshalJSON() ([]byte, error)

func (*CreateUserTokenResponseContent) SetData ¶ added in v0.19.0

SetData sets field value

func (CreateUserTokenResponseContent) ToMap ¶ added in v0.19.0

func (o CreateUserTokenResponseContent) ToMap() (map[string]interface{}, error)

type CreateVirtualMachineRequestContent ¶

type CreateVirtualMachineRequestContent struct {
	// The id of the virtual machine as a string
	Vmid string `json:"vmid"`
	// Enable ACPI support. Default to enabled.
	Acpi *float32 `json:"acpi,omitempty"`
	// List of cores to execute processes. Example value: 1,5,8-11.
	Affinity *string `json:"affinity,omitempty"`
	// The QEMU agent and its configuration.
	Agent *string `json:"agent,omitempty"`
	// The archive of the virtual machine.
	Archive *string                     `json:"archive,omitempty"`
	Arch    *VirtualMachineArchitecture `json:"arch,omitempty"`
	// Additional command line arguments passed to the kvm.
	Args *string `json:"args,omitempty"`
	// The audio device and its configuration.
	Audio0 *string `json:"audio0,omitempty"`
	// Start the virtual machine on crash.
	Autostart *float32 `json:"autostart,omitempty"`
	// Amount of RAM for the VM in MB.
	Ballon *float32            `json:"ballon,omitempty"`
	Bios   *VirtualMachineBios `json:"bios,omitempty"`
	// The boot order of the virtual machine.
	Boot *string `json:"boot,omitempty"`
	// The boot disk of the virtual machine.
	Bootdisk *string `json:"bootdisk,omitempty"`
	// The CD-ROM device and its configuration. An alias for option ide2
	Cdrom *string `json:"cdrom,omitempty"`
	// Specify custom cloud-init files to be used at start.
	Cicustom *string `json:"cicustom,omitempty"`
	// The password for the cloud-init user.
	Cipassword *string                      `json:"cipassword,omitempty"`
	Citype     *VirtualMachineCloudInitType `json:"citype,omitempty"`
	// The cloud-init user.
	Ciuser *string `json:"ciuser,omitempty"`
	// Number of cores per socket.
	Cores *float32 `json:"cores,omitempty"`
	// The CPU type.
	Cpu *string `json:"cpu,omitempty"`
	// CPU usage limit.
	Cpulimit *float32 `json:"cpulimit,omitempty"`
	// CPU weight for a VM. The higher the value, the more CPU time the VM gets.
	Cpuunits *float32 `json:"cpuunits,omitempty"`
	// The description of the virtual machine.
	Description *string `json:"description,omitempty"`
	// The SHA1 digest of the virtual machine configuration. This can prevent concurrent modifications of the virtual machine configuration.
	Digest *string `json:"digest,omitempty"`
	// The EFI disk device and its configuration.
	Efidisk0 *string `json:"efidisk0,omitempty"`
	// Freeze the CPU at virtual machine start.
	Freeze *bool `json:"freeze,omitempty"`
	// The hook script that is used at various point in the virtual machines lifecycle.
	Hookscript *string `json:"hookscript,omitempty"`
	// The host PCI device and its configuration.
	Hostpci0 *string `json:"hostpci0,omitempty"`
	// The host PCI device and its configuration.
	Hostpci1 *string `json:"hostpci1,omitempty"`
	// The host PCI device and its configuration.
	Hostpci2 *string `json:"hostpci2,omitempty"`
	// The host PCI device and its configuration.
	Hostpci3 *string `json:"hostpci3,omitempty"`
	// The host PCI device and its configuration.
	Hostpci4 *string `json:"hostpci4,omitempty"`
	// The host PCI device and its configuration.
	Hostpci5 *string `json:"hostpci5,omitempty"`
	// The host PCI device and its configuration.
	Hostpci6 *string `json:"hostpci6,omitempty"`
	// The host PCI device and its configuration.
	Hostpci7 *string `json:"hostpci7,omitempty"`
	// The host PCI device and its configuration.
	Hostpci8 *string `json:"hostpci8,omitempty"`
	// The host PCI device and its configuration.
	Hostpci9  *string                  `json:"hostpci9,omitempty"`
	Hugepages *VirtualMachineHugePages `json:"hugepages,omitempty"`
	// Volume used as IDE or harddisk.
	Ide0 *string `json:"ide0,omitempty"`
	// Volume used as IDE or harddisk.
	Ide1 *string `json:"ide1,omitempty"`
	// Volume used as IDE or harddisk.
	Ide2 *string `json:"ide2,omitempty"`
	// Volume used as IDE or harddisk.
	Ide3 *string `json:"ide3,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig0 *string `json:"ipconfig0,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig1 *string `json:"ipconfig1,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig2 *string `json:"ipconfig2,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig3 *string `json:"ipconfig3,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig4 *string `json:"ipconfig4,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig5 *string `json:"ipconfig5,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig6 *string `json:"ipconfig6,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig7 *string `json:"ipconfig7,omitempty"`
	// Inter VM-shared memory.
	Ivshmem *string `json:"ivshmem,omitempty"`
	// Keep hugepages after shutdown.
	Keephugepages *float32                `json:"keephugepages,omitempty"`
	Keyboard      *VirtualMachineKeyboard `json:"keyboard,omitempty"`
	// Enable KVM support. Default to enabled.
	Kvm *float32 `json:"kvm,omitempty"`
	// Set the real time clock to local time.
	Localtime *float32 `json:"localtime,omitempty"`
	// Start VM immediatly from backup and start in the background.
	LiveRestore *float32                  `json:"live-restore,omitempty"`
	Lock        *VirtualMachineConfigLock `json:"lock,omitempty"`
	// The machine type.
	Machine *string `json:"machine,omitempty"`
	// The amount of memory in MB.
	Memory *float32 `json:"memory,omitempty"`
	// The maximum tolerated downtime in seconds during migration.
	MigrateDowntime *float32 `json:"migrate_downtime,omitempty"`
	// The maximum speed in MB/s during migration. 0 is no limit
	MigrateSpeed *float32 `json:"migrate_speed,omitempty"`
	// The name of the virtual machine.
	Name *string `json:"name,omitempty"`
	// The nameserver for the virtual machine.
	Nameserver *string `json:"nameserver,omitempty"`
	// The network interface and its configuration.
	Net0 *string `json:"net0,omitempty"`
	// The network interface and its configuration.
	Net1 *string `json:"net1,omitempty"`
	// The network interface and its configuration.
	Net2 *string `json:"net2,omitempty"`
	// The network interface and its configuration.
	Net3 *string `json:"net3,omitempty"`
	// The network interface and its configuration.
	Net4 *string `json:"net4,omitempty"`
	// The network interface and its configuration.
	Net5 *string `json:"net5,omitempty"`
	// The network interface and its configuration.
	Net6 *string `json:"net6,omitempty"`
	// The network interface and its configuration.
	Net7 *string `json:"net7,omitempty"`
	// Enable NUMA support. Default to disabled.
	Numa *float32 `json:"numa,omitempty"`
	// NUMA topology.
	Numa0 *string `json:"numa0,omitempty"`
	// NUMA topology.
	Numa1 *string `json:"numa1,omitempty"`
	// NUMA topology.
	Numa2 *string `json:"numa2,omitempty"`
	// NUMA topology.
	Numa3 *string `json:"numa3,omitempty"`
	// NUMA topology.
	Numa4 *string `json:"numa4,omitempty"`
	// NUMA topology.
	Numa5 *string `json:"numa5,omitempty"`
	// NUMA topology.
	Numa6 *string `json:"numa6,omitempty"`
	// NUMA topology.
	Numa7 *string `json:"numa7,omitempty"`
	// Start the virtual machine on boot.
	Onboot *float32                       `json:"onboot,omitempty"`
	Ostype *VirtualMachineOperatingSystem `json:"ostype,omitempty"`
	// Host parallel device.
	Parallel0 *string `json:"parallel0,omitempty"`
	// Host parallel device.
	Parallel1 *string `json:"parallel1,omitempty"`
	// Host parallel device.
	Parallel2 *string `json:"parallel2,omitempty"`
	Pool      *string `json:"pool,omitempty"`
	// The protection flag on the virtual machine. Disables remove VM and disk operations.
	Protection *float32 `json:"protection,omitempty"`
	// Allows reboot. False will have the virtual machine exit on reboot.
	Reboot *float32 `json:"reboot,omitempty"`
	// Virtio based random number generator.
	Rng0 *string `json:"rng0,omitempty"`
	// Uses the volume as a sata disk.
	Sata0 *string `json:"sata0,omitempty"`
	// Uses the volume as a sata disk.
	Sata1 *string `json:"sata1,omitempty"`
	// Uses the volume as a sata disk.
	Sata2 *string `json:"sata2,omitempty"`
	// Uses the volume as a sata disk.
	Sata3 *string `json:"sata3,omitempty"`
	// Uses the volume as a sata disk.
	Sata4 *string `json:"sata4,omitempty"`
	// Uses the volume as a sata disk.
	Sata5 *string `json:"sata5,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi0 *string `json:"scsi0,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi1 *string `json:"scsi1,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi2 *string `json:"scsi2,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi3 *string `json:"scsi3,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi4 *string `json:"scsi4,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi5 *string `json:"scsi5,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi6 *string `json:"scsi6,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi7 *string `json:"scsi7,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi8 *string `json:"scsi8,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi9 *string `json:"scsi9,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi10 *string `json:"scsi10,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi11 *string `json:"scsi11,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi12 *string `json:"scsi12,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi13 *string `json:"scsi13,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi14 *string `json:"scsi14,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi15 *string `json:"scsi15,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi16 *string `json:"scsi16,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi17 *string `json:"scsi17,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi18 *string `json:"scsi18,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi19 *string `json:"scsi19,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi20 *string `json:"scsi20,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi21 *string `json:"scsi21,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi22 *string `json:"scsi22,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi23 *string `json:"scsi23,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi24 *string `json:"scsi24,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi25 *string `json:"scsi25,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi26 *string `json:"scsi26,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi27 *string `json:"scsi27,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi28 *string `json:"scsi28,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi29 *string `json:"scsi29,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi30 *string                           `json:"scsi30,omitempty"`
	Scsihw *VirtualMachineScsiControllerType `json:"scsihw,omitempty"`
	// Cloudinit search domain.
	Searchdomain *string `json:"searchdomain,omitempty"`
	// A serial device on the virtual machine.
	Serial0 *string `json:"serial0,omitempty"`
	// A serial device on the virtual machine.
	Serial1 *string `json:"serial1,omitempty"`
	// A serial device on the virtual machine.
	Serial2 *string `json:"serial2,omitempty"`
	// A serial device on the virtual machine.
	Serial3 *string `json:"serial3,omitempty"`
	// The amount of memory shares for autoballooning.
	Shares *float32 `json:"shares,omitempty"`
	// SMBIOS type 1 field.
	Smbios1 *string `json:"smbios1,omitempty"`
	// The number of cpu sockets.
	Sockets *float32 `json:"sockets,omitempty"`
	// Enable spice enhancements.
	SpiceEnhancements *string `json:"spice_enhancements,omitempty"`
	// Cloud init SSH public keys. One per line.
	Sshkeys *string `json:"sshkeys,omitempty"`
	// The start date for the virtual machine real time clock.
	Startdate *string `json:"startdate,omitempty"`
	// The startup policy for the virtual machine.
	Startup *string `json:"startup,omitempty"`
	// Enable tablet device.
	Tablet *float32 `json:"tablet,omitempty"`
	// The tags for the virtual machine.
	Tags *string `json:"tags,omitempty"`
	// If the virtual machine is a template or not.
	Template *float32 `json:"template,omitempty"`
	// Configure a disk for storing TPM state.
	Tpmstate0 *string `json:"tpmstate0,omitempty"`
	// Assign a unique random ehternet address.
	Unqiue *float32 `json:"unqiue,omitempty"`
	// A usb device on the virtual machine.
	Usb0 *string `json:"usb0,omitempty"`
	// A usb device on the virtual machine.
	Usb1 *string `json:"usb1,omitempty"`
	// A usb device on the virtual machine.
	Usb2 *string `json:"usb2,omitempty"`
	// A usb device on the virtual machine.
	Usb3 *string `json:"usb3,omitempty"`
	// A usb device on the virtual machine.
	Usb4 *string `json:"usb4,omitempty"`
	// A usb device on the virtual machine.
	Usb5 *string `json:"usb5,omitempty"`
	// A usb device on the virtual machine.
	Usb6 *string `json:"usb6,omitempty"`
	// A usb device on the virtual machine.
	Usb7 *string `json:"usb7,omitempty"`
	// A usb device on the virtual machine.
	Usb8 *string `json:"usb8,omitempty"`
	// A usb device on the virtual machine.
	Usb9 *string `json:"usb9,omitempty"`
	// A usb device on the virtual machine.
	Usb10 *string `json:"usb10,omitempty"`
	// A usb device on the virtual machine.
	Usb11 *string `json:"usb11,omitempty"`
	// A usb device on the virtual machine.
	Usb12 *string `json:"usb12,omitempty"`
	// A usb device on the virtual machine.
	Usb13 *string `json:"usb13,omitempty"`
	// A usb device on the virtual machine.
	Usb14 *string `json:"usb14,omitempty"`
	// Hotplug devices.
	Hotplug *string `json:"hotplug,omitempty"`
	// The number of hotplugged virtual cpus.
	Vcpus *float32 `json:"vcpus,omitempty"`
	// Configuration for the VGA hardware.
	Vga *string `json:"vga,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio0 *string `json:"virtio0,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio1 *string `json:"virtio1,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio2 *string `json:"virtio2,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio3 *string `json:"virtio3,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio4 *string `json:"virtio4,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio5 *string `json:"virtio5,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio6 *string `json:"virtio6,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio7 *string `json:"virtio7,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio8 *string `json:"virtio8,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio9 *string `json:"virtio9,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio10 *string `json:"virtio10,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio11 *string `json:"virtio11,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio12 *string `json:"virtio12,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio13 *string `json:"virtio13,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio14 *string `json:"virtio14,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio15 *string `json:"virtio15,omitempty"`
	// Enable VM generation id seed.
	Vmgenid *string `json:"vmgenid,omitempty"`
	// Default location for storing VM state.
	Vmstatestorage *string `json:"vmstatestorage,omitempty"`
	// The watchdog device for the virtual machine.
	Watchdog *string `json:"watchdog,omitempty"`
}

CreateVirtualMachineRequestContent struct for CreateVirtualMachineRequestContent

func NewCreateVirtualMachineRequestContent ¶

func NewCreateVirtualMachineRequestContent(vmid string) *CreateVirtualMachineRequestContent

NewCreateVirtualMachineRequestContent instantiates a new CreateVirtualMachineRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateVirtualMachineRequestContentWithDefaults ¶

func NewCreateVirtualMachineRequestContentWithDefaults() *CreateVirtualMachineRequestContent

NewCreateVirtualMachineRequestContentWithDefaults instantiates a new CreateVirtualMachineRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateVirtualMachineRequestContent) GetAcpi ¶

GetAcpi returns the Acpi field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetAcpiOk ¶

func (o *CreateVirtualMachineRequestContent) GetAcpiOk() (*float32, bool)

GetAcpiOk returns a tuple with the Acpi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetAffinity ¶

func (o *CreateVirtualMachineRequestContent) GetAffinity() string

GetAffinity returns the Affinity field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetAffinityOk ¶

func (o *CreateVirtualMachineRequestContent) GetAffinityOk() (*string, bool)

GetAffinityOk returns a tuple with the Affinity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetAgent ¶

GetAgent returns the Agent field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetAgentOk ¶

func (o *CreateVirtualMachineRequestContent) GetAgentOk() (*string, bool)

GetAgentOk returns a tuple with the Agent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetArch ¶

GetArch returns the Arch field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetArchOk ¶

GetArchOk returns a tuple with the Arch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetArchive ¶

GetArchive returns the Archive field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetArchiveOk ¶

func (o *CreateVirtualMachineRequestContent) GetArchiveOk() (*string, bool)

GetArchiveOk returns a tuple with the Archive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetArgs ¶

GetArgs returns the Args field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetArgsOk ¶

func (o *CreateVirtualMachineRequestContent) GetArgsOk() (*string, bool)

GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetAudio0 ¶

GetAudio0 returns the Audio0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetAudio0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetAudio0Ok() (*string, bool)

GetAudio0Ok returns a tuple with the Audio0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetAutostart ¶

func (o *CreateVirtualMachineRequestContent) GetAutostart() float32

GetAutostart returns the Autostart field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetAutostartOk ¶

func (o *CreateVirtualMachineRequestContent) GetAutostartOk() (*float32, bool)

GetAutostartOk returns a tuple with the Autostart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetBallon ¶

GetBallon returns the Ballon field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetBallonOk ¶

func (o *CreateVirtualMachineRequestContent) GetBallonOk() (*float32, bool)

GetBallonOk returns a tuple with the Ballon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetBios ¶

GetBios returns the Bios field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetBiosOk ¶

GetBiosOk returns a tuple with the Bios field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetBoot ¶

GetBoot returns the Boot field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetBootOk ¶

func (o *CreateVirtualMachineRequestContent) GetBootOk() (*string, bool)

GetBootOk returns a tuple with the Boot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetBootdisk ¶

func (o *CreateVirtualMachineRequestContent) GetBootdisk() string

GetBootdisk returns the Bootdisk field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetBootdiskOk ¶

func (o *CreateVirtualMachineRequestContent) GetBootdiskOk() (*string, bool)

GetBootdiskOk returns a tuple with the Bootdisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetCdrom ¶

GetCdrom returns the Cdrom field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetCdromOk ¶

func (o *CreateVirtualMachineRequestContent) GetCdromOk() (*string, bool)

GetCdromOk returns a tuple with the Cdrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetCicustom ¶

func (o *CreateVirtualMachineRequestContent) GetCicustom() string

GetCicustom returns the Cicustom field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetCicustomOk ¶

func (o *CreateVirtualMachineRequestContent) GetCicustomOk() (*string, bool)

GetCicustomOk returns a tuple with the Cicustom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetCipassword ¶

func (o *CreateVirtualMachineRequestContent) GetCipassword() string

GetCipassword returns the Cipassword field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetCipasswordOk ¶

func (o *CreateVirtualMachineRequestContent) GetCipasswordOk() (*string, bool)

GetCipasswordOk returns a tuple with the Cipassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetCitype ¶

GetCitype returns the Citype field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetCitypeOk ¶

GetCitypeOk returns a tuple with the Citype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetCiuser ¶

GetCiuser returns the Ciuser field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetCiuserOk ¶

func (o *CreateVirtualMachineRequestContent) GetCiuserOk() (*string, bool)

GetCiuserOk returns a tuple with the Ciuser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetCores ¶

GetCores returns the Cores field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetCoresOk ¶

func (o *CreateVirtualMachineRequestContent) GetCoresOk() (*float32, bool)

GetCoresOk returns a tuple with the Cores field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetCpu ¶

GetCpu returns the Cpu field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetCpuOk ¶

GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetCpulimit ¶

GetCpulimit returns the Cpulimit field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetCpulimitOk ¶

func (o *CreateVirtualMachineRequestContent) GetCpulimitOk() (*float32, bool)

GetCpulimitOk returns a tuple with the Cpulimit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetCpuunits ¶

GetCpuunits returns the Cpuunits field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetCpuunitsOk ¶

func (o *CreateVirtualMachineRequestContent) GetCpuunitsOk() (*float32, bool)

GetCpuunitsOk returns a tuple with the Cpuunits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetDescription ¶

func (o *CreateVirtualMachineRequestContent) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetDescriptionOk ¶

func (o *CreateVirtualMachineRequestContent) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetDigest ¶

GetDigest returns the Digest field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetDigestOk ¶

func (o *CreateVirtualMachineRequestContent) GetDigestOk() (*string, bool)

GetDigestOk returns a tuple with the Digest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetEfidisk0 ¶

func (o *CreateVirtualMachineRequestContent) GetEfidisk0() string

GetEfidisk0 returns the Efidisk0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetEfidisk0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetEfidisk0Ok() (*string, bool)

GetEfidisk0Ok returns a tuple with the Efidisk0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetFreeze ¶

GetFreeze returns the Freeze field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetFreezeOk ¶

func (o *CreateVirtualMachineRequestContent) GetFreezeOk() (*bool, bool)

GetFreezeOk returns a tuple with the Freeze field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHookscript ¶

func (o *CreateVirtualMachineRequestContent) GetHookscript() string

GetHookscript returns the Hookscript field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHookscriptOk ¶

func (o *CreateVirtualMachineRequestContent) GetHookscriptOk() (*string, bool)

GetHookscriptOk returns a tuple with the Hookscript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHostpci0 ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci0() string

GetHostpci0 returns the Hostpci0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHostpci0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci0Ok() (*string, bool)

GetHostpci0Ok returns a tuple with the Hostpci0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHostpci1 ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci1() string

GetHostpci1 returns the Hostpci1 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHostpci1Ok ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci1Ok() (*string, bool)

GetHostpci1Ok returns a tuple with the Hostpci1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHostpci2 ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci2() string

GetHostpci2 returns the Hostpci2 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHostpci2Ok ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci2Ok() (*string, bool)

GetHostpci2Ok returns a tuple with the Hostpci2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHostpci3 ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci3() string

GetHostpci3 returns the Hostpci3 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHostpci3Ok ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci3Ok() (*string, bool)

GetHostpci3Ok returns a tuple with the Hostpci3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHostpci4 ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci4() string

GetHostpci4 returns the Hostpci4 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHostpci4Ok ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci4Ok() (*string, bool)

GetHostpci4Ok returns a tuple with the Hostpci4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHostpci5 ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci5() string

GetHostpci5 returns the Hostpci5 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHostpci5Ok ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci5Ok() (*string, bool)

GetHostpci5Ok returns a tuple with the Hostpci5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHostpci6 ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci6() string

GetHostpci6 returns the Hostpci6 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHostpci6Ok ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci6Ok() (*string, bool)

GetHostpci6Ok returns a tuple with the Hostpci6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHostpci7 ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci7() string

GetHostpci7 returns the Hostpci7 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHostpci7Ok ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci7Ok() (*string, bool)

GetHostpci7Ok returns a tuple with the Hostpci7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHostpci8 ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci8() string

GetHostpci8 returns the Hostpci8 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHostpci8Ok ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci8Ok() (*string, bool)

GetHostpci8Ok returns a tuple with the Hostpci8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHostpci9 ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci9() string

GetHostpci9 returns the Hostpci9 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHostpci9Ok ¶

func (o *CreateVirtualMachineRequestContent) GetHostpci9Ok() (*string, bool)

GetHostpci9Ok returns a tuple with the Hostpci9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHotplug ¶

GetHotplug returns the Hotplug field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHotplugOk ¶

func (o *CreateVirtualMachineRequestContent) GetHotplugOk() (*string, bool)

GetHotplugOk returns a tuple with the Hotplug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetHugepages ¶

GetHugepages returns the Hugepages field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetHugepagesOk ¶

GetHugepagesOk returns a tuple with the Hugepages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIde0 ¶

GetIde0 returns the Ide0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIde0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetIde0Ok() (*string, bool)

GetIde0Ok returns a tuple with the Ide0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIde1 ¶

GetIde1 returns the Ide1 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIde1Ok ¶

func (o *CreateVirtualMachineRequestContent) GetIde1Ok() (*string, bool)

GetIde1Ok returns a tuple with the Ide1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIde2 ¶

GetIde2 returns the Ide2 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIde2Ok ¶

func (o *CreateVirtualMachineRequestContent) GetIde2Ok() (*string, bool)

GetIde2Ok returns a tuple with the Ide2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIde3 ¶

GetIde3 returns the Ide3 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIde3Ok ¶

func (o *CreateVirtualMachineRequestContent) GetIde3Ok() (*string, bool)

GetIde3Ok returns a tuple with the Ide3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIpconfig0 ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig0() string

GetIpconfig0 returns the Ipconfig0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIpconfig0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig0Ok() (*string, bool)

GetIpconfig0Ok returns a tuple with the Ipconfig0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIpconfig1 ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig1() string

GetIpconfig1 returns the Ipconfig1 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIpconfig1Ok ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig1Ok() (*string, bool)

GetIpconfig1Ok returns a tuple with the Ipconfig1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIpconfig2 ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig2() string

GetIpconfig2 returns the Ipconfig2 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIpconfig2Ok ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig2Ok() (*string, bool)

GetIpconfig2Ok returns a tuple with the Ipconfig2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIpconfig3 ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig3() string

GetIpconfig3 returns the Ipconfig3 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIpconfig3Ok ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig3Ok() (*string, bool)

GetIpconfig3Ok returns a tuple with the Ipconfig3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIpconfig4 ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig4() string

GetIpconfig4 returns the Ipconfig4 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIpconfig4Ok ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig4Ok() (*string, bool)

GetIpconfig4Ok returns a tuple with the Ipconfig4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIpconfig5 ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig5() string

GetIpconfig5 returns the Ipconfig5 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIpconfig5Ok ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig5Ok() (*string, bool)

GetIpconfig5Ok returns a tuple with the Ipconfig5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIpconfig6 ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig6() string

GetIpconfig6 returns the Ipconfig6 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIpconfig6Ok ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig6Ok() (*string, bool)

GetIpconfig6Ok returns a tuple with the Ipconfig6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIpconfig7 ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig7() string

GetIpconfig7 returns the Ipconfig7 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIpconfig7Ok ¶

func (o *CreateVirtualMachineRequestContent) GetIpconfig7Ok() (*string, bool)

GetIpconfig7Ok returns a tuple with the Ipconfig7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetIvshmem ¶

GetIvshmem returns the Ivshmem field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetIvshmemOk ¶

func (o *CreateVirtualMachineRequestContent) GetIvshmemOk() (*string, bool)

GetIvshmemOk returns a tuple with the Ivshmem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetKeephugepages ¶

func (o *CreateVirtualMachineRequestContent) GetKeephugepages() float32

GetKeephugepages returns the Keephugepages field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetKeephugepagesOk ¶

func (o *CreateVirtualMachineRequestContent) GetKeephugepagesOk() (*float32, bool)

GetKeephugepagesOk returns a tuple with the Keephugepages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetKeyboard ¶

GetKeyboard returns the Keyboard field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetKeyboardOk ¶

GetKeyboardOk returns a tuple with the Keyboard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetKvm ¶

GetKvm returns the Kvm field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetKvmOk ¶

GetKvmOk returns a tuple with the Kvm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetLiveRestore ¶

func (o *CreateVirtualMachineRequestContent) GetLiveRestore() float32

GetLiveRestore returns the LiveRestore field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetLiveRestoreOk ¶

func (o *CreateVirtualMachineRequestContent) GetLiveRestoreOk() (*float32, bool)

GetLiveRestoreOk returns a tuple with the LiveRestore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetLocaltime ¶

func (o *CreateVirtualMachineRequestContent) GetLocaltime() float32

GetLocaltime returns the Localtime field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetLocaltimeOk ¶

func (o *CreateVirtualMachineRequestContent) GetLocaltimeOk() (*float32, bool)

GetLocaltimeOk returns a tuple with the Localtime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetLock ¶

GetLock returns the Lock field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetLockOk ¶

GetLockOk returns a tuple with the Lock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetMachine ¶

GetMachine returns the Machine field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetMachineOk ¶

func (o *CreateVirtualMachineRequestContent) GetMachineOk() (*string, bool)

GetMachineOk returns a tuple with the Machine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetMemory ¶

GetMemory returns the Memory field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetMemoryOk ¶

func (o *CreateVirtualMachineRequestContent) GetMemoryOk() (*float32, bool)

GetMemoryOk returns a tuple with the Memory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetMigrateDowntime ¶

func (o *CreateVirtualMachineRequestContent) GetMigrateDowntime() float32

GetMigrateDowntime returns the MigrateDowntime field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetMigrateDowntimeOk ¶

func (o *CreateVirtualMachineRequestContent) GetMigrateDowntimeOk() (*float32, bool)

GetMigrateDowntimeOk returns a tuple with the MigrateDowntime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetMigrateSpeed ¶

func (o *CreateVirtualMachineRequestContent) GetMigrateSpeed() float32

GetMigrateSpeed returns the MigrateSpeed field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetMigrateSpeedOk ¶

func (o *CreateVirtualMachineRequestContent) GetMigrateSpeedOk() (*float32, bool)

GetMigrateSpeedOk returns a tuple with the MigrateSpeed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNameOk ¶

func (o *CreateVirtualMachineRequestContent) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNameserver ¶

func (o *CreateVirtualMachineRequestContent) GetNameserver() string

GetNameserver returns the Nameserver field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNameserverOk ¶

func (o *CreateVirtualMachineRequestContent) GetNameserverOk() (*string, bool)

GetNameserverOk returns a tuple with the Nameserver field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNet0 ¶

GetNet0 returns the Net0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNet0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNet0Ok() (*string, bool)

GetNet0Ok returns a tuple with the Net0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNet1 ¶

GetNet1 returns the Net1 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNet1Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNet1Ok() (*string, bool)

GetNet1Ok returns a tuple with the Net1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNet2 ¶

GetNet2 returns the Net2 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNet2Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNet2Ok() (*string, bool)

GetNet2Ok returns a tuple with the Net2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNet3 ¶

GetNet3 returns the Net3 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNet3Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNet3Ok() (*string, bool)

GetNet3Ok returns a tuple with the Net3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNet4 ¶

GetNet4 returns the Net4 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNet4Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNet4Ok() (*string, bool)

GetNet4Ok returns a tuple with the Net4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNet5 ¶

GetNet5 returns the Net5 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNet5Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNet5Ok() (*string, bool)

GetNet5Ok returns a tuple with the Net5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNet6 ¶

GetNet6 returns the Net6 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNet6Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNet6Ok() (*string, bool)

GetNet6Ok returns a tuple with the Net6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNet7 ¶

GetNet7 returns the Net7 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNet7Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNet7Ok() (*string, bool)

GetNet7Ok returns a tuple with the Net7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNuma ¶

GetNuma returns the Numa field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNuma0 ¶

GetNuma0 returns the Numa0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNuma0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNuma0Ok() (*string, bool)

GetNuma0Ok returns a tuple with the Numa0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNuma1 ¶

GetNuma1 returns the Numa1 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNuma1Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNuma1Ok() (*string, bool)

GetNuma1Ok returns a tuple with the Numa1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNuma2 ¶

GetNuma2 returns the Numa2 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNuma2Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNuma2Ok() (*string, bool)

GetNuma2Ok returns a tuple with the Numa2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNuma3 ¶

GetNuma3 returns the Numa3 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNuma3Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNuma3Ok() (*string, bool)

GetNuma3Ok returns a tuple with the Numa3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNuma4 ¶

GetNuma4 returns the Numa4 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNuma4Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNuma4Ok() (*string, bool)

GetNuma4Ok returns a tuple with the Numa4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNuma5 ¶

GetNuma5 returns the Numa5 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNuma5Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNuma5Ok() (*string, bool)

GetNuma5Ok returns a tuple with the Numa5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNuma6 ¶

GetNuma6 returns the Numa6 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNuma6Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNuma6Ok() (*string, bool)

GetNuma6Ok returns a tuple with the Numa6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNuma7 ¶

GetNuma7 returns the Numa7 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetNuma7Ok ¶

func (o *CreateVirtualMachineRequestContent) GetNuma7Ok() (*string, bool)

GetNuma7Ok returns a tuple with the Numa7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetNumaOk ¶

func (o *CreateVirtualMachineRequestContent) GetNumaOk() (*float32, bool)

GetNumaOk returns a tuple with the Numa field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetOnboot ¶

GetOnboot returns the Onboot field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetOnbootOk ¶

func (o *CreateVirtualMachineRequestContent) GetOnbootOk() (*float32, bool)

GetOnbootOk returns a tuple with the Onboot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetOstype ¶

GetOstype returns the Ostype field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetOstypeOk ¶

GetOstypeOk returns a tuple with the Ostype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetParallel0 ¶

func (o *CreateVirtualMachineRequestContent) GetParallel0() string

GetParallel0 returns the Parallel0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetParallel0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetParallel0Ok() (*string, bool)

GetParallel0Ok returns a tuple with the Parallel0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetParallel1 ¶

func (o *CreateVirtualMachineRequestContent) GetParallel1() string

GetParallel1 returns the Parallel1 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetParallel1Ok ¶

func (o *CreateVirtualMachineRequestContent) GetParallel1Ok() (*string, bool)

GetParallel1Ok returns a tuple with the Parallel1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetParallel2 ¶

func (o *CreateVirtualMachineRequestContent) GetParallel2() string

GetParallel2 returns the Parallel2 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetParallel2Ok ¶

func (o *CreateVirtualMachineRequestContent) GetParallel2Ok() (*string, bool)

GetParallel2Ok returns a tuple with the Parallel2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetPool ¶ added in v0.47.0

GetPool returns the Pool field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetPoolOk ¶ added in v0.47.0

func (o *CreateVirtualMachineRequestContent) GetPoolOk() (*string, bool)

GetPoolOk returns a tuple with the Pool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetProtection ¶

func (o *CreateVirtualMachineRequestContent) GetProtection() float32

GetProtection returns the Protection field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetProtectionOk ¶

func (o *CreateVirtualMachineRequestContent) GetProtectionOk() (*float32, bool)

GetProtectionOk returns a tuple with the Protection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetReboot ¶

GetReboot returns the Reboot field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetRebootOk ¶

func (o *CreateVirtualMachineRequestContent) GetRebootOk() (*float32, bool)

GetRebootOk returns a tuple with the Reboot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetRng0 ¶

GetRng0 returns the Rng0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetRng0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetRng0Ok() (*string, bool)

GetRng0Ok returns a tuple with the Rng0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSata0 ¶

GetSata0 returns the Sata0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSata0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetSata0Ok() (*string, bool)

GetSata0Ok returns a tuple with the Sata0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSata1 ¶

GetSata1 returns the Sata1 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSata1Ok ¶

func (o *CreateVirtualMachineRequestContent) GetSata1Ok() (*string, bool)

GetSata1Ok returns a tuple with the Sata1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSata2 ¶

GetSata2 returns the Sata2 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSata2Ok ¶

func (o *CreateVirtualMachineRequestContent) GetSata2Ok() (*string, bool)

GetSata2Ok returns a tuple with the Sata2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSata3 ¶

GetSata3 returns the Sata3 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSata3Ok ¶

func (o *CreateVirtualMachineRequestContent) GetSata3Ok() (*string, bool)

GetSata3Ok returns a tuple with the Sata3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSata4 ¶

GetSata4 returns the Sata4 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSata4Ok ¶

func (o *CreateVirtualMachineRequestContent) GetSata4Ok() (*string, bool)

GetSata4Ok returns a tuple with the Sata4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSata5 ¶

GetSata5 returns the Sata5 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSata5Ok ¶

func (o *CreateVirtualMachineRequestContent) GetSata5Ok() (*string, bool)

GetSata5Ok returns a tuple with the Sata5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi0 ¶

GetScsi0 returns the Scsi0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi0Ok() (*string, bool)

GetScsi0Ok returns a tuple with the Scsi0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi1 ¶

GetScsi1 returns the Scsi1 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi10 ¶

GetScsi10 returns the Scsi10 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi10Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi10Ok() (*string, bool)

GetScsi10Ok returns a tuple with the Scsi10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi11 ¶

GetScsi11 returns the Scsi11 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi11Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi11Ok() (*string, bool)

GetScsi11Ok returns a tuple with the Scsi11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi12 ¶

GetScsi12 returns the Scsi12 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi12Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi12Ok() (*string, bool)

GetScsi12Ok returns a tuple with the Scsi12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi13 ¶

GetScsi13 returns the Scsi13 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi13Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi13Ok() (*string, bool)

GetScsi13Ok returns a tuple with the Scsi13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi14 ¶

GetScsi14 returns the Scsi14 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi14Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi14Ok() (*string, bool)

GetScsi14Ok returns a tuple with the Scsi14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi15 ¶

GetScsi15 returns the Scsi15 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi15Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi15Ok() (*string, bool)

GetScsi15Ok returns a tuple with the Scsi15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi16 ¶

GetScsi16 returns the Scsi16 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi16Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi16Ok() (*string, bool)

GetScsi16Ok returns a tuple with the Scsi16 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi17 ¶

GetScsi17 returns the Scsi17 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi17Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi17Ok() (*string, bool)

GetScsi17Ok returns a tuple with the Scsi17 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi18 ¶

GetScsi18 returns the Scsi18 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi18Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi18Ok() (*string, bool)

GetScsi18Ok returns a tuple with the Scsi18 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi19 ¶

GetScsi19 returns the Scsi19 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi19Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi19Ok() (*string, bool)

GetScsi19Ok returns a tuple with the Scsi19 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi1Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi1Ok() (*string, bool)

GetScsi1Ok returns a tuple with the Scsi1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi2 ¶

GetScsi2 returns the Scsi2 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi20 ¶

GetScsi20 returns the Scsi20 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi20Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi20Ok() (*string, bool)

GetScsi20Ok returns a tuple with the Scsi20 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi21 ¶

GetScsi21 returns the Scsi21 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi21Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi21Ok() (*string, bool)

GetScsi21Ok returns a tuple with the Scsi21 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi22 ¶

GetScsi22 returns the Scsi22 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi22Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi22Ok() (*string, bool)

GetScsi22Ok returns a tuple with the Scsi22 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi23 ¶

GetScsi23 returns the Scsi23 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi23Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi23Ok() (*string, bool)

GetScsi23Ok returns a tuple with the Scsi23 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi24 ¶

GetScsi24 returns the Scsi24 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi24Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi24Ok() (*string, bool)

GetScsi24Ok returns a tuple with the Scsi24 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi25 ¶

GetScsi25 returns the Scsi25 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi25Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi25Ok() (*string, bool)

GetScsi25Ok returns a tuple with the Scsi25 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi26 ¶

GetScsi26 returns the Scsi26 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi26Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi26Ok() (*string, bool)

GetScsi26Ok returns a tuple with the Scsi26 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi27 ¶

GetScsi27 returns the Scsi27 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi27Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi27Ok() (*string, bool)

GetScsi27Ok returns a tuple with the Scsi27 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi28 ¶

GetScsi28 returns the Scsi28 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi28Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi28Ok() (*string, bool)

GetScsi28Ok returns a tuple with the Scsi28 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi29 ¶

GetScsi29 returns the Scsi29 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi29Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi29Ok() (*string, bool)

GetScsi29Ok returns a tuple with the Scsi29 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi2Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi2Ok() (*string, bool)

GetScsi2Ok returns a tuple with the Scsi2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi3 ¶

GetScsi3 returns the Scsi3 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi30 ¶

GetScsi30 returns the Scsi30 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi30Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi30Ok() (*string, bool)

GetScsi30Ok returns a tuple with the Scsi30 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi3Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi3Ok() (*string, bool)

GetScsi3Ok returns a tuple with the Scsi3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi4 ¶

GetScsi4 returns the Scsi4 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi4Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi4Ok() (*string, bool)

GetScsi4Ok returns a tuple with the Scsi4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi5 ¶

GetScsi5 returns the Scsi5 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi5Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi5Ok() (*string, bool)

GetScsi5Ok returns a tuple with the Scsi5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi6 ¶

GetScsi6 returns the Scsi6 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi6Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi6Ok() (*string, bool)

GetScsi6Ok returns a tuple with the Scsi6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi7 ¶

GetScsi7 returns the Scsi7 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi7Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi7Ok() (*string, bool)

GetScsi7Ok returns a tuple with the Scsi7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi8 ¶

GetScsi8 returns the Scsi8 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi8Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi8Ok() (*string, bool)

GetScsi8Ok returns a tuple with the Scsi8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsi9 ¶

GetScsi9 returns the Scsi9 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsi9Ok ¶

func (o *CreateVirtualMachineRequestContent) GetScsi9Ok() (*string, bool)

GetScsi9Ok returns a tuple with the Scsi9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetScsihw ¶

GetScsihw returns the Scsihw field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetScsihwOk ¶

GetScsihwOk returns a tuple with the Scsihw field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSearchdomain ¶

func (o *CreateVirtualMachineRequestContent) GetSearchdomain() string

GetSearchdomain returns the Searchdomain field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSearchdomainOk ¶

func (o *CreateVirtualMachineRequestContent) GetSearchdomainOk() (*string, bool)

GetSearchdomainOk returns a tuple with the Searchdomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSerial0 ¶

GetSerial0 returns the Serial0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSerial0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetSerial0Ok() (*string, bool)

GetSerial0Ok returns a tuple with the Serial0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSerial1 ¶

GetSerial1 returns the Serial1 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSerial1Ok ¶

func (o *CreateVirtualMachineRequestContent) GetSerial1Ok() (*string, bool)

GetSerial1Ok returns a tuple with the Serial1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSerial2 ¶

GetSerial2 returns the Serial2 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSerial2Ok ¶

func (o *CreateVirtualMachineRequestContent) GetSerial2Ok() (*string, bool)

GetSerial2Ok returns a tuple with the Serial2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSerial3 ¶

GetSerial3 returns the Serial3 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSerial3Ok ¶

func (o *CreateVirtualMachineRequestContent) GetSerial3Ok() (*string, bool)

GetSerial3Ok returns a tuple with the Serial3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetShares ¶

GetShares returns the Shares field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSharesOk ¶

func (o *CreateVirtualMachineRequestContent) GetSharesOk() (*float32, bool)

GetSharesOk returns a tuple with the Shares field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSmbios1 ¶

GetSmbios1 returns the Smbios1 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSmbios1Ok ¶

func (o *CreateVirtualMachineRequestContent) GetSmbios1Ok() (*string, bool)

GetSmbios1Ok returns a tuple with the Smbios1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSockets ¶

GetSockets returns the Sockets field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSocketsOk ¶

func (o *CreateVirtualMachineRequestContent) GetSocketsOk() (*float32, bool)

GetSocketsOk returns a tuple with the Sockets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSpiceEnhancements ¶

func (o *CreateVirtualMachineRequestContent) GetSpiceEnhancements() string

GetSpiceEnhancements returns the SpiceEnhancements field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSpiceEnhancementsOk ¶

func (o *CreateVirtualMachineRequestContent) GetSpiceEnhancementsOk() (*string, bool)

GetSpiceEnhancementsOk returns a tuple with the SpiceEnhancements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetSshkeys ¶

GetSshkeys returns the Sshkeys field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetSshkeysOk ¶

func (o *CreateVirtualMachineRequestContent) GetSshkeysOk() (*string, bool)

GetSshkeysOk returns a tuple with the Sshkeys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetStartdate ¶

func (o *CreateVirtualMachineRequestContent) GetStartdate() string

GetStartdate returns the Startdate field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetStartdateOk ¶

func (o *CreateVirtualMachineRequestContent) GetStartdateOk() (*string, bool)

GetStartdateOk returns a tuple with the Startdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetStartup ¶

GetStartup returns the Startup field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetStartupOk ¶

func (o *CreateVirtualMachineRequestContent) GetStartupOk() (*string, bool)

GetStartupOk returns a tuple with the Startup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetTablet ¶

GetTablet returns the Tablet field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetTabletOk ¶

func (o *CreateVirtualMachineRequestContent) GetTabletOk() (*float32, bool)

GetTabletOk returns a tuple with the Tablet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetTags ¶

GetTags returns the Tags field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetTagsOk ¶

func (o *CreateVirtualMachineRequestContent) GetTagsOk() (*string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetTemplate ¶

GetTemplate returns the Template field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetTemplateOk ¶

func (o *CreateVirtualMachineRequestContent) GetTemplateOk() (*float32, bool)

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetTpmstate0 ¶

func (o *CreateVirtualMachineRequestContent) GetTpmstate0() string

GetTpmstate0 returns the Tpmstate0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetTpmstate0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetTpmstate0Ok() (*string, bool)

GetTpmstate0Ok returns a tuple with the Tpmstate0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUnqiue ¶

GetUnqiue returns the Unqiue field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUnqiueOk ¶

func (o *CreateVirtualMachineRequestContent) GetUnqiueOk() (*float32, bool)

GetUnqiueOk returns a tuple with the Unqiue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb0 ¶

GetUsb0 returns the Usb0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb0Ok() (*string, bool)

GetUsb0Ok returns a tuple with the Usb0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb1 ¶

GetUsb1 returns the Usb1 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb10 ¶

GetUsb10 returns the Usb10 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb10Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb10Ok() (*string, bool)

GetUsb10Ok returns a tuple with the Usb10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb11 ¶

GetUsb11 returns the Usb11 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb11Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb11Ok() (*string, bool)

GetUsb11Ok returns a tuple with the Usb11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb12 ¶

GetUsb12 returns the Usb12 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb12Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb12Ok() (*string, bool)

GetUsb12Ok returns a tuple with the Usb12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb13 ¶

GetUsb13 returns the Usb13 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb13Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb13Ok() (*string, bool)

GetUsb13Ok returns a tuple with the Usb13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb14 ¶

GetUsb14 returns the Usb14 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb14Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb14Ok() (*string, bool)

GetUsb14Ok returns a tuple with the Usb14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb1Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb1Ok() (*string, bool)

GetUsb1Ok returns a tuple with the Usb1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb2 ¶

GetUsb2 returns the Usb2 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb2Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb2Ok() (*string, bool)

GetUsb2Ok returns a tuple with the Usb2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb3 ¶

GetUsb3 returns the Usb3 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb3Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb3Ok() (*string, bool)

GetUsb3Ok returns a tuple with the Usb3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb4 ¶

GetUsb4 returns the Usb4 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb4Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb4Ok() (*string, bool)

GetUsb4Ok returns a tuple with the Usb4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb5 ¶

GetUsb5 returns the Usb5 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb5Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb5Ok() (*string, bool)

GetUsb5Ok returns a tuple with the Usb5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb6 ¶

GetUsb6 returns the Usb6 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb6Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb6Ok() (*string, bool)

GetUsb6Ok returns a tuple with the Usb6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb7 ¶

GetUsb7 returns the Usb7 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb7Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb7Ok() (*string, bool)

GetUsb7Ok returns a tuple with the Usb7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb8 ¶

GetUsb8 returns the Usb8 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb8Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb8Ok() (*string, bool)

GetUsb8Ok returns a tuple with the Usb8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetUsb9 ¶

GetUsb9 returns the Usb9 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetUsb9Ok ¶

func (o *CreateVirtualMachineRequestContent) GetUsb9Ok() (*string, bool)

GetUsb9Ok returns a tuple with the Usb9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVcpus ¶

GetVcpus returns the Vcpus field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVcpusOk ¶

func (o *CreateVirtualMachineRequestContent) GetVcpusOk() (*float32, bool)

GetVcpusOk returns a tuple with the Vcpus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVga ¶

GetVga returns the Vga field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVgaOk ¶

GetVgaOk returns a tuple with the Vga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio0 ¶

GetVirtio0 returns the Virtio0 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio0Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio0Ok() (*string, bool)

GetVirtio0Ok returns a tuple with the Virtio0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio1 ¶

GetVirtio1 returns the Virtio1 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio10 ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio10() string

GetVirtio10 returns the Virtio10 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio10Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio10Ok() (*string, bool)

GetVirtio10Ok returns a tuple with the Virtio10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio11 ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio11() string

GetVirtio11 returns the Virtio11 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio11Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio11Ok() (*string, bool)

GetVirtio11Ok returns a tuple with the Virtio11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio12 ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio12() string

GetVirtio12 returns the Virtio12 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio12Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio12Ok() (*string, bool)

GetVirtio12Ok returns a tuple with the Virtio12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio13 ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio13() string

GetVirtio13 returns the Virtio13 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio13Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio13Ok() (*string, bool)

GetVirtio13Ok returns a tuple with the Virtio13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio14 ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio14() string

GetVirtio14 returns the Virtio14 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio14Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio14Ok() (*string, bool)

GetVirtio14Ok returns a tuple with the Virtio14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio15 ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio15() string

GetVirtio15 returns the Virtio15 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio15Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio15Ok() (*string, bool)

GetVirtio15Ok returns a tuple with the Virtio15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio1Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio1Ok() (*string, bool)

GetVirtio1Ok returns a tuple with the Virtio1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio2 ¶

GetVirtio2 returns the Virtio2 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio2Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio2Ok() (*string, bool)

GetVirtio2Ok returns a tuple with the Virtio2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio3 ¶

GetVirtio3 returns the Virtio3 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio3Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio3Ok() (*string, bool)

GetVirtio3Ok returns a tuple with the Virtio3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio4 ¶

GetVirtio4 returns the Virtio4 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio4Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio4Ok() (*string, bool)

GetVirtio4Ok returns a tuple with the Virtio4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio5 ¶

GetVirtio5 returns the Virtio5 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio5Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio5Ok() (*string, bool)

GetVirtio5Ok returns a tuple with the Virtio5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio6 ¶

GetVirtio6 returns the Virtio6 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio6Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio6Ok() (*string, bool)

GetVirtio6Ok returns a tuple with the Virtio6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio7 ¶

GetVirtio7 returns the Virtio7 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio7Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio7Ok() (*string, bool)

GetVirtio7Ok returns a tuple with the Virtio7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio8 ¶

GetVirtio8 returns the Virtio8 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio8Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio8Ok() (*string, bool)

GetVirtio8Ok returns a tuple with the Virtio8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVirtio9 ¶

GetVirtio9 returns the Virtio9 field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVirtio9Ok ¶

func (o *CreateVirtualMachineRequestContent) GetVirtio9Ok() (*string, bool)

GetVirtio9Ok returns a tuple with the Virtio9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVmgenid ¶

GetVmgenid returns the Vmgenid field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVmgenidOk ¶

func (o *CreateVirtualMachineRequestContent) GetVmgenidOk() (*string, bool)

GetVmgenidOk returns a tuple with the Vmgenid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVmid ¶

GetVmid returns the Vmid field value

func (*CreateVirtualMachineRequestContent) GetVmidOk ¶

func (o *CreateVirtualMachineRequestContent) GetVmidOk() (*string, bool)

GetVmidOk returns a tuple with the Vmid field value and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetVmstatestorage ¶

func (o *CreateVirtualMachineRequestContent) GetVmstatestorage() string

GetVmstatestorage returns the Vmstatestorage field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetVmstatestorageOk ¶

func (o *CreateVirtualMachineRequestContent) GetVmstatestorageOk() (*string, bool)

GetVmstatestorageOk returns a tuple with the Vmstatestorage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) GetWatchdog ¶

func (o *CreateVirtualMachineRequestContent) GetWatchdog() string

GetWatchdog returns the Watchdog field value if set, zero value otherwise.

func (*CreateVirtualMachineRequestContent) GetWatchdogOk ¶

func (o *CreateVirtualMachineRequestContent) GetWatchdogOk() (*string, bool)

GetWatchdogOk returns a tuple with the Watchdog field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineRequestContent) HasAcpi ¶

HasAcpi returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasAffinity ¶

func (o *CreateVirtualMachineRequestContent) HasAffinity() bool

HasAffinity returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasAgent ¶

HasAgent returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasArch ¶

HasArch returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasArchive ¶

func (o *CreateVirtualMachineRequestContent) HasArchive() bool

HasArchive returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasArgs ¶

HasArgs returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasAudio0 ¶

HasAudio0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasAutostart ¶

func (o *CreateVirtualMachineRequestContent) HasAutostart() bool

HasAutostart returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasBallon ¶

HasBallon returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasBios ¶

HasBios returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasBoot ¶

HasBoot returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasBootdisk ¶

func (o *CreateVirtualMachineRequestContent) HasBootdisk() bool

HasBootdisk returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasCdrom ¶

HasCdrom returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasCicustom ¶

func (o *CreateVirtualMachineRequestContent) HasCicustom() bool

HasCicustom returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasCipassword ¶

func (o *CreateVirtualMachineRequestContent) HasCipassword() bool

HasCipassword returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasCitype ¶

HasCitype returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasCiuser ¶

HasCiuser returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasCores ¶

HasCores returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasCpu ¶

HasCpu returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasCpulimit ¶

func (o *CreateVirtualMachineRequestContent) HasCpulimit() bool

HasCpulimit returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasCpuunits ¶

func (o *CreateVirtualMachineRequestContent) HasCpuunits() bool

HasCpuunits returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasDescription ¶

func (o *CreateVirtualMachineRequestContent) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasDigest ¶

HasDigest returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasEfidisk0 ¶

func (o *CreateVirtualMachineRequestContent) HasEfidisk0() bool

HasEfidisk0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasFreeze ¶

HasFreeze returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHookscript ¶

func (o *CreateVirtualMachineRequestContent) HasHookscript() bool

HasHookscript returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHostpci0 ¶

func (o *CreateVirtualMachineRequestContent) HasHostpci0() bool

HasHostpci0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHostpci1 ¶

func (o *CreateVirtualMachineRequestContent) HasHostpci1() bool

HasHostpci1 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHostpci2 ¶

func (o *CreateVirtualMachineRequestContent) HasHostpci2() bool

HasHostpci2 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHostpci3 ¶

func (o *CreateVirtualMachineRequestContent) HasHostpci3() bool

HasHostpci3 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHostpci4 ¶

func (o *CreateVirtualMachineRequestContent) HasHostpci4() bool

HasHostpci4 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHostpci5 ¶

func (o *CreateVirtualMachineRequestContent) HasHostpci5() bool

HasHostpci5 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHostpci6 ¶

func (o *CreateVirtualMachineRequestContent) HasHostpci6() bool

HasHostpci6 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHostpci7 ¶

func (o *CreateVirtualMachineRequestContent) HasHostpci7() bool

HasHostpci7 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHostpci8 ¶

func (o *CreateVirtualMachineRequestContent) HasHostpci8() bool

HasHostpci8 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHostpci9 ¶

func (o *CreateVirtualMachineRequestContent) HasHostpci9() bool

HasHostpci9 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHotplug ¶

func (o *CreateVirtualMachineRequestContent) HasHotplug() bool

HasHotplug returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasHugepages ¶

func (o *CreateVirtualMachineRequestContent) HasHugepages() bool

HasHugepages returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIde0 ¶

HasIde0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIde1 ¶

HasIde1 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIde2 ¶

HasIde2 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIde3 ¶

HasIde3 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIpconfig0 ¶

func (o *CreateVirtualMachineRequestContent) HasIpconfig0() bool

HasIpconfig0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIpconfig1 ¶

func (o *CreateVirtualMachineRequestContent) HasIpconfig1() bool

HasIpconfig1 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIpconfig2 ¶

func (o *CreateVirtualMachineRequestContent) HasIpconfig2() bool

HasIpconfig2 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIpconfig3 ¶

func (o *CreateVirtualMachineRequestContent) HasIpconfig3() bool

HasIpconfig3 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIpconfig4 ¶

func (o *CreateVirtualMachineRequestContent) HasIpconfig4() bool

HasIpconfig4 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIpconfig5 ¶

func (o *CreateVirtualMachineRequestContent) HasIpconfig5() bool

HasIpconfig5 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIpconfig6 ¶

func (o *CreateVirtualMachineRequestContent) HasIpconfig6() bool

HasIpconfig6 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIpconfig7 ¶

func (o *CreateVirtualMachineRequestContent) HasIpconfig7() bool

HasIpconfig7 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasIvshmem ¶

func (o *CreateVirtualMachineRequestContent) HasIvshmem() bool

HasIvshmem returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasKeephugepages ¶

func (o *CreateVirtualMachineRequestContent) HasKeephugepages() bool

HasKeephugepages returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasKeyboard ¶

func (o *CreateVirtualMachineRequestContent) HasKeyboard() bool

HasKeyboard returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasKvm ¶

HasKvm returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasLiveRestore ¶

func (o *CreateVirtualMachineRequestContent) HasLiveRestore() bool

HasLiveRestore returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasLocaltime ¶

func (o *CreateVirtualMachineRequestContent) HasLocaltime() bool

HasLocaltime returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasLock ¶

HasLock returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasMachine ¶

func (o *CreateVirtualMachineRequestContent) HasMachine() bool

HasMachine returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasMemory ¶

HasMemory returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasMigrateDowntime ¶

func (o *CreateVirtualMachineRequestContent) HasMigrateDowntime() bool

HasMigrateDowntime returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasMigrateSpeed ¶

func (o *CreateVirtualMachineRequestContent) HasMigrateSpeed() bool

HasMigrateSpeed returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasName ¶

HasName returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNameserver ¶

func (o *CreateVirtualMachineRequestContent) HasNameserver() bool

HasNameserver returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNet0 ¶

HasNet0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNet1 ¶

HasNet1 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNet2 ¶

HasNet2 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNet3 ¶

HasNet3 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNet4 ¶

HasNet4 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNet5 ¶

HasNet5 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNet6 ¶

HasNet6 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNet7 ¶

HasNet7 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNuma ¶

HasNuma returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNuma0 ¶

HasNuma0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNuma1 ¶

HasNuma1 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNuma2 ¶

HasNuma2 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNuma3 ¶

HasNuma3 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNuma4 ¶

HasNuma4 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNuma5 ¶

HasNuma5 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNuma6 ¶

HasNuma6 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasNuma7 ¶

HasNuma7 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasOnboot ¶

HasOnboot returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasOstype ¶

HasOstype returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasParallel0 ¶

func (o *CreateVirtualMachineRequestContent) HasParallel0() bool

HasParallel0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasParallel1 ¶

func (o *CreateVirtualMachineRequestContent) HasParallel1() bool

HasParallel1 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasParallel2 ¶

func (o *CreateVirtualMachineRequestContent) HasParallel2() bool

HasParallel2 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasPool ¶ added in v0.47.0

HasPool returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasProtection ¶

func (o *CreateVirtualMachineRequestContent) HasProtection() bool

HasProtection returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasReboot ¶

HasReboot returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasRng0 ¶

HasRng0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSata0 ¶

HasSata0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSata1 ¶

HasSata1 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSata2 ¶

HasSata2 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSata3 ¶

HasSata3 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSata4 ¶

HasSata4 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSata5 ¶

HasSata5 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi0 ¶

HasScsi0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi1 ¶

HasScsi1 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi10 ¶

HasScsi10 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi11 ¶

HasScsi11 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi12 ¶

HasScsi12 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi13 ¶

HasScsi13 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi14 ¶

HasScsi14 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi15 ¶

HasScsi15 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi16 ¶

HasScsi16 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi17 ¶

HasScsi17 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi18 ¶

HasScsi18 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi19 ¶

HasScsi19 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi2 ¶

HasScsi2 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi20 ¶

HasScsi20 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi21 ¶

HasScsi21 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi22 ¶

HasScsi22 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi23 ¶

HasScsi23 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi24 ¶

HasScsi24 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi25 ¶

HasScsi25 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi26 ¶

HasScsi26 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi27 ¶

HasScsi27 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi28 ¶

HasScsi28 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi29 ¶

HasScsi29 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi3 ¶

HasScsi3 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi30 ¶

HasScsi30 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi4 ¶

HasScsi4 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi5 ¶

HasScsi5 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi6 ¶

HasScsi6 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi7 ¶

HasScsi7 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi8 ¶

HasScsi8 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsi9 ¶

HasScsi9 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasScsihw ¶

HasScsihw returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSearchdomain ¶

func (o *CreateVirtualMachineRequestContent) HasSearchdomain() bool

HasSearchdomain returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSerial0 ¶

func (o *CreateVirtualMachineRequestContent) HasSerial0() bool

HasSerial0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSerial1 ¶

func (o *CreateVirtualMachineRequestContent) HasSerial1() bool

HasSerial1 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSerial2 ¶

func (o *CreateVirtualMachineRequestContent) HasSerial2() bool

HasSerial2 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSerial3 ¶

func (o *CreateVirtualMachineRequestContent) HasSerial3() bool

HasSerial3 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasShares ¶

HasShares returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSmbios1 ¶

func (o *CreateVirtualMachineRequestContent) HasSmbios1() bool

HasSmbios1 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSockets ¶

func (o *CreateVirtualMachineRequestContent) HasSockets() bool

HasSockets returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSpiceEnhancements ¶

func (o *CreateVirtualMachineRequestContent) HasSpiceEnhancements() bool

HasSpiceEnhancements returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasSshkeys ¶

func (o *CreateVirtualMachineRequestContent) HasSshkeys() bool

HasSshkeys returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasStartdate ¶

func (o *CreateVirtualMachineRequestContent) HasStartdate() bool

HasStartdate returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasStartup ¶

func (o *CreateVirtualMachineRequestContent) HasStartup() bool

HasStartup returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasTablet ¶

HasTablet returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasTags ¶

HasTags returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasTemplate ¶

func (o *CreateVirtualMachineRequestContent) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasTpmstate0 ¶

func (o *CreateVirtualMachineRequestContent) HasTpmstate0() bool

HasTpmstate0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUnqiue ¶

HasUnqiue returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb0 ¶

HasUsb0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb1 ¶

HasUsb1 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb10 ¶

HasUsb10 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb11 ¶

HasUsb11 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb12 ¶

HasUsb12 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb13 ¶

HasUsb13 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb14 ¶

HasUsb14 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb2 ¶

HasUsb2 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb3 ¶

HasUsb3 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb4 ¶

HasUsb4 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb5 ¶

HasUsb5 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb6 ¶

HasUsb6 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb7 ¶

HasUsb7 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb8 ¶

HasUsb8 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasUsb9 ¶

HasUsb9 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVcpus ¶

HasVcpus returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVga ¶

HasVga returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio0 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio0() bool

HasVirtio0 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio1 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio1() bool

HasVirtio1 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio10 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio10() bool

HasVirtio10 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio11 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio11() bool

HasVirtio11 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio12 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio12() bool

HasVirtio12 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio13 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio13() bool

HasVirtio13 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio14 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio14() bool

HasVirtio14 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio15 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio15() bool

HasVirtio15 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio2 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio2() bool

HasVirtio2 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio3 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio3() bool

HasVirtio3 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio4 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio4() bool

HasVirtio4 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio5 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio5() bool

HasVirtio5 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio6 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio6() bool

HasVirtio6 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio7 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio7() bool

HasVirtio7 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio8 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio8() bool

HasVirtio8 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVirtio9 ¶

func (o *CreateVirtualMachineRequestContent) HasVirtio9() bool

HasVirtio9 returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVmgenid ¶

func (o *CreateVirtualMachineRequestContent) HasVmgenid() bool

HasVmgenid returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasVmstatestorage ¶

func (o *CreateVirtualMachineRequestContent) HasVmstatestorage() bool

HasVmstatestorage returns a boolean if a field has been set.

func (*CreateVirtualMachineRequestContent) HasWatchdog ¶

func (o *CreateVirtualMachineRequestContent) HasWatchdog() bool

HasWatchdog returns a boolean if a field has been set.

func (CreateVirtualMachineRequestContent) MarshalJSON ¶

func (o CreateVirtualMachineRequestContent) MarshalJSON() ([]byte, error)

func (*CreateVirtualMachineRequestContent) SetAcpi ¶

SetAcpi gets a reference to the given float32 and assigns it to the Acpi field.

func (*CreateVirtualMachineRequestContent) SetAffinity ¶

func (o *CreateVirtualMachineRequestContent) SetAffinity(v string)

SetAffinity gets a reference to the given string and assigns it to the Affinity field.

func (*CreateVirtualMachineRequestContent) SetAgent ¶

SetAgent gets a reference to the given string and assigns it to the Agent field.

func (*CreateVirtualMachineRequestContent) SetArch ¶

SetArch gets a reference to the given VirtualMachineArchitecture and assigns it to the Arch field.

func (*CreateVirtualMachineRequestContent) SetArchive ¶

func (o *CreateVirtualMachineRequestContent) SetArchive(v string)

SetArchive gets a reference to the given string and assigns it to the Archive field.

func (*CreateVirtualMachineRequestContent) SetArgs ¶

SetArgs gets a reference to the given string and assigns it to the Args field.

func (*CreateVirtualMachineRequestContent) SetAudio0 ¶

SetAudio0 gets a reference to the given string and assigns it to the Audio0 field.

func (*CreateVirtualMachineRequestContent) SetAutostart ¶

func (o *CreateVirtualMachineRequestContent) SetAutostart(v float32)

SetAutostart gets a reference to the given float32 and assigns it to the Autostart field.

func (*CreateVirtualMachineRequestContent) SetBallon ¶

SetBallon gets a reference to the given float32 and assigns it to the Ballon field.

func (*CreateVirtualMachineRequestContent) SetBios ¶

SetBios gets a reference to the given VirtualMachineBios and assigns it to the Bios field.

func (*CreateVirtualMachineRequestContent) SetBoot ¶

SetBoot gets a reference to the given string and assigns it to the Boot field.

func (*CreateVirtualMachineRequestContent) SetBootdisk ¶

func (o *CreateVirtualMachineRequestContent) SetBootdisk(v string)

SetBootdisk gets a reference to the given string and assigns it to the Bootdisk field.

func (*CreateVirtualMachineRequestContent) SetCdrom ¶

SetCdrom gets a reference to the given string and assigns it to the Cdrom field.

func (*CreateVirtualMachineRequestContent) SetCicustom ¶

func (o *CreateVirtualMachineRequestContent) SetCicustom(v string)

SetCicustom gets a reference to the given string and assigns it to the Cicustom field.

func (*CreateVirtualMachineRequestContent) SetCipassword ¶

func (o *CreateVirtualMachineRequestContent) SetCipassword(v string)

SetCipassword gets a reference to the given string and assigns it to the Cipassword field.

func (*CreateVirtualMachineRequestContent) SetCitype ¶

SetCitype gets a reference to the given VirtualMachineCloudInitType and assigns it to the Citype field.

func (*CreateVirtualMachineRequestContent) SetCiuser ¶

SetCiuser gets a reference to the given string and assigns it to the Ciuser field.

func (*CreateVirtualMachineRequestContent) SetCores ¶

SetCores gets a reference to the given float32 and assigns it to the Cores field.

func (*CreateVirtualMachineRequestContent) SetCpu ¶

SetCpu gets a reference to the given string and assigns it to the Cpu field.

func (*CreateVirtualMachineRequestContent) SetCpulimit ¶

func (o *CreateVirtualMachineRequestContent) SetCpulimit(v float32)

SetCpulimit gets a reference to the given float32 and assigns it to the Cpulimit field.

func (*CreateVirtualMachineRequestContent) SetCpuunits ¶

func (o *CreateVirtualMachineRequestContent) SetCpuunits(v float32)

SetCpuunits gets a reference to the given float32 and assigns it to the Cpuunits field.

func (*CreateVirtualMachineRequestContent) SetDescription ¶

func (o *CreateVirtualMachineRequestContent) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateVirtualMachineRequestContent) SetDigest ¶

SetDigest gets a reference to the given string and assigns it to the Digest field.

func (*CreateVirtualMachineRequestContent) SetEfidisk0 ¶

func (o *CreateVirtualMachineRequestContent) SetEfidisk0(v string)

SetEfidisk0 gets a reference to the given string and assigns it to the Efidisk0 field.

func (*CreateVirtualMachineRequestContent) SetFreeze ¶

func (o *CreateVirtualMachineRequestContent) SetFreeze(v bool)

SetFreeze gets a reference to the given bool and assigns it to the Freeze field.

func (*CreateVirtualMachineRequestContent) SetHookscript ¶

func (o *CreateVirtualMachineRequestContent) SetHookscript(v string)

SetHookscript gets a reference to the given string and assigns it to the Hookscript field.

func (*CreateVirtualMachineRequestContent) SetHostpci0 ¶

func (o *CreateVirtualMachineRequestContent) SetHostpci0(v string)

SetHostpci0 gets a reference to the given string and assigns it to the Hostpci0 field.

func (*CreateVirtualMachineRequestContent) SetHostpci1 ¶

func (o *CreateVirtualMachineRequestContent) SetHostpci1(v string)

SetHostpci1 gets a reference to the given string and assigns it to the Hostpci1 field.

func (*CreateVirtualMachineRequestContent) SetHostpci2 ¶

func (o *CreateVirtualMachineRequestContent) SetHostpci2(v string)

SetHostpci2 gets a reference to the given string and assigns it to the Hostpci2 field.

func (*CreateVirtualMachineRequestContent) SetHostpci3 ¶

func (o *CreateVirtualMachineRequestContent) SetHostpci3(v string)

SetHostpci3 gets a reference to the given string and assigns it to the Hostpci3 field.

func (*CreateVirtualMachineRequestContent) SetHostpci4 ¶

func (o *CreateVirtualMachineRequestContent) SetHostpci4(v string)

SetHostpci4 gets a reference to the given string and assigns it to the Hostpci4 field.

func (*CreateVirtualMachineRequestContent) SetHostpci5 ¶

func (o *CreateVirtualMachineRequestContent) SetHostpci5(v string)

SetHostpci5 gets a reference to the given string and assigns it to the Hostpci5 field.

func (*CreateVirtualMachineRequestContent) SetHostpci6 ¶

func (o *CreateVirtualMachineRequestContent) SetHostpci6(v string)

SetHostpci6 gets a reference to the given string and assigns it to the Hostpci6 field.

func (*CreateVirtualMachineRequestContent) SetHostpci7 ¶

func (o *CreateVirtualMachineRequestContent) SetHostpci7(v string)

SetHostpci7 gets a reference to the given string and assigns it to the Hostpci7 field.

func (*CreateVirtualMachineRequestContent) SetHostpci8 ¶

func (o *CreateVirtualMachineRequestContent) SetHostpci8(v string)

SetHostpci8 gets a reference to the given string and assigns it to the Hostpci8 field.

func (*CreateVirtualMachineRequestContent) SetHostpci9 ¶

func (o *CreateVirtualMachineRequestContent) SetHostpci9(v string)

SetHostpci9 gets a reference to the given string and assigns it to the Hostpci9 field.

func (*CreateVirtualMachineRequestContent) SetHotplug ¶

func (o *CreateVirtualMachineRequestContent) SetHotplug(v string)

SetHotplug gets a reference to the given string and assigns it to the Hotplug field.

func (*CreateVirtualMachineRequestContent) SetHugepages ¶

SetHugepages gets a reference to the given VirtualMachineHugePages and assigns it to the Hugepages field.

func (*CreateVirtualMachineRequestContent) SetIde0 ¶

SetIde0 gets a reference to the given string and assigns it to the Ide0 field.

func (*CreateVirtualMachineRequestContent) SetIde1 ¶

SetIde1 gets a reference to the given string and assigns it to the Ide1 field.

func (*CreateVirtualMachineRequestContent) SetIde2 ¶

SetIde2 gets a reference to the given string and assigns it to the Ide2 field.

func (*CreateVirtualMachineRequestContent) SetIde3 ¶

SetIde3 gets a reference to the given string and assigns it to the Ide3 field.

func (*CreateVirtualMachineRequestContent) SetIpconfig0 ¶

func (o *CreateVirtualMachineRequestContent) SetIpconfig0(v string)

SetIpconfig0 gets a reference to the given string and assigns it to the Ipconfig0 field.

func (*CreateVirtualMachineRequestContent) SetIpconfig1 ¶

func (o *CreateVirtualMachineRequestContent) SetIpconfig1(v string)

SetIpconfig1 gets a reference to the given string and assigns it to the Ipconfig1 field.

func (*CreateVirtualMachineRequestContent) SetIpconfig2 ¶

func (o *CreateVirtualMachineRequestContent) SetIpconfig2(v string)

SetIpconfig2 gets a reference to the given string and assigns it to the Ipconfig2 field.

func (*CreateVirtualMachineRequestContent) SetIpconfig3 ¶

func (o *CreateVirtualMachineRequestContent) SetIpconfig3(v string)

SetIpconfig3 gets a reference to the given string and assigns it to the Ipconfig3 field.

func (*CreateVirtualMachineRequestContent) SetIpconfig4 ¶

func (o *CreateVirtualMachineRequestContent) SetIpconfig4(v string)

SetIpconfig4 gets a reference to the given string and assigns it to the Ipconfig4 field.

func (*CreateVirtualMachineRequestContent) SetIpconfig5 ¶

func (o *CreateVirtualMachineRequestContent) SetIpconfig5(v string)

SetIpconfig5 gets a reference to the given string and assigns it to the Ipconfig5 field.

func (*CreateVirtualMachineRequestContent) SetIpconfig6 ¶

func (o *CreateVirtualMachineRequestContent) SetIpconfig6(v string)

SetIpconfig6 gets a reference to the given string and assigns it to the Ipconfig6 field.

func (*CreateVirtualMachineRequestContent) SetIpconfig7 ¶

func (o *CreateVirtualMachineRequestContent) SetIpconfig7(v string)

SetIpconfig7 gets a reference to the given string and assigns it to the Ipconfig7 field.

func (*CreateVirtualMachineRequestContent) SetIvshmem ¶

func (o *CreateVirtualMachineRequestContent) SetIvshmem(v string)

SetIvshmem gets a reference to the given string and assigns it to the Ivshmem field.

func (*CreateVirtualMachineRequestContent) SetKeephugepages ¶

func (o *CreateVirtualMachineRequestContent) SetKeephugepages(v float32)

SetKeephugepages gets a reference to the given float32 and assigns it to the Keephugepages field.

func (*CreateVirtualMachineRequestContent) SetKeyboard ¶

SetKeyboard gets a reference to the given VirtualMachineKeyboard and assigns it to the Keyboard field.

func (*CreateVirtualMachineRequestContent) SetKvm ¶

SetKvm gets a reference to the given float32 and assigns it to the Kvm field.

func (*CreateVirtualMachineRequestContent) SetLiveRestore ¶

func (o *CreateVirtualMachineRequestContent) SetLiveRestore(v float32)

SetLiveRestore gets a reference to the given float32 and assigns it to the LiveRestore field.

func (*CreateVirtualMachineRequestContent) SetLocaltime ¶

func (o *CreateVirtualMachineRequestContent) SetLocaltime(v float32)

SetLocaltime gets a reference to the given float32 and assigns it to the Localtime field.

func (*CreateVirtualMachineRequestContent) SetLock ¶

SetLock gets a reference to the given VirtualMachineConfigLock and assigns it to the Lock field.

func (*CreateVirtualMachineRequestContent) SetMachine ¶

func (o *CreateVirtualMachineRequestContent) SetMachine(v string)

SetMachine gets a reference to the given string and assigns it to the Machine field.

func (*CreateVirtualMachineRequestContent) SetMemory ¶

SetMemory gets a reference to the given float32 and assigns it to the Memory field.

func (*CreateVirtualMachineRequestContent) SetMigrateDowntime ¶

func (o *CreateVirtualMachineRequestContent) SetMigrateDowntime(v float32)

SetMigrateDowntime gets a reference to the given float32 and assigns it to the MigrateDowntime field.

func (*CreateVirtualMachineRequestContent) SetMigrateSpeed ¶

func (o *CreateVirtualMachineRequestContent) SetMigrateSpeed(v float32)

SetMigrateSpeed gets a reference to the given float32 and assigns it to the MigrateSpeed field.

func (*CreateVirtualMachineRequestContent) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreateVirtualMachineRequestContent) SetNameserver ¶

func (o *CreateVirtualMachineRequestContent) SetNameserver(v string)

SetNameserver gets a reference to the given string and assigns it to the Nameserver field.

func (*CreateVirtualMachineRequestContent) SetNet0 ¶

SetNet0 gets a reference to the given string and assigns it to the Net0 field.

func (*CreateVirtualMachineRequestContent) SetNet1 ¶

SetNet1 gets a reference to the given string and assigns it to the Net1 field.

func (*CreateVirtualMachineRequestContent) SetNet2 ¶

SetNet2 gets a reference to the given string and assigns it to the Net2 field.

func (*CreateVirtualMachineRequestContent) SetNet3 ¶

SetNet3 gets a reference to the given string and assigns it to the Net3 field.

func (*CreateVirtualMachineRequestContent) SetNet4 ¶

SetNet4 gets a reference to the given string and assigns it to the Net4 field.

func (*CreateVirtualMachineRequestContent) SetNet5 ¶

SetNet5 gets a reference to the given string and assigns it to the Net5 field.

func (*CreateVirtualMachineRequestContent) SetNet6 ¶

SetNet6 gets a reference to the given string and assigns it to the Net6 field.

func (*CreateVirtualMachineRequestContent) SetNet7 ¶

SetNet7 gets a reference to the given string and assigns it to the Net7 field.

func (*CreateVirtualMachineRequestContent) SetNuma ¶

SetNuma gets a reference to the given float32 and assigns it to the Numa field.

func (*CreateVirtualMachineRequestContent) SetNuma0 ¶

SetNuma0 gets a reference to the given string and assigns it to the Numa0 field.

func (*CreateVirtualMachineRequestContent) SetNuma1 ¶

SetNuma1 gets a reference to the given string and assigns it to the Numa1 field.

func (*CreateVirtualMachineRequestContent) SetNuma2 ¶

SetNuma2 gets a reference to the given string and assigns it to the Numa2 field.

func (*CreateVirtualMachineRequestContent) SetNuma3 ¶

SetNuma3 gets a reference to the given string and assigns it to the Numa3 field.

func (*CreateVirtualMachineRequestContent) SetNuma4 ¶

SetNuma4 gets a reference to the given string and assigns it to the Numa4 field.

func (*CreateVirtualMachineRequestContent) SetNuma5 ¶

SetNuma5 gets a reference to the given string and assigns it to the Numa5 field.

func (*CreateVirtualMachineRequestContent) SetNuma6 ¶

SetNuma6 gets a reference to the given string and assigns it to the Numa6 field.

func (*CreateVirtualMachineRequestContent) SetNuma7 ¶

SetNuma7 gets a reference to the given string and assigns it to the Numa7 field.

func (*CreateVirtualMachineRequestContent) SetOnboot ¶

SetOnboot gets a reference to the given float32 and assigns it to the Onboot field.

func (*CreateVirtualMachineRequestContent) SetOstype ¶

SetOstype gets a reference to the given VirtualMachineOperatingSystem and assigns it to the Ostype field.

func (*CreateVirtualMachineRequestContent) SetParallel0 ¶

func (o *CreateVirtualMachineRequestContent) SetParallel0(v string)

SetParallel0 gets a reference to the given string and assigns it to the Parallel0 field.

func (*CreateVirtualMachineRequestContent) SetParallel1 ¶

func (o *CreateVirtualMachineRequestContent) SetParallel1(v string)

SetParallel1 gets a reference to the given string and assigns it to the Parallel1 field.

func (*CreateVirtualMachineRequestContent) SetParallel2 ¶

func (o *CreateVirtualMachineRequestContent) SetParallel2(v string)

SetParallel2 gets a reference to the given string and assigns it to the Parallel2 field.

func (*CreateVirtualMachineRequestContent) SetPool ¶ added in v0.47.0

SetPool gets a reference to the given string and assigns it to the Pool field.

func (*CreateVirtualMachineRequestContent) SetProtection ¶

func (o *CreateVirtualMachineRequestContent) SetProtection(v float32)

SetProtection gets a reference to the given float32 and assigns it to the Protection field.

func (*CreateVirtualMachineRequestContent) SetReboot ¶

SetReboot gets a reference to the given float32 and assigns it to the Reboot field.

func (*CreateVirtualMachineRequestContent) SetRng0 ¶

SetRng0 gets a reference to the given string and assigns it to the Rng0 field.

func (*CreateVirtualMachineRequestContent) SetSata0 ¶

SetSata0 gets a reference to the given string and assigns it to the Sata0 field.

func (*CreateVirtualMachineRequestContent) SetSata1 ¶

SetSata1 gets a reference to the given string and assigns it to the Sata1 field.

func (*CreateVirtualMachineRequestContent) SetSata2 ¶

SetSata2 gets a reference to the given string and assigns it to the Sata2 field.

func (*CreateVirtualMachineRequestContent) SetSata3 ¶

SetSata3 gets a reference to the given string and assigns it to the Sata3 field.

func (*CreateVirtualMachineRequestContent) SetSata4 ¶

SetSata4 gets a reference to the given string and assigns it to the Sata4 field.

func (*CreateVirtualMachineRequestContent) SetSata5 ¶

SetSata5 gets a reference to the given string and assigns it to the Sata5 field.

func (*CreateVirtualMachineRequestContent) SetScsi0 ¶

SetScsi0 gets a reference to the given string and assigns it to the Scsi0 field.

func (*CreateVirtualMachineRequestContent) SetScsi1 ¶

SetScsi1 gets a reference to the given string and assigns it to the Scsi1 field.

func (*CreateVirtualMachineRequestContent) SetScsi10 ¶

SetScsi10 gets a reference to the given string and assigns it to the Scsi10 field.

func (*CreateVirtualMachineRequestContent) SetScsi11 ¶

SetScsi11 gets a reference to the given string and assigns it to the Scsi11 field.

func (*CreateVirtualMachineRequestContent) SetScsi12 ¶

SetScsi12 gets a reference to the given string and assigns it to the Scsi12 field.

func (*CreateVirtualMachineRequestContent) SetScsi13 ¶

SetScsi13 gets a reference to the given string and assigns it to the Scsi13 field.

func (*CreateVirtualMachineRequestContent) SetScsi14 ¶

SetScsi14 gets a reference to the given string and assigns it to the Scsi14 field.

func (*CreateVirtualMachineRequestContent) SetScsi15 ¶

SetScsi15 gets a reference to the given string and assigns it to the Scsi15 field.

func (*CreateVirtualMachineRequestContent) SetScsi16 ¶

SetScsi16 gets a reference to the given string and assigns it to the Scsi16 field.

func (*CreateVirtualMachineRequestContent) SetScsi17 ¶

SetScsi17 gets a reference to the given string and assigns it to the Scsi17 field.

func (*CreateVirtualMachineRequestContent) SetScsi18 ¶

SetScsi18 gets a reference to the given string and assigns it to the Scsi18 field.

func (*CreateVirtualMachineRequestContent) SetScsi19 ¶

SetScsi19 gets a reference to the given string and assigns it to the Scsi19 field.

func (*CreateVirtualMachineRequestContent) SetScsi2 ¶

SetScsi2 gets a reference to the given string and assigns it to the Scsi2 field.

func (*CreateVirtualMachineRequestContent) SetScsi20 ¶

SetScsi20 gets a reference to the given string and assigns it to the Scsi20 field.

func (*CreateVirtualMachineRequestContent) SetScsi21 ¶

SetScsi21 gets a reference to the given string and assigns it to the Scsi21 field.

func (*CreateVirtualMachineRequestContent) SetScsi22 ¶

SetScsi22 gets a reference to the given string and assigns it to the Scsi22 field.

func (*CreateVirtualMachineRequestContent) SetScsi23 ¶

SetScsi23 gets a reference to the given string and assigns it to the Scsi23 field.

func (*CreateVirtualMachineRequestContent) SetScsi24 ¶

SetScsi24 gets a reference to the given string and assigns it to the Scsi24 field.

func (*CreateVirtualMachineRequestContent) SetScsi25 ¶

SetScsi25 gets a reference to the given string and assigns it to the Scsi25 field.

func (*CreateVirtualMachineRequestContent) SetScsi26 ¶

SetScsi26 gets a reference to the given string and assigns it to the Scsi26 field.

func (*CreateVirtualMachineRequestContent) SetScsi27 ¶

SetScsi27 gets a reference to the given string and assigns it to the Scsi27 field.

func (*CreateVirtualMachineRequestContent) SetScsi28 ¶

SetScsi28 gets a reference to the given string and assigns it to the Scsi28 field.

func (*CreateVirtualMachineRequestContent) SetScsi29 ¶

SetScsi29 gets a reference to the given string and assigns it to the Scsi29 field.

func (*CreateVirtualMachineRequestContent) SetScsi3 ¶

SetScsi3 gets a reference to the given string and assigns it to the Scsi3 field.

func (*CreateVirtualMachineRequestContent) SetScsi30 ¶

SetScsi30 gets a reference to the given string and assigns it to the Scsi30 field.

func (*CreateVirtualMachineRequestContent) SetScsi4 ¶

SetScsi4 gets a reference to the given string and assigns it to the Scsi4 field.

func (*CreateVirtualMachineRequestContent) SetScsi5 ¶

SetScsi5 gets a reference to the given string and assigns it to the Scsi5 field.

func (*CreateVirtualMachineRequestContent) SetScsi6 ¶

SetScsi6 gets a reference to the given string and assigns it to the Scsi6 field.

func (*CreateVirtualMachineRequestContent) SetScsi7 ¶

SetScsi7 gets a reference to the given string and assigns it to the Scsi7 field.

func (*CreateVirtualMachineRequestContent) SetScsi8 ¶

SetScsi8 gets a reference to the given string and assigns it to the Scsi8 field.

func (*CreateVirtualMachineRequestContent) SetScsi9 ¶

SetScsi9 gets a reference to the given string and assigns it to the Scsi9 field.

func (*CreateVirtualMachineRequestContent) SetScsihw ¶

SetScsihw gets a reference to the given VirtualMachineScsiControllerType and assigns it to the Scsihw field.

func (*CreateVirtualMachineRequestContent) SetSearchdomain ¶

func (o *CreateVirtualMachineRequestContent) SetSearchdomain(v string)

SetSearchdomain gets a reference to the given string and assigns it to the Searchdomain field.

func (*CreateVirtualMachineRequestContent) SetSerial0 ¶

func (o *CreateVirtualMachineRequestContent) SetSerial0(v string)

SetSerial0 gets a reference to the given string and assigns it to the Serial0 field.

func (*CreateVirtualMachineRequestContent) SetSerial1 ¶

func (o *CreateVirtualMachineRequestContent) SetSerial1(v string)

SetSerial1 gets a reference to the given string and assigns it to the Serial1 field.

func (*CreateVirtualMachineRequestContent) SetSerial2 ¶

func (o *CreateVirtualMachineRequestContent) SetSerial2(v string)

SetSerial2 gets a reference to the given string and assigns it to the Serial2 field.

func (*CreateVirtualMachineRequestContent) SetSerial3 ¶

func (o *CreateVirtualMachineRequestContent) SetSerial3(v string)

SetSerial3 gets a reference to the given string and assigns it to the Serial3 field.

func (*CreateVirtualMachineRequestContent) SetShares ¶

SetShares gets a reference to the given float32 and assigns it to the Shares field.

func (*CreateVirtualMachineRequestContent) SetSmbios1 ¶

func (o *CreateVirtualMachineRequestContent) SetSmbios1(v string)

SetSmbios1 gets a reference to the given string and assigns it to the Smbios1 field.

func (*CreateVirtualMachineRequestContent) SetSockets ¶

SetSockets gets a reference to the given float32 and assigns it to the Sockets field.

func (*CreateVirtualMachineRequestContent) SetSpiceEnhancements ¶

func (o *CreateVirtualMachineRequestContent) SetSpiceEnhancements(v string)

SetSpiceEnhancements gets a reference to the given string and assigns it to the SpiceEnhancements field.

func (*CreateVirtualMachineRequestContent) SetSshkeys ¶

func (o *CreateVirtualMachineRequestContent) SetSshkeys(v string)

SetSshkeys gets a reference to the given string and assigns it to the Sshkeys field.

func (*CreateVirtualMachineRequestContent) SetStartdate ¶

func (o *CreateVirtualMachineRequestContent) SetStartdate(v string)

SetStartdate gets a reference to the given string and assigns it to the Startdate field.

func (*CreateVirtualMachineRequestContent) SetStartup ¶

func (o *CreateVirtualMachineRequestContent) SetStartup(v string)

SetStartup gets a reference to the given string and assigns it to the Startup field.

func (*CreateVirtualMachineRequestContent) SetTablet ¶

SetTablet gets a reference to the given float32 and assigns it to the Tablet field.

func (*CreateVirtualMachineRequestContent) SetTags ¶

SetTags gets a reference to the given string and assigns it to the Tags field.

func (*CreateVirtualMachineRequestContent) SetTemplate ¶

func (o *CreateVirtualMachineRequestContent) SetTemplate(v float32)

SetTemplate gets a reference to the given float32 and assigns it to the Template field.

func (*CreateVirtualMachineRequestContent) SetTpmstate0 ¶

func (o *CreateVirtualMachineRequestContent) SetTpmstate0(v string)

SetTpmstate0 gets a reference to the given string and assigns it to the Tpmstate0 field.

func (*CreateVirtualMachineRequestContent) SetUnqiue ¶

SetUnqiue gets a reference to the given float32 and assigns it to the Unqiue field.

func (*CreateVirtualMachineRequestContent) SetUsb0 ¶

SetUsb0 gets a reference to the given string and assigns it to the Usb0 field.

func (*CreateVirtualMachineRequestContent) SetUsb1 ¶

SetUsb1 gets a reference to the given string and assigns it to the Usb1 field.

func (*CreateVirtualMachineRequestContent) SetUsb10 ¶

SetUsb10 gets a reference to the given string and assigns it to the Usb10 field.

func (*CreateVirtualMachineRequestContent) SetUsb11 ¶

SetUsb11 gets a reference to the given string and assigns it to the Usb11 field.

func (*CreateVirtualMachineRequestContent) SetUsb12 ¶

SetUsb12 gets a reference to the given string and assigns it to the Usb12 field.

func (*CreateVirtualMachineRequestContent) SetUsb13 ¶

SetUsb13 gets a reference to the given string and assigns it to the Usb13 field.

func (*CreateVirtualMachineRequestContent) SetUsb14 ¶

SetUsb14 gets a reference to the given string and assigns it to the Usb14 field.

func (*CreateVirtualMachineRequestContent) SetUsb2 ¶

SetUsb2 gets a reference to the given string and assigns it to the Usb2 field.

func (*CreateVirtualMachineRequestContent) SetUsb3 ¶

SetUsb3 gets a reference to the given string and assigns it to the Usb3 field.

func (*CreateVirtualMachineRequestContent) SetUsb4 ¶

SetUsb4 gets a reference to the given string and assigns it to the Usb4 field.

func (*CreateVirtualMachineRequestContent) SetUsb5 ¶

SetUsb5 gets a reference to the given string and assigns it to the Usb5 field.

func (*CreateVirtualMachineRequestContent) SetUsb6 ¶

SetUsb6 gets a reference to the given string and assigns it to the Usb6 field.

func (*CreateVirtualMachineRequestContent) SetUsb7 ¶

SetUsb7 gets a reference to the given string and assigns it to the Usb7 field.

func (*CreateVirtualMachineRequestContent) SetUsb8 ¶

SetUsb8 gets a reference to the given string and assigns it to the Usb8 field.

func (*CreateVirtualMachineRequestContent) SetUsb9 ¶

SetUsb9 gets a reference to the given string and assigns it to the Usb9 field.

func (*CreateVirtualMachineRequestContent) SetVcpus ¶

SetVcpus gets a reference to the given float32 and assigns it to the Vcpus field.

func (*CreateVirtualMachineRequestContent) SetVga ¶

SetVga gets a reference to the given string and assigns it to the Vga field.

func (*CreateVirtualMachineRequestContent) SetVirtio0 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio0(v string)

SetVirtio0 gets a reference to the given string and assigns it to the Virtio0 field.

func (*CreateVirtualMachineRequestContent) SetVirtio1 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio1(v string)

SetVirtio1 gets a reference to the given string and assigns it to the Virtio1 field.

func (*CreateVirtualMachineRequestContent) SetVirtio10 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio10(v string)

SetVirtio10 gets a reference to the given string and assigns it to the Virtio10 field.

func (*CreateVirtualMachineRequestContent) SetVirtio11 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio11(v string)

SetVirtio11 gets a reference to the given string and assigns it to the Virtio11 field.

func (*CreateVirtualMachineRequestContent) SetVirtio12 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio12(v string)

SetVirtio12 gets a reference to the given string and assigns it to the Virtio12 field.

func (*CreateVirtualMachineRequestContent) SetVirtio13 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio13(v string)

SetVirtio13 gets a reference to the given string and assigns it to the Virtio13 field.

func (*CreateVirtualMachineRequestContent) SetVirtio14 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio14(v string)

SetVirtio14 gets a reference to the given string and assigns it to the Virtio14 field.

func (*CreateVirtualMachineRequestContent) SetVirtio15 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio15(v string)

SetVirtio15 gets a reference to the given string and assigns it to the Virtio15 field.

func (*CreateVirtualMachineRequestContent) SetVirtio2 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio2(v string)

SetVirtio2 gets a reference to the given string and assigns it to the Virtio2 field.

func (*CreateVirtualMachineRequestContent) SetVirtio3 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio3(v string)

SetVirtio3 gets a reference to the given string and assigns it to the Virtio3 field.

func (*CreateVirtualMachineRequestContent) SetVirtio4 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio4(v string)

SetVirtio4 gets a reference to the given string and assigns it to the Virtio4 field.

func (*CreateVirtualMachineRequestContent) SetVirtio5 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio5(v string)

SetVirtio5 gets a reference to the given string and assigns it to the Virtio5 field.

func (*CreateVirtualMachineRequestContent) SetVirtio6 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio6(v string)

SetVirtio6 gets a reference to the given string and assigns it to the Virtio6 field.

func (*CreateVirtualMachineRequestContent) SetVirtio7 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio7(v string)

SetVirtio7 gets a reference to the given string and assigns it to the Virtio7 field.

func (*CreateVirtualMachineRequestContent) SetVirtio8 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio8(v string)

SetVirtio8 gets a reference to the given string and assigns it to the Virtio8 field.

func (*CreateVirtualMachineRequestContent) SetVirtio9 ¶

func (o *CreateVirtualMachineRequestContent) SetVirtio9(v string)

SetVirtio9 gets a reference to the given string and assigns it to the Virtio9 field.

func (*CreateVirtualMachineRequestContent) SetVmgenid ¶

func (o *CreateVirtualMachineRequestContent) SetVmgenid(v string)

SetVmgenid gets a reference to the given string and assigns it to the Vmgenid field.

func (*CreateVirtualMachineRequestContent) SetVmid ¶

SetVmid sets field value

func (*CreateVirtualMachineRequestContent) SetVmstatestorage ¶

func (o *CreateVirtualMachineRequestContent) SetVmstatestorage(v string)

SetVmstatestorage gets a reference to the given string and assigns it to the Vmstatestorage field.

func (*CreateVirtualMachineRequestContent) SetWatchdog ¶

func (o *CreateVirtualMachineRequestContent) SetWatchdog(v string)

SetWatchdog gets a reference to the given string and assigns it to the Watchdog field.

func (CreateVirtualMachineRequestContent) ToMap ¶ added in v0.9.0

func (o CreateVirtualMachineRequestContent) ToMap() (map[string]interface{}, error)

type CreateVirtualMachineResponseContent ¶

type CreateVirtualMachineResponseContent struct {
	Data string `json:"data"`
}

CreateVirtualMachineResponseContent struct for CreateVirtualMachineResponseContent

func NewCreateVirtualMachineResponseContent ¶

func NewCreateVirtualMachineResponseContent(data string) *CreateVirtualMachineResponseContent

NewCreateVirtualMachineResponseContent instantiates a new CreateVirtualMachineResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateVirtualMachineResponseContentWithDefaults ¶

func NewCreateVirtualMachineResponseContentWithDefaults() *CreateVirtualMachineResponseContent

NewCreateVirtualMachineResponseContentWithDefaults instantiates a new CreateVirtualMachineResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateVirtualMachineResponseContent) GetData ¶

GetData returns the Data field value

func (*CreateVirtualMachineResponseContent) GetDataOk ¶

func (o *CreateVirtualMachineResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateVirtualMachineResponseContent) MarshalJSON ¶

func (o CreateVirtualMachineResponseContent) MarshalJSON() ([]byte, error)

func (*CreateVirtualMachineResponseContent) SetData ¶

SetData sets field value

func (CreateVirtualMachineResponseContent) ToMap ¶ added in v0.9.0

func (o CreateVirtualMachineResponseContent) ToMap() (map[string]interface{}, error)

type CreateVirtualMachineTemplateRequestContent ¶

type CreateVirtualMachineTemplateRequestContent struct {
	Disk *VirtualMachineDiskTarget `json:"disk,omitempty"`
}

CreateVirtualMachineTemplateRequestContent struct for CreateVirtualMachineTemplateRequestContent

func NewCreateVirtualMachineTemplateRequestContent ¶

func NewCreateVirtualMachineTemplateRequestContent() *CreateVirtualMachineTemplateRequestContent

NewCreateVirtualMachineTemplateRequestContent instantiates a new CreateVirtualMachineTemplateRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateVirtualMachineTemplateRequestContentWithDefaults ¶

func NewCreateVirtualMachineTemplateRequestContentWithDefaults() *CreateVirtualMachineTemplateRequestContent

NewCreateVirtualMachineTemplateRequestContentWithDefaults instantiates a new CreateVirtualMachineTemplateRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateVirtualMachineTemplateRequestContent) GetDisk ¶

GetDisk returns the Disk field value if set, zero value otherwise.

func (*CreateVirtualMachineTemplateRequestContent) GetDiskOk ¶

GetDiskOk returns a tuple with the Disk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineTemplateRequestContent) HasDisk ¶

HasDisk returns a boolean if a field has been set.

func (CreateVirtualMachineTemplateRequestContent) MarshalJSON ¶

func (*CreateVirtualMachineTemplateRequestContent) SetDisk ¶

SetDisk gets a reference to the given VirtualMachineDiskTarget and assigns it to the Disk field.

func (CreateVirtualMachineTemplateRequestContent) ToMap ¶ added in v0.9.0

func (o CreateVirtualMachineTemplateRequestContent) ToMap() (map[string]interface{}, error)

type CreateVirtualMachineTemplateResponseContent ¶

type CreateVirtualMachineTemplateResponseContent struct {
	Data *string `json:"data,omitempty"`
}

CreateVirtualMachineTemplateResponseContent struct for CreateVirtualMachineTemplateResponseContent

func NewCreateVirtualMachineTemplateResponseContent ¶

func NewCreateVirtualMachineTemplateResponseContent() *CreateVirtualMachineTemplateResponseContent

NewCreateVirtualMachineTemplateResponseContent instantiates a new CreateVirtualMachineTemplateResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateVirtualMachineTemplateResponseContentWithDefaults ¶

func NewCreateVirtualMachineTemplateResponseContentWithDefaults() *CreateVirtualMachineTemplateResponseContent

NewCreateVirtualMachineTemplateResponseContentWithDefaults instantiates a new CreateVirtualMachineTemplateResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateVirtualMachineTemplateResponseContent) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateVirtualMachineTemplateResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualMachineTemplateResponseContent) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateVirtualMachineTemplateResponseContent) MarshalJSON ¶

func (*CreateVirtualMachineTemplateResponseContent) SetData ¶

SetData gets a reference to the given string and assigns it to the Data field.

func (CreateVirtualMachineTemplateResponseContent) ToMap ¶ added in v0.9.0

func (o CreateVirtualMachineTemplateResponseContent) ToMap() (map[string]interface{}, error)

type CreateZFSPoolRequestContent ¶

type CreateZFSPoolRequestContent struct {
	// The devices to create the zfs pool on. This is a comma seperated list sent as a string.
	Devices string `json:"devices"`
	// The storage identifier.
	Name      string       `json:"name"`
	Raidlevel ZFSRaidLevel `json:"raidlevel"`
	// Configure storage using the directory. Takes a boolean integer value (0 false, 1 true).
	AddStorage *float32 `json:"add_storage,omitempty"`
	// The pool vector size exponent.
	Ashift      *float32        `json:"ashift,omitempty"`
	Compression *ZFSCompression `json:"compression,omitempty"`
	// Draid config. Set as string like 'data=<int>,spares=<int>
	DraidConfig *string `json:"draid-config,omitempty"`
}

CreateZFSPoolRequestContent struct for CreateZFSPoolRequestContent

func NewCreateZFSPoolRequestContent ¶

func NewCreateZFSPoolRequestContent(devices string, name string, raidlevel ZFSRaidLevel) *CreateZFSPoolRequestContent

NewCreateZFSPoolRequestContent instantiates a new CreateZFSPoolRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateZFSPoolRequestContentWithDefaults ¶

func NewCreateZFSPoolRequestContentWithDefaults() *CreateZFSPoolRequestContent

NewCreateZFSPoolRequestContentWithDefaults instantiates a new CreateZFSPoolRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateZFSPoolRequestContent) GetAddStorage ¶

func (o *CreateZFSPoolRequestContent) GetAddStorage() float32

GetAddStorage returns the AddStorage field value if set, zero value otherwise.

func (*CreateZFSPoolRequestContent) GetAddStorageOk ¶

func (o *CreateZFSPoolRequestContent) GetAddStorageOk() (*float32, bool)

GetAddStorageOk returns a tuple with the AddStorage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateZFSPoolRequestContent) GetAshift ¶

func (o *CreateZFSPoolRequestContent) GetAshift() float32

GetAshift returns the Ashift field value if set, zero value otherwise.

func (*CreateZFSPoolRequestContent) GetAshiftOk ¶

func (o *CreateZFSPoolRequestContent) GetAshiftOk() (*float32, bool)

GetAshiftOk returns a tuple with the Ashift field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateZFSPoolRequestContent) GetCompression ¶

func (o *CreateZFSPoolRequestContent) GetCompression() ZFSCompression

GetCompression returns the Compression field value if set, zero value otherwise.

func (*CreateZFSPoolRequestContent) GetCompressionOk ¶

func (o *CreateZFSPoolRequestContent) GetCompressionOk() (*ZFSCompression, bool)

GetCompressionOk returns a tuple with the Compression field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateZFSPoolRequestContent) GetDevices ¶

func (o *CreateZFSPoolRequestContent) GetDevices() string

GetDevices returns the Devices field value

func (*CreateZFSPoolRequestContent) GetDevicesOk ¶

func (o *CreateZFSPoolRequestContent) GetDevicesOk() (*string, bool)

GetDevicesOk returns a tuple with the Devices field value and a boolean to check if the value has been set.

func (*CreateZFSPoolRequestContent) GetDraidConfig ¶

func (o *CreateZFSPoolRequestContent) GetDraidConfig() string

GetDraidConfig returns the DraidConfig field value if set, zero value otherwise.

func (*CreateZFSPoolRequestContent) GetDraidConfigOk ¶

func (o *CreateZFSPoolRequestContent) GetDraidConfigOk() (*string, bool)

GetDraidConfigOk returns a tuple with the DraidConfig field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateZFSPoolRequestContent) GetName ¶

func (o *CreateZFSPoolRequestContent) GetName() string

GetName returns the Name field value

func (*CreateZFSPoolRequestContent) GetNameOk ¶

func (o *CreateZFSPoolRequestContent) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateZFSPoolRequestContent) GetRaidlevel ¶

func (o *CreateZFSPoolRequestContent) GetRaidlevel() ZFSRaidLevel

GetRaidlevel returns the Raidlevel field value

func (*CreateZFSPoolRequestContent) GetRaidlevelOk ¶

func (o *CreateZFSPoolRequestContent) GetRaidlevelOk() (*ZFSRaidLevel, bool)

GetRaidlevelOk returns a tuple with the Raidlevel field value and a boolean to check if the value has been set.

func (*CreateZFSPoolRequestContent) HasAddStorage ¶

func (o *CreateZFSPoolRequestContent) HasAddStorage() bool

HasAddStorage returns a boolean if a field has been set.

func (*CreateZFSPoolRequestContent) HasAshift ¶

func (o *CreateZFSPoolRequestContent) HasAshift() bool

HasAshift returns a boolean if a field has been set.

func (*CreateZFSPoolRequestContent) HasCompression ¶

func (o *CreateZFSPoolRequestContent) HasCompression() bool

HasCompression returns a boolean if a field has been set.

func (*CreateZFSPoolRequestContent) HasDraidConfig ¶

func (o *CreateZFSPoolRequestContent) HasDraidConfig() bool

HasDraidConfig returns a boolean if a field has been set.

func (CreateZFSPoolRequestContent) MarshalJSON ¶

func (o CreateZFSPoolRequestContent) MarshalJSON() ([]byte, error)

func (*CreateZFSPoolRequestContent) SetAddStorage ¶

func (o *CreateZFSPoolRequestContent) SetAddStorage(v float32)

SetAddStorage gets a reference to the given float32 and assigns it to the AddStorage field.

func (*CreateZFSPoolRequestContent) SetAshift ¶

func (o *CreateZFSPoolRequestContent) SetAshift(v float32)

SetAshift gets a reference to the given float32 and assigns it to the Ashift field.

func (*CreateZFSPoolRequestContent) SetCompression ¶

func (o *CreateZFSPoolRequestContent) SetCompression(v ZFSCompression)

SetCompression gets a reference to the given ZFSCompression and assigns it to the Compression field.

func (*CreateZFSPoolRequestContent) SetDevices ¶

func (o *CreateZFSPoolRequestContent) SetDevices(v string)

SetDevices sets field value

func (*CreateZFSPoolRequestContent) SetDraidConfig ¶

func (o *CreateZFSPoolRequestContent) SetDraidConfig(v string)

SetDraidConfig gets a reference to the given string and assigns it to the DraidConfig field.

func (*CreateZFSPoolRequestContent) SetName ¶

func (o *CreateZFSPoolRequestContent) SetName(v string)

SetName sets field value

func (*CreateZFSPoolRequestContent) SetRaidlevel ¶

func (o *CreateZFSPoolRequestContent) SetRaidlevel(v ZFSRaidLevel)

SetRaidlevel sets field value

func (CreateZFSPoolRequestContent) ToMap ¶ added in v0.9.0

func (o CreateZFSPoolRequestContent) ToMap() (map[string]interface{}, error)

type CreateZFSPoolResponseContent ¶

type CreateZFSPoolResponseContent struct {
	Data string `json:"data"`
}

CreateZFSPoolResponseContent struct for CreateZFSPoolResponseContent

func NewCreateZFSPoolResponseContent ¶

func NewCreateZFSPoolResponseContent(data string) *CreateZFSPoolResponseContent

NewCreateZFSPoolResponseContent instantiates a new CreateZFSPoolResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateZFSPoolResponseContentWithDefaults ¶

func NewCreateZFSPoolResponseContentWithDefaults() *CreateZFSPoolResponseContent

NewCreateZFSPoolResponseContentWithDefaults instantiates a new CreateZFSPoolResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateZFSPoolResponseContent) GetData ¶

func (o *CreateZFSPoolResponseContent) GetData() string

GetData returns the Data field value

func (*CreateZFSPoolResponseContent) GetDataOk ¶

func (o *CreateZFSPoolResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (CreateZFSPoolResponseContent) MarshalJSON ¶

func (o CreateZFSPoolResponseContent) MarshalJSON() ([]byte, error)

func (*CreateZFSPoolResponseContent) SetData ¶

func (o *CreateZFSPoolResponseContent) SetData(v string)

SetData sets field value

func (CreateZFSPoolResponseContent) ToMap ¶ added in v0.9.0

func (o CreateZFSPoolResponseContent) ToMap() (map[string]interface{}, error)

type CreatedTokenSummary ¶ added in v0.19.0

type CreatedTokenSummary struct {
	FullTokenid string                        `json:"full-tokenid"`
	Value       string                        `json:"value"`
	Info        UserConfigurationTokenSummary `json:"info"`
}

CreatedTokenSummary struct for CreatedTokenSummary

func NewCreatedTokenSummary ¶ added in v0.19.0

func NewCreatedTokenSummary(fullTokenid string, value string, info UserConfigurationTokenSummary) *CreatedTokenSummary

NewCreatedTokenSummary instantiates a new CreatedTokenSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreatedTokenSummaryWithDefaults ¶ added in v0.19.0

func NewCreatedTokenSummaryWithDefaults() *CreatedTokenSummary

NewCreatedTokenSummaryWithDefaults instantiates a new CreatedTokenSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreatedTokenSummary) GetFullTokenid ¶ added in v0.19.0

func (o *CreatedTokenSummary) GetFullTokenid() string

GetFullTokenid returns the FullTokenid field value

func (*CreatedTokenSummary) GetFullTokenidOk ¶ added in v0.19.0

func (o *CreatedTokenSummary) GetFullTokenidOk() (*string, bool)

GetFullTokenidOk returns a tuple with the FullTokenid field value and a boolean to check if the value has been set.

func (*CreatedTokenSummary) GetInfo ¶ added in v0.19.0

GetInfo returns the Info field value

func (*CreatedTokenSummary) GetInfoOk ¶ added in v0.19.0

GetInfoOk returns a tuple with the Info field value and a boolean to check if the value has been set.

func (*CreatedTokenSummary) GetValue ¶ added in v0.19.0

func (o *CreatedTokenSummary) GetValue() string

GetValue returns the Value field value

func (*CreatedTokenSummary) GetValueOk ¶ added in v0.19.0

func (o *CreatedTokenSummary) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (CreatedTokenSummary) MarshalJSON ¶ added in v0.19.0

func (o CreatedTokenSummary) MarshalJSON() ([]byte, error)

func (*CreatedTokenSummary) SetFullTokenid ¶ added in v0.19.0

func (o *CreatedTokenSummary) SetFullTokenid(v string)

SetFullTokenid sets field value

func (*CreatedTokenSummary) SetInfo ¶ added in v0.19.0

SetInfo sets field value

func (*CreatedTokenSummary) SetValue ¶ added in v0.19.0

func (o *CreatedTokenSummary) SetValue(v string)

SetValue sets field value

func (CreatedTokenSummary) ToMap ¶ added in v0.19.0

func (o CreatedTokenSummary) ToMap() (map[string]interface{}, error)

type DefaultApiService ¶

type DefaultApiService service

DefaultApiService DefaultApi service

func (*DefaultApiService) AddCorosyncNode ¶

func (a *DefaultApiService) AddCorosyncNode(ctx context.Context, node string) ApiAddCorosyncNodeRequest

AddCorosyncNode Method for AddCorosyncNode

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiAddCorosyncNodeRequest

func (*DefaultApiService) AddCorosyncNodeExecute ¶

Execute executes the request

@return AddCorosyncNodeResponseContent

func (*DefaultApiService) AddCustomNodeCertificate ¶

func (a *DefaultApiService) AddCustomNodeCertificate(ctx context.Context, node string) ApiAddCustomNodeCertificateRequest

AddCustomNodeCertificate Method for AddCustomNodeCertificate

Add or update a custom certificate.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiAddCustomNodeCertificateRequest

func (*DefaultApiService) AddCustomNodeCertificateExecute ¶

Execute executes the request

@return AddCustomNodeCertificateResponseContent

func (*DefaultApiService) AddRepository ¶

func (a *DefaultApiService) AddRepository(ctx context.Context, node string) ApiAddRepositoryRequest

AddRepository Method for AddRepository

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiAddRepositoryRequest

func (*DefaultApiService) AddRepositoryExecute ¶

func (a *DefaultApiService) AddRepositoryExecute(r ApiAddRepositoryRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) ApplyNetworkInterfaceConfiguration ¶

func (a *DefaultApiService) ApplyNetworkInterfaceConfiguration(ctx context.Context, node string) ApiApplyNetworkInterfaceConfigurationRequest

ApplyNetworkInterfaceConfiguration Method for ApplyNetworkInterfaceConfiguration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiApplyNetworkInterfaceConfigurationRequest

func (*DefaultApiService) ApplyNetworkInterfaceConfigurationExecute ¶

Execute executes the request

@return ApplyNetworkInterfaceConfigurationResponseContent

func (*DefaultApiService) ApplyVirtualMachineConfigurationAsync ¶

func (a *DefaultApiService) ApplyVirtualMachineConfigurationAsync(ctx context.Context, node string, vmId string) ApiApplyVirtualMachineConfigurationAsyncRequest

ApplyVirtualMachineConfigurationAsync Method for ApplyVirtualMachineConfigurationAsync

Set the virtual machine configuration asynchronously.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiApplyVirtualMachineConfigurationAsyncRequest

func (*DefaultApiService) ApplyVirtualMachineConfigurationAsyncExecute ¶

Execute executes the request

@return ApplyVirtualMachineConfigurationAsyncResponseContent

func (*DefaultApiService) ApplyVirtualMachineConfigurationSync ¶

func (a *DefaultApiService) ApplyVirtualMachineConfigurationSync(ctx context.Context, node string, vmId string) ApiApplyVirtualMachineConfigurationSyncRequest

ApplyVirtualMachineConfigurationSync Method for ApplyVirtualMachineConfigurationSync

Set the virtual machine configuration synchronously.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiApplyVirtualMachineConfigurationSyncRequest

func (*DefaultApiService) ApplyVirtualMachineConfigurationSyncExecute ¶

func (a *DefaultApiService) ApplyVirtualMachineConfigurationSyncExecute(r ApiApplyVirtualMachineConfigurationSyncRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) ChangePassword ¶ added in v0.19.0

ChangePassword Method for ChangePassword

Change a users password. This method cannot be used by API tokens.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiChangePasswordRequest

func (*DefaultApiService) ChangePasswordExecute ¶ added in v0.19.0

func (a *DefaultApiService) ChangePasswordExecute(r ApiChangePasswordRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) ChangeRepositoryProperties ¶

func (a *DefaultApiService) ChangeRepositoryProperties(ctx context.Context, node string) ApiChangeRepositoryPropertiesRequest

ChangeRepositoryProperties Method for ChangeRepositoryProperties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiChangeRepositoryPropertiesRequest

func (*DefaultApiService) ChangeRepositoryPropertiesExecute ¶

func (a *DefaultApiService) ChangeRepositoryPropertiesExecute(r ApiChangeRepositoryPropertiesRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) CloneVirtualMachine ¶

func (a *DefaultApiService) CloneVirtualMachine(ctx context.Context, node string, vmId string) ApiCloneVirtualMachineRequest

CloneVirtualMachine Method for CloneVirtualMachine

Create a copy of a virtual machine or template.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiCloneVirtualMachineRequest

func (*DefaultApiService) CloneVirtualMachineExecute ¶

Execute executes the request

@return CloneVirtualMachineResponseContent

func (*DefaultApiService) CreateCephManager ¶ added in v0.59.0

func (a *DefaultApiService) CreateCephManager(ctx context.Context, node string, manager string) ApiCreateCephManagerRequest

CreateCephManager Method for CreateCephManager

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param manager
@return ApiCreateCephManagerRequest

func (*DefaultApiService) CreateCephManagerExecute ¶ added in v0.59.0

Execute executes the request

@return CreateCephManagerResponseContent

func (*DefaultApiService) CreateCephMonitor ¶ added in v0.58.0

func (a *DefaultApiService) CreateCephMonitor(ctx context.Context, node string, monitor string) ApiCreateCephMonitorRequest

CreateCephMonitor Method for CreateCephMonitor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param monitor
@return ApiCreateCephMonitorRequest

func (*DefaultApiService) CreateCephMonitorExecute ¶ added in v0.58.0

Execute executes the request

@return CreateCephMonitorResponseContent

func (*DefaultApiService) CreateClusterConfig ¶

func (a *DefaultApiService) CreateClusterConfig(ctx context.Context) ApiCreateClusterConfigRequest

CreateClusterConfig Method for CreateClusterConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateClusterConfigRequest

func (*DefaultApiService) CreateClusterConfigExecute ¶

Execute executes the request

@return CreateClusterConfigResponseContent

func (*DefaultApiService) CreateDirectory ¶

func (a *DefaultApiService) CreateDirectory(ctx context.Context, node string) ApiCreateDirectoryRequest

CreateDirectory Method for CreateDirectory

Create a Filesystem on an unused disk. Will be mounted under '/mnt/pve/NAME'.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiCreateDirectoryRequest

func (*DefaultApiService) CreateDirectoryExecute ¶

Execute executes the request

@return CreateDirectoryResponseContent

func (*DefaultApiService) CreateGroup ¶ added in v0.36.0

CreateGroup Method for CreateGroup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateGroupRequest

func (*DefaultApiService) CreateGroupExecute ¶ added in v0.36.0

func (a *DefaultApiService) CreateGroupExecute(r ApiCreateGroupRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) CreateLVM ¶

CreateLVM Method for CreateLVM

Create a LVM volume group.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiCreateLVMRequest

func (*DefaultApiService) CreateLVMExecute ¶

Execute executes the request

@return CreateLVMResponseContent

func (*DefaultApiService) CreateLVMThin ¶

func (a *DefaultApiService) CreateLVMThin(ctx context.Context, node string) ApiCreateLVMThinRequest

CreateLVMThin Method for CreateLVMThin

Create a LVM thinpool.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiCreateLVMThinRequest

func (*DefaultApiService) CreateLVMThinExecute ¶

Execute executes the request

@return CreateLVMThinResponseContent

func (*DefaultApiService) CreateNetworkInterface ¶

func (a *DefaultApiService) CreateNetworkInterface(ctx context.Context, node string) ApiCreateNetworkInterfaceRequest

CreateNetworkInterface Method for CreateNetworkInterface

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiCreateNetworkInterfaceRequest

func (*DefaultApiService) CreateNetworkInterfaceExecute ¶

func (a *DefaultApiService) CreateNetworkInterfaceExecute(r ApiCreateNetworkInterfaceRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) CreatePool ¶

CreatePool Method for CreatePool

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreatePoolRequest

func (*DefaultApiService) CreatePoolExecute ¶

func (a *DefaultApiService) CreatePoolExecute(r ApiCreatePoolRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) CreateRealm ¶ added in v0.29.0

CreateRealm Method for CreateRealm

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateRealmRequest

func (*DefaultApiService) CreateRealmExecute ¶ added in v0.29.0

func (a *DefaultApiService) CreateRealmExecute(r ApiCreateRealmRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) CreateRole ¶ added in v0.38.0

CreateRole Method for CreateRole

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateRoleRequest

func (*DefaultApiService) CreateRoleExecute ¶ added in v0.38.0

func (a *DefaultApiService) CreateRoleExecute(r ApiCreateRoleRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) CreateSnapshot ¶ added in v0.53.0

func (a *DefaultApiService) CreateSnapshot(ctx context.Context, node string, vmId string) ApiCreateSnapshotRequest

CreateSnapshot Method for CreateSnapshot

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiCreateSnapshotRequest

func (*DefaultApiService) CreateSnapshotExecute ¶ added in v0.53.0

Execute executes the request

@return CreateSnapshotResponseContent

func (*DefaultApiService) CreateStorage ¶

CreateStorage Method for CreateStorage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateStorageRequest

func (*DefaultApiService) CreateStorageExecute ¶

Execute executes the request

@return CreateStorageResponseContent

func (*DefaultApiService) CreateStorageVolume ¶ added in v0.16.0

func (a *DefaultApiService) CreateStorageVolume(ctx context.Context, node string, storage string) ApiCreateStorageVolumeRequest

CreateStorageVolume Method for CreateStorageVolume

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param storage
@return ApiCreateStorageVolumeRequest

func (*DefaultApiService) CreateStorageVolumeExecute ¶ added in v0.16.0

Execute executes the request

@return CreateStorageVolumeResponseContent

func (*DefaultApiService) CreateTicket ¶

CreateTicket Method for CreateTicket

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateTicketRequest

func (*DefaultApiService) CreateTicketExecute ¶

Execute executes the request

@return CreateTicketResponseContent

func (*DefaultApiService) CreateUser ¶ added in v0.19.0

CreateUser Method for CreateUser

Create a new user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateUserRequest

func (*DefaultApiService) CreateUserExecute ¶ added in v0.19.0

func (a *DefaultApiService) CreateUserExecute(r ApiCreateUserRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) CreateUserToken ¶ added in v0.19.0

func (a *DefaultApiService) CreateUserToken(ctx context.Context, userId string, tokenId string) ApiCreateUserTokenRequest

CreateUserToken Method for CreateUserToken

Create token for user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@param tokenId
@return ApiCreateUserTokenRequest

func (*DefaultApiService) CreateUserTokenExecute ¶ added in v0.19.0

Execute executes the request

@return CreateUserTokenResponseContent

func (*DefaultApiService) CreateVirtualMachine ¶

func (a *DefaultApiService) CreateVirtualMachine(ctx context.Context, node string) ApiCreateVirtualMachineRequest

CreateVirtualMachine Method for CreateVirtualMachine

Create a new virtual machine.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiCreateVirtualMachineRequest

func (*DefaultApiService) CreateVirtualMachineExecute ¶

Execute executes the request

@return CreateVirtualMachineResponseContent

func (*DefaultApiService) CreateVirtualMachineTemplate ¶

func (a *DefaultApiService) CreateVirtualMachineTemplate(ctx context.Context, node string, vmId string) ApiCreateVirtualMachineTemplateRequest

CreateVirtualMachineTemplate Method for CreateVirtualMachineTemplate

Create a copy of a virtual machine or template.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiCreateVirtualMachineTemplateRequest

func (*DefaultApiService) CreateVirtualMachineTemplateExecute ¶

Execute executes the request

@return CreateVirtualMachineTemplateResponseContent

func (*DefaultApiService) CreateZFSPool ¶

func (a *DefaultApiService) CreateZFSPool(ctx context.Context, node string) ApiCreateZFSPoolRequest

CreateZFSPool Method for CreateZFSPool

Create a ZFS pool.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiCreateZFSPoolRequest

func (*DefaultApiService) CreateZFSPoolExecute ¶

Execute executes the request

@return CreateZFSPoolResponseContent

func (*DefaultApiService) DeleteCephManager ¶ added in v0.59.0

func (a *DefaultApiService) DeleteCephManager(ctx context.Context, node string, manager string) ApiDeleteCephManagerRequest

DeleteCephManager Method for DeleteCephManager

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param manager
@return ApiDeleteCephManagerRequest

func (*DefaultApiService) DeleteCephManagerExecute ¶ added in v0.59.0

Execute executes the request

@return DeleteCephManagerResponseContent

func (*DefaultApiService) DeleteCephMonitor ¶ added in v0.58.0

func (a *DefaultApiService) DeleteCephMonitor(ctx context.Context, node string, monitor string) ApiDeleteCephMonitorRequest

DeleteCephMonitor Method for DeleteCephMonitor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param monitor
@return ApiDeleteCephMonitorRequest

func (*DefaultApiService) DeleteCephMonitorExecute ¶ added in v0.58.0

Execute executes the request

@return DeleteCephMonitorResponseContent

func (*DefaultApiService) DeleteDirectory ¶

func (a *DefaultApiService) DeleteDirectory(ctx context.Context, node string, name string) ApiDeleteDirectoryRequest

DeleteDirectory Method for DeleteDirectory

Unmounts the storage and removes the mount unit.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param name The storage identifier.
@return ApiDeleteDirectoryRequest

func (*DefaultApiService) DeleteDirectoryExecute ¶

Execute executes the request

@return DeleteDirectoryResponseContent

func (*DefaultApiService) DeleteGroup ¶ added in v0.36.0

func (a *DefaultApiService) DeleteGroup(ctx context.Context, groupId string) ApiDeleteGroupRequest

DeleteGroup Method for DeleteGroup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiDeleteGroupRequest

func (*DefaultApiService) DeleteGroupExecute ¶ added in v0.36.0

func (a *DefaultApiService) DeleteGroupExecute(r ApiDeleteGroupRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteLVM ¶

func (a *DefaultApiService) DeleteLVM(ctx context.Context, node string, name string) ApiDeleteLVMRequest

DeleteLVM Method for DeleteLVM

Removes an LVM volume group.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param name The storage identifier.
@return ApiDeleteLVMRequest

func (*DefaultApiService) DeleteLVMExecute ¶

Execute executes the request

@return DeleteLVMResponseContent

func (*DefaultApiService) DeleteLVMThin ¶

func (a *DefaultApiService) DeleteLVMThin(ctx context.Context, node string, name string) ApiDeleteLVMThinRequest

DeleteLVMThin Method for DeleteLVMThin

Removes an LVM thinpool.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param name The storage identifier.
@return ApiDeleteLVMThinRequest

func (*DefaultApiService) DeleteLVMThinExecute ¶

Execute executes the request

@return DeleteLVMThinResponseContent

func (*DefaultApiService) DeleteNetworkInterface ¶

func (a *DefaultApiService) DeleteNetworkInterface(ctx context.Context, node string, interface_ string) ApiDeleteNetworkInterfaceRequest

DeleteNetworkInterface Method for DeleteNetworkInterface

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param interface_
@return ApiDeleteNetworkInterfaceRequest

func (*DefaultApiService) DeleteNetworkInterfaceExecute ¶

func (a *DefaultApiService) DeleteNetworkInterfaceExecute(r ApiDeleteNetworkInterfaceRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteNodeCertificate ¶

func (a *DefaultApiService) DeleteNodeCertificate(ctx context.Context, node string) ApiDeleteNodeCertificateRequest

DeleteNodeCertificate Method for DeleteNodeCertificate

Renew existing certificate from CA.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiDeleteNodeCertificateRequest

func (*DefaultApiService) DeleteNodeCertificateExecute ¶

Execute executes the request

@return DeleteNodeCertificateResponseContent

func (*DefaultApiService) DeletePool ¶

func (a *DefaultApiService) DeletePool(ctx context.Context, poolId string) ApiDeletePoolRequest

DeletePool Method for DeletePool

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param poolId
@return ApiDeletePoolRequest

func (*DefaultApiService) DeletePoolExecute ¶

func (a *DefaultApiService) DeletePoolExecute(r ApiDeletePoolRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteRealm ¶ added in v0.26.0

func (a *DefaultApiService) DeleteRealm(ctx context.Context, realm string) ApiDeleteRealmRequest

DeleteRealm Method for DeleteRealm

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param realm
@return ApiDeleteRealmRequest

func (*DefaultApiService) DeleteRealmExecute ¶ added in v0.26.0

func (a *DefaultApiService) DeleteRealmExecute(r ApiDeleteRealmRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteRole ¶ added in v0.38.0

func (a *DefaultApiService) DeleteRole(ctx context.Context, roleId string) ApiDeleteRoleRequest

DeleteRole Method for DeleteRole

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleId
@return ApiDeleteRoleRequest

func (*DefaultApiService) DeleteRoleExecute ¶ added in v0.38.0

func (a *DefaultApiService) DeleteRoleExecute(r ApiDeleteRoleRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteStorage ¶

func (a *DefaultApiService) DeleteStorage(ctx context.Context, storage string) ApiDeleteStorageRequest

DeleteStorage Method for DeleteStorage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param storage
@return ApiDeleteStorageRequest

func (*DefaultApiService) DeleteStorageExecute ¶

func (a *DefaultApiService) DeleteStorageExecute(r ApiDeleteStorageRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteStorageVolume ¶ added in v0.16.0

func (a *DefaultApiService) DeleteStorageVolume(ctx context.Context, node string, storage string, volume string) ApiDeleteStorageVolumeRequest

DeleteStorageVolume Method for DeleteStorageVolume

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param storage
@param volume
@return ApiDeleteStorageVolumeRequest

func (*DefaultApiService) DeleteStorageVolumeExecute ¶ added in v0.16.0

Execute executes the request

@return DeleteStorageVolumeResponseContent

func (*DefaultApiService) DeleteUser ¶ added in v0.19.0

func (a *DefaultApiService) DeleteUser(ctx context.Context, userId string) ApiDeleteUserRequest

DeleteUser Method for DeleteUser

Delete a user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@return ApiDeleteUserRequest

func (*DefaultApiService) DeleteUserExecute ¶ added in v0.19.0

func (a *DefaultApiService) DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteUserToken ¶ added in v0.19.0

func (a *DefaultApiService) DeleteUserToken(ctx context.Context, userId string, tokenId string) ApiDeleteUserTokenRequest

DeleteUserToken Method for DeleteUserToken

Delete a token.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@param tokenId
@return ApiDeleteUserTokenRequest

func (*DefaultApiService) DeleteUserTokenExecute ¶ added in v0.19.0

func (a *DefaultApiService) DeleteUserTokenExecute(r ApiDeleteUserTokenRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) DeleteVirtualMachine ¶

func (a *DefaultApiService) DeleteVirtualMachine(ctx context.Context, node string, vmId string) ApiDeleteVirtualMachineRequest

DeleteVirtualMachine Method for DeleteVirtualMachine

Create a new virtual machine.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiDeleteVirtualMachineRequest

func (*DefaultApiService) DeleteVirtualMachineExecute ¶

Execute executes the request

@return DeleteVirtualMachineResponseContent

func (*DefaultApiService) DeleteZFSPool ¶

func (a *DefaultApiService) DeleteZFSPool(ctx context.Context, node string, name string) ApiDeleteZFSPoolRequest

DeleteZFSPool Method for DeleteZFSPool

Destroys a ZFS pool.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param name The storage identifier.
@return ApiDeleteZFSPoolRequest

func (*DefaultApiService) DeleteZFSPoolExecute ¶

Execute executes the request

@return DeleteZFSPoolResponseContent

func (*DefaultApiService) DownloadFromUrlToStorage ¶ added in v0.16.0

func (a *DefaultApiService) DownloadFromUrlToStorage(ctx context.Context, node string, storage string) ApiDownloadFromUrlToStorageRequest

DownloadFromUrlToStorage Method for DownloadFromUrlToStorage

Download a file from a URL to the specified storage.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param storage
@return ApiDownloadFromUrlToStorageRequest

func (*DefaultApiService) DownloadFromUrlToStorageExecute ¶ added in v0.16.0

Execute executes the request

@return DownloadFromUrlToStorageResponseContent

func (*DefaultApiService) GetAccessControlList ¶

func (a *DefaultApiService) GetAccessControlList(ctx context.Context) ApiGetAccessControlListRequest

GetAccessControlList Method for GetAccessControlList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAccessControlListRequest

func (*DefaultApiService) GetAccessControlListExecute ¶

Execute executes the request

@return GetAccessControlListResponseContent

func (*DefaultApiService) GetClusterApiVersion ¶

func (a *DefaultApiService) GetClusterApiVersion(ctx context.Context) ApiGetClusterApiVersionRequest

GetClusterApiVersion Method for GetClusterApiVersion

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetClusterApiVersionRequest

func (*DefaultApiService) GetClusterApiVersionExecute ¶

Execute executes the request

@return GetClusterApiVersionResponseContent

func (*DefaultApiService) GetClusterJoinInformation ¶

func (a *DefaultApiService) GetClusterJoinInformation(ctx context.Context) ApiGetClusterJoinInformationRequest

GetClusterJoinInformation Method for GetClusterJoinInformation

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetClusterJoinInformationRequest

func (*DefaultApiService) GetClusterJoinInformationExecute ¶

Execute executes the request

@return GetClusterJoinInformationResponseContent

func (*DefaultApiService) GetClusterTotemSettings ¶

func (a *DefaultApiService) GetClusterTotemSettings(ctx context.Context) ApiGetClusterTotemSettingsRequest

GetClusterTotemSettings Method for GetClusterTotemSettings

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetClusterTotemSettingsRequest

func (*DefaultApiService) GetClusterTotemSettingsExecute ¶

Execute executes the request

@return GetClusterTotemSettingsResponseContent

func (*DefaultApiService) GetGroupDetails ¶ added in v0.35.0

func (a *DefaultApiService) GetGroupDetails(ctx context.Context, groupId string) ApiGetGroupDetailsRequest

GetGroupDetails Method for GetGroupDetails

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiGetGroupDetailsRequest

func (*DefaultApiService) GetGroupDetailsExecute ¶ added in v0.35.0

Execute executes the request

@return GetGroupDetailsResponseContent

func (*DefaultApiService) GetNetworkInterface ¶

func (a *DefaultApiService) GetNetworkInterface(ctx context.Context, node string, interface_ string) ApiGetNetworkInterfaceRequest

GetNetworkInterface Method for GetNetworkInterface

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param interface_
@return ApiGetNetworkInterfaceRequest

func (*DefaultApiService) GetNetworkInterfaceExecute ¶

Execute executes the request

@return GetNetworkInterfaceResponseContent

func (*DefaultApiService) GetNodeDns ¶ added in v0.56.0

func (a *DefaultApiService) GetNodeDns(ctx context.Context, node string) ApiGetNodeDnsRequest

GetNodeDns Method for GetNodeDns

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiGetNodeDnsRequest

func (*DefaultApiService) GetNodeDnsExecute ¶ added in v0.56.0

Execute executes the request

@return GetNodeDnsResponseContent

func (*DefaultApiService) GetPackageChangelog ¶

func (a *DefaultApiService) GetPackageChangelog(ctx context.Context, node string) ApiGetPackageChangelogRequest

GetPackageChangelog Method for GetPackageChangelog

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiGetPackageChangelogRequest

func (*DefaultApiService) GetPackageChangelogExecute ¶

Execute executes the request

@return GetPackageChangelogResponseContent

func (*DefaultApiService) GetPendingVirtualMachineCloudInitChanges ¶

func (a *DefaultApiService) GetPendingVirtualMachineCloudInitChanges(ctx context.Context, node string, vmId string) ApiGetPendingVirtualMachineCloudInitChangesRequest

GetPendingVirtualMachineCloudInitChanges Method for GetPendingVirtualMachineCloudInitChanges

Get the cloudinit configuration with both current and pending values.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetPendingVirtualMachineCloudInitChangesRequest

func (*DefaultApiService) GetPendingVirtualMachineCloudInitChangesExecute ¶

Execute executes the request

@return GetPendingVirtualMachineCloudInitChangesResponseContent

func (*DefaultApiService) GetPermissions ¶ added in v0.19.0

GetPermissions Method for GetPermissions

Retrive the permissions for the given user. If none specified the permissions for the current user are returned.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPermissionsRequest

func (*DefaultApiService) GetPermissionsExecute ¶ added in v0.19.0

Execute executes the request

@return GetPermissionsResponseContent

func (*DefaultApiService) GetPool ¶

func (a *DefaultApiService) GetPool(ctx context.Context, poolId string) ApiGetPoolRequest

GetPool Method for GetPool

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param poolId
@return ApiGetPoolRequest

func (*DefaultApiService) GetPoolExecute ¶

Execute executes the request

@return GetPoolResponseContent

func (*DefaultApiService) GetRealm ¶ added in v0.23.0

func (a *DefaultApiService) GetRealm(ctx context.Context, realm string) ApiGetRealmRequest

GetRealm Method for GetRealm

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param realm
@return ApiGetRealmRequest

func (*DefaultApiService) GetRealmExecute ¶ added in v0.23.0

Execute executes the request

@return GetRealmResponseContent

func (*DefaultApiService) GetRole ¶ added in v0.38.0

func (a *DefaultApiService) GetRole(ctx context.Context, roleId string) ApiGetRoleRequest

GetRole Method for GetRole

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleId
@return ApiGetRoleRequest

func (*DefaultApiService) GetRoleExecute ¶ added in v0.38.0

Execute executes the request

@return GetRoleResponseContent

func (*DefaultApiService) GetSmartHealth ¶

func (a *DefaultApiService) GetSmartHealth(ctx context.Context, node string) ApiGetSmartHealthRequest

GetSmartHealth Method for GetSmartHealth

Get SMART health of a disk.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiGetSmartHealthRequest

func (*DefaultApiService) GetSmartHealthExecute ¶

Execute executes the request

@return GetSmartHealthResponseContent

func (*DefaultApiService) GetStorage ¶

func (a *DefaultApiService) GetStorage(ctx context.Context, storage string) ApiGetStorageRequest

GetStorage Method for GetStorage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param storage
@return ApiGetStorageRequest

func (*DefaultApiService) GetStorageExecute ¶

Execute executes the request

@return GetStorageResponseContent

func (*DefaultApiService) GetStorageStatus ¶ added in v0.16.0

func (a *DefaultApiService) GetStorageStatus(ctx context.Context, node string, storage string) ApiGetStorageStatusRequest

GetStorageStatus Method for GetStorageStatus

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param storage
@return ApiGetStorageStatusRequest

func (*DefaultApiService) GetStorageStatusExecute ¶ added in v0.16.0

Execute executes the request

@return GetStorageStatusResponseContent

func (*DefaultApiService) GetUserConfiguration ¶ added in v0.19.0

func (a *DefaultApiService) GetUserConfiguration(ctx context.Context, userId string) ApiGetUserConfigurationRequest

GetUserConfiguration Method for GetUserConfiguration

Get user on system.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@return ApiGetUserConfigurationRequest

func (*DefaultApiService) GetUserConfigurationExecute ¶ added in v0.19.0

Execute executes the request

@return GetUserConfigurationResponseContent

func (*DefaultApiService) GetUserToken ¶ added in v0.19.0

func (a *DefaultApiService) GetUserToken(ctx context.Context, userId string, tokenId string) ApiGetUserTokenRequest

GetUserToken Method for GetUserToken

Get user token.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@param tokenId
@return ApiGetUserTokenRequest

func (*DefaultApiService) GetUserTokenExecute ¶ added in v0.19.0

Execute executes the request

@return GetUserTokenResponseContent

func (*DefaultApiService) GetVersion ¶

GetVersion Method for GetVersion

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetVersionRequest

func (*DefaultApiService) GetVersionExecute ¶

Execute executes the request

@return GetVersionResponseContent

func (*DefaultApiService) GetVirtualMachineAgentInfo ¶ added in v0.13.0

func (a *DefaultApiService) GetVirtualMachineAgentInfo(ctx context.Context, node string, vmId string) ApiGetVirtualMachineAgentInfoRequest

GetVirtualMachineAgentInfo Method for GetVirtualMachineAgentInfo

Get the supported agent commands of the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineAgentInfoRequest

func (*DefaultApiService) GetVirtualMachineAgentInfoExecute ¶ added in v0.13.0

Execute executes the request

@return GetVirtualMachineAgentInfoResponseContent

func (*DefaultApiService) GetVirtualMachineCloudInit ¶

func (a *DefaultApiService) GetVirtualMachineCloudInit(ctx context.Context, node string, vmId string) ApiGetVirtualMachineCloudInitRequest

GetVirtualMachineCloudInit Method for GetVirtualMachineCloudInit

Get automatically generated cloudinit config.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineCloudInitRequest

func (*DefaultApiService) GetVirtualMachineCloudInitExecute ¶

Execute executes the request

@return GetVirtualMachineCloudInitResponseContent

func (*DefaultApiService) GetVirtualMachineCommandStatus ¶ added in v0.45.0

func (a *DefaultApiService) GetVirtualMachineCommandStatus(ctx context.Context, node string, vmId string) ApiGetVirtualMachineCommandStatusRequest

GetVirtualMachineCommandStatus Method for GetVirtualMachineCommandStatus

Get a command status of an execution started on the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineCommandStatusRequest

func (*DefaultApiService) GetVirtualMachineCommandStatusExecute ¶ added in v0.45.0

Execute executes the request

@return GetVirtualMachineCommandStatusResponseContent

func (*DefaultApiService) GetVirtualMachineConfiguration ¶

func (a *DefaultApiService) GetVirtualMachineConfiguration(ctx context.Context, node string, vmId string) ApiGetVirtualMachineConfigurationRequest

GetVirtualMachineConfiguration Method for GetVirtualMachineConfiguration

Get the virtual machine configuration with pending configuration changes applied. Using the 'current' parameter will pass the current configuration.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineConfigurationRequest

func (*DefaultApiService) GetVirtualMachineConfigurationExecute ¶

Execute executes the request

@return GetVirtualMachineConfigurationResponseContent

func (*DefaultApiService) GetVirtualMachineFeatureSupport ¶

func (a *DefaultApiService) GetVirtualMachineFeatureSupport(ctx context.Context, node string, vmId string) ApiGetVirtualMachineFeatureSupportRequest

GetVirtualMachineFeatureSupport Method for GetVirtualMachineFeatureSupport

Get the utilization and status of a virtual machine.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineFeatureSupportRequest

func (*DefaultApiService) GetVirtualMachineFeatureSupportExecute ¶

Execute executes the request

@return GetVirtualMachineFeatureSupportResponseContent

func (*DefaultApiService) GetVirtualMachineFileSystemInformation ¶

func (a *DefaultApiService) GetVirtualMachineFileSystemInformation(ctx context.Context, node string, vmId string) ApiGetVirtualMachineFileSystemInformationRequest

GetVirtualMachineFileSystemInformation Method for GetVirtualMachineFileSystemInformation

Get the file system information on the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineFileSystemInformationRequest

func (*DefaultApiService) GetVirtualMachineFileSystemInformationExecute ¶

Execute executes the request

@return GetVirtualMachineFileSystemInformationResponseContent

func (*DefaultApiService) GetVirtualMachineHostname ¶

func (a *DefaultApiService) GetVirtualMachineHostname(ctx context.Context, node string, vmId string) ApiGetVirtualMachineHostnameRequest

GetVirtualMachineHostname Method for GetVirtualMachineHostname

Get the hostname of the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineHostnameRequest

func (*DefaultApiService) GetVirtualMachineHostnameExecute ¶

Execute executes the request

@return GetVirtualMachineHostnameResponseContent

func (*DefaultApiService) GetVirtualMachineMemoryBlockInformation ¶

func (a *DefaultApiService) GetVirtualMachineMemoryBlockInformation(ctx context.Context, node string, vmId string) ApiGetVirtualMachineMemoryBlockInformationRequest

GetVirtualMachineMemoryBlockInformation Method for GetVirtualMachineMemoryBlockInformation

Get the memory block info on the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineMemoryBlockInformationRequest

func (*DefaultApiService) GetVirtualMachineMemoryBlockInformationExecute ¶

Execute executes the request

@return GetVirtualMachineMemoryBlockInformationResponseContent

func (*DefaultApiService) GetVirtualMachineMemoryBlocks ¶

func (a *DefaultApiService) GetVirtualMachineMemoryBlocks(ctx context.Context, node string, vmId string) ApiGetVirtualMachineMemoryBlocksRequest

GetVirtualMachineMemoryBlocks Method for GetVirtualMachineMemoryBlocks

Get the memory blocks on the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineMemoryBlocksRequest

func (*DefaultApiService) GetVirtualMachineMemoryBlocksExecute ¶

Execute executes the request

@return GetVirtualMachineMemoryBlocksResponseContent

func (*DefaultApiService) GetVirtualMachineNetworkInterfaces ¶ added in v0.18.0

func (a *DefaultApiService) GetVirtualMachineNetworkInterfaces(ctx context.Context, node string, vmId string) ApiGetVirtualMachineNetworkInterfacesRequest

GetVirtualMachineNetworkInterfaces Method for GetVirtualMachineNetworkInterfaces

Get the network interface information of the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineNetworkInterfacesRequest

func (*DefaultApiService) GetVirtualMachineNetworkInterfacesExecute ¶ added in v0.18.0

Execute executes the request

@return GetVirtualMachineNetworkInterfacesResponseContent

func (*DefaultApiService) GetVirtualMachineOperatingSystemInformation ¶

func (a *DefaultApiService) GetVirtualMachineOperatingSystemInformation(ctx context.Context, node string, vmId string) ApiGetVirtualMachineOperatingSystemInformationRequest

GetVirtualMachineOperatingSystemInformation Method for GetVirtualMachineOperatingSystemInformation

Get the OS information of the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineOperatingSystemInformationRequest

func (*DefaultApiService) GetVirtualMachineOperatingSystemInformationExecute ¶

Execute executes the request

@return GetVirtualMachineOperatingSystemInformationResponseContent

func (*DefaultApiService) GetVirtualMachineStatus ¶

func (a *DefaultApiService) GetVirtualMachineStatus(ctx context.Context, node string, vmId string) ApiGetVirtualMachineStatusRequest

GetVirtualMachineStatus Method for GetVirtualMachineStatus

Get the utilization and status of a virtual machine.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineStatusRequest

func (*DefaultApiService) GetVirtualMachineStatusExecute ¶

Execute executes the request

@return GetVirtualMachineStatusResponseContent

func (*DefaultApiService) GetVirtualMachineTime ¶

func (a *DefaultApiService) GetVirtualMachineTime(ctx context.Context, node string, vmId string) ApiGetVirtualMachineTimeRequest

GetVirtualMachineTime Method for GetVirtualMachineTime

Get the time of the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineTimeRequest

func (*DefaultApiService) GetVirtualMachineTimeExecute ¶

Execute executes the request

@return GetVirtualMachineTimeResponseContent

func (*DefaultApiService) GetVirtualMachineTimeZone ¶ added in v0.9.0

func (a *DefaultApiService) GetVirtualMachineTimeZone(ctx context.Context, node string, vmId string) ApiGetVirtualMachineTimeZoneRequest

GetVirtualMachineTimeZone Method for GetVirtualMachineTimeZone

Get the time zone of the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineTimeZoneRequest

func (*DefaultApiService) GetVirtualMachineTimeZoneExecute ¶ added in v0.9.0

Execute executes the request

@return GetVirtualMachineTimeZoneResponseContent

func (*DefaultApiService) GetVirtualMachineVcpus ¶ added in v0.11.0

func (a *DefaultApiService) GetVirtualMachineVcpus(ctx context.Context, node string, vmId string) ApiGetVirtualMachineVcpusRequest

GetVirtualMachineVcpus Method for GetVirtualMachineVcpus

Get the vcpus of the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiGetVirtualMachineVcpusRequest

func (*DefaultApiService) GetVirtualMachineVcpusExecute ¶ added in v0.11.0

Execute executes the request

@return GetVirtualMachineVcpusResponseContent

func (*DefaultApiService) GetZFSPoolStatus ¶

func (a *DefaultApiService) GetZFSPoolStatus(ctx context.Context, node string, name string) ApiGetZFSPoolStatusRequest

GetZFSPoolStatus Method for GetZFSPoolStatus

List LVM volume groups on node.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param name
@return ApiGetZFSPoolStatusRequest

func (*DefaultApiService) GetZFSPoolStatusExecute ¶

Execute executes the request

@return GetZFSPoolStatusResponseContent

func (*DefaultApiService) InitCephCluster ¶ added in v0.58.0

func (a *DefaultApiService) InitCephCluster(ctx context.Context, node string) ApiInitCephClusterRequest

InitCephCluster Method for InitCephCluster

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiInitCephClusterRequest

func (*DefaultApiService) InitCephClusterExecute ¶ added in v0.58.0

func (a *DefaultApiService) InitCephClusterExecute(r ApiInitCephClusterRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) InitializeGPT ¶

func (a *DefaultApiService) InitializeGPT(ctx context.Context, node string) ApiInitializeGPTRequest

InitializeGPT Method for InitializeGPT

Initialize disk with GPT.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiInitializeGPTRequest

func (*DefaultApiService) InitializeGPTExecute ¶

Execute executes the request

@return InitializeGPTResponseContent

func (*DefaultApiService) JoinCluster ¶

JoinCluster Method for JoinCluster

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiJoinClusterRequest

func (*DefaultApiService) JoinClusterExecute ¶

Execute executes the request

@return JoinClusterResponseContent

func (*DefaultApiService) ListCephManagers ¶ added in v0.59.0

func (a *DefaultApiService) ListCephManagers(ctx context.Context, node string) ApiListCephManagersRequest

ListCephManagers Method for ListCephManagers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListCephManagersRequest

func (*DefaultApiService) ListCephManagersExecute ¶ added in v0.59.0

Execute executes the request

@return ListCephManagersResponseContent

func (*DefaultApiService) ListCephMonitors ¶ added in v0.58.0

func (a *DefaultApiService) ListCephMonitors(ctx context.Context, node string) ApiListCephMonitorsRequest

ListCephMonitors Method for ListCephMonitors

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListCephMonitorsRequest

func (*DefaultApiService) ListCephMonitorsExecute ¶ added in v0.58.0

Execute executes the request

@return ListCephMonitorsResponseContent

func (*DefaultApiService) ListCorosyncNodes ¶

ListCorosyncNodes Method for ListCorosyncNodes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCorosyncNodesRequest

func (*DefaultApiService) ListCorosyncNodesExecute ¶

Execute executes the request

@return ListCorosyncNodesResponseContent

func (*DefaultApiService) ListCpuCapabilities ¶

func (a *DefaultApiService) ListCpuCapabilities(ctx context.Context, node string) ApiListCpuCapabilitiesRequest

ListCpuCapabilities Method for ListCpuCapabilities

List all custom and default CPU models.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListCpuCapabilitiesRequest

func (*DefaultApiService) ListCpuCapabilitiesExecute ¶

Execute executes the request

@return ListCpuCapabilitiesResponseContent

func (*DefaultApiService) ListDirectories ¶

func (a *DefaultApiService) ListDirectories(ctx context.Context, node string) ApiListDirectoriesRequest

ListDirectories Method for ListDirectories

List PVE managed directory storages.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListDirectoriesRequest

func (*DefaultApiService) ListDirectoriesExecute ¶

Execute executes the request

@return ListDirectoriesResponseContent

func (*DefaultApiService) ListDisks ¶

ListDisks Method for ListDisks

List local disks on node.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListDisksRequest

func (*DefaultApiService) ListDisksExecute ¶

Execute executes the request

@return ListDisksResponseContent

func (*DefaultApiService) ListGroups ¶ added in v0.35.0

ListGroups Method for ListGroups

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListGroupsRequest

func (*DefaultApiService) ListGroupsExecute ¶ added in v0.35.0

Execute executes the request

@return ListGroupsResponseContent

func (*DefaultApiService) ListLVMThins ¶

func (a *DefaultApiService) ListLVMThins(ctx context.Context, node string) ApiListLVMThinsRequest

ListLVMThins Method for ListLVMThins

List LVM thinpools on node.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListLVMThinsRequest

func (*DefaultApiService) ListLVMThinsExecute ¶

Execute executes the request

@return ListLVMThinsResponseContent

func (*DefaultApiService) ListLVMs ¶

ListLVMs Method for ListLVMs

List LVM volume groups on node.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListLVMsRequest

func (*DefaultApiService) ListLVMsExecute ¶

Execute executes the request

@return ListLVMsResponseContent

func (*DefaultApiService) ListMachineCapabilities ¶

func (a *DefaultApiService) ListMachineCapabilities(ctx context.Context, node string) ApiListMachineCapabilitiesRequest

ListMachineCapabilities Method for ListMachineCapabilities

Get available QEMU/KVM machine types.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListMachineCapabilitiesRequest

func (*DefaultApiService) ListMachineCapabilitiesExecute ¶

Execute executes the request

@return ListMachineCapabilitiesResponseContent

func (*DefaultApiService) ListNetworkInterfaces ¶

func (a *DefaultApiService) ListNetworkInterfaces(ctx context.Context, node string) ApiListNetworkInterfacesRequest

ListNetworkInterfaces Method for ListNetworkInterfaces

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListNetworkInterfacesRequest

func (*DefaultApiService) ListNetworkInterfacesExecute ¶

Execute executes the request

@return ListNetworkInterfacesResponseContent

func (*DefaultApiService) ListNodeCertificates ¶

func (a *DefaultApiService) ListNodeCertificates(ctx context.Context, node string) ApiListNodeCertificatesRequest

ListNodeCertificates Method for ListNodeCertificates

Get information about the node's certificates.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListNodeCertificatesRequest

func (*DefaultApiService) ListNodeCertificatesExecute ¶

Execute executes the request

@return ListNodeCertificatesResponseContent

func (*DefaultApiService) ListNodeStorage ¶ added in v0.16.0

func (a *DefaultApiService) ListNodeStorage(ctx context.Context, node string) ApiListNodeStorageRequest

ListNodeStorage Method for ListNodeStorage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListNodeStorageRequest

func (*DefaultApiService) ListNodeStorageExecute ¶ added in v0.16.0

Execute executes the request

@return ListNodeStorageResponseContent

func (*DefaultApiService) ListNodes ¶

ListNodes Method for ListNodes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListNodesRequest

func (*DefaultApiService) ListNodesExecute ¶

Execute executes the request

@return ListNodesResponseContent

func (*DefaultApiService) ListPackages ¶

func (a *DefaultApiService) ListPackages(ctx context.Context, node string) ApiListPackagesRequest

ListPackages Method for ListPackages

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListPackagesRequest

func (*DefaultApiService) ListPackagesExecute ¶

Execute executes the request

@return ListPackagesResponseContent

func (*DefaultApiService) ListPciDeviceMediatedDevices ¶

func (a *DefaultApiService) ListPciDeviceMediatedDevices(ctx context.Context, node string, deviceId string) ApiListPciDeviceMediatedDevicesRequest

ListPciDeviceMediatedDevices Method for ListPciDeviceMediatedDevices

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param deviceId The PCI device to get mediated devices for.
@return ApiListPciDeviceMediatedDevicesRequest

func (*DefaultApiService) ListPciDeviceMediatedDevicesExecute ¶

Execute executes the request

@return ListPciDeviceMediatedDevicesResponseContent

func (*DefaultApiService) ListPciDevices ¶

func (a *DefaultApiService) ListPciDevices(ctx context.Context, node string) ApiListPciDevicesRequest

ListPciDevices Method for ListPciDevices

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListPciDevicesRequest

func (*DefaultApiService) ListPciDevicesExecute ¶

Execute executes the request

@return ListPciDevicesResponseContent

func (*DefaultApiService) ListPendingVirtualMachineConfigurationChanges ¶

func (a *DefaultApiService) ListPendingVirtualMachineConfigurationChanges(ctx context.Context, node string, vmId string) ApiListPendingVirtualMachineConfigurationChangesRequest

ListPendingVirtualMachineConfigurationChanges Method for ListPendingVirtualMachineConfigurationChanges

List the virtual machine configuration with both current and pending values.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiListPendingVirtualMachineConfigurationChangesRequest

func (*DefaultApiService) ListPendingVirtualMachineConfigurationChangesExecute ¶

Execute executes the request

@return ListPendingVirtualMachineConfigurationChangesResponseContent

func (*DefaultApiService) ListPools ¶

ListPools Method for ListPools

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListPoolsRequest

func (*DefaultApiService) ListPoolsExecute ¶

Execute executes the request

@return ListPoolsResponseContent

func (*DefaultApiService) ListRealms ¶ added in v0.21.0

ListRealms Method for ListRealms

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRealmsRequest

func (*DefaultApiService) ListRealmsExecute ¶ added in v0.21.0

Execute executes the request

@return ListRealmsResponseContent

func (*DefaultApiService) ListRepositoriesInformation ¶

func (a *DefaultApiService) ListRepositoriesInformation(ctx context.Context, node string) ApiListRepositoriesInformationRequest

ListRepositoriesInformation Method for ListRepositoriesInformation

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListRepositoriesInformationRequest

func (*DefaultApiService) ListRepositoriesInformationExecute ¶

Execute executes the request

@return ListRepositoriesInformationResponseContent

func (*DefaultApiService) ListRoles ¶ added in v0.38.0

ListRoles Method for ListRoles

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRolesRequest

func (*DefaultApiService) ListRolesExecute ¶ added in v0.38.0

Execute executes the request

@return ListRolesResponseContent

func (*DefaultApiService) ListSnapshots ¶ added in v0.52.0

func (a *DefaultApiService) ListSnapshots(ctx context.Context, node string, vmId string) ApiListSnapshotsRequest

ListSnapshots Method for ListSnapshots

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiListSnapshotsRequest

func (*DefaultApiService) ListSnapshotsExecute ¶ added in v0.52.0

Execute executes the request

@return ListSnapshotsResponseContent

func (*DefaultApiService) ListStorage ¶

ListStorage Method for ListStorage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListStorageRequest

func (*DefaultApiService) ListStorageExecute ¶

Execute executes the request

@return ListStorageResponseContent

func (*DefaultApiService) ListStorageVolumes ¶ added in v0.16.0

func (a *DefaultApiService) ListStorageVolumes(ctx context.Context, node string, storage string) ApiListStorageVolumesRequest

ListStorageVolumes Method for ListStorageVolumes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param storage
@return ApiListStorageVolumesRequest

func (*DefaultApiService) ListStorageVolumesExecute ¶ added in v0.16.0

Execute executes the request

@return ListStorageVolumesResponseContent

func (*DefaultApiService) ListUpdates ¶

func (a *DefaultApiService) ListUpdates(ctx context.Context, node string) ApiListUpdatesRequest

ListUpdates Method for ListUpdates

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListUpdatesRequest

func (*DefaultApiService) ListUpdatesExecute ¶

Execute executes the request

@return ListUpdatesResponseContent

func (*DefaultApiService) ListUsbDevices ¶

func (a *DefaultApiService) ListUsbDevices(ctx context.Context, node string) ApiListUsbDevicesRequest

ListUsbDevices Method for ListUsbDevices

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListUsbDevicesRequest

func (*DefaultApiService) ListUsbDevicesExecute ¶

Execute executes the request

@return ListUsbDevicesResponseContent

func (*DefaultApiService) ListUserTokens ¶ added in v0.19.0

func (a *DefaultApiService) ListUserTokens(ctx context.Context, userId string) ApiListUserTokensRequest

ListUserTokens Method for ListUserTokens

List user tokens system.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@return ApiListUserTokensRequest

func (*DefaultApiService) ListUserTokensExecute ¶ added in v0.19.0

Execute executes the request

@return ListUserTokensResponseContent

func (*DefaultApiService) ListUsers ¶ added in v0.19.0

ListUsers Method for ListUsers

List users on system.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListUsersRequest

func (*DefaultApiService) ListUsersExecute ¶ added in v0.19.0

Execute executes the request

@return ListUsersResponseContent

func (*DefaultApiService) ListVirtualMachineFirewallReferences ¶ added in v0.54.0

func (a *DefaultApiService) ListVirtualMachineFirewallReferences(ctx context.Context, node string, vmId string) ApiListVirtualMachineFirewallReferencesRequest

ListVirtualMachineFirewallReferences Method for ListVirtualMachineFirewallReferences

List IPSet/Alias references which are allowed in source and destination properties of a virtual machine.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiListVirtualMachineFirewallReferencesRequest

func (*DefaultApiService) ListVirtualMachineFirewallReferencesExecute ¶ added in v0.54.0

Execute executes the request

@return ListVirtualMachineFirewallReferencesResponseContent

func (*DefaultApiService) ListVirtualMachines ¶

func (a *DefaultApiService) ListVirtualMachines(ctx context.Context, node string) ApiListVirtualMachinesRequest

ListVirtualMachines Method for ListVirtualMachines

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListVirtualMachinesRequest

func (*DefaultApiService) ListVirtualMachinesExecute ¶

Execute executes the request

@return ListVirtualMachinesResponseContent

func (*DefaultApiService) ListZFSPools ¶

func (a *DefaultApiService) ListZFSPools(ctx context.Context, node string) ApiListZFSPoolsRequest

ListZFSPools Method for ListZFSPools

List LVM volume groups on node.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiListZFSPoolsRequest

func (*DefaultApiService) ListZFSPoolsExecute ¶

Execute executes the request

@return ListZFSPoolsResponseContent

func (*DefaultApiService) ModifyPool ¶

func (a *DefaultApiService) ModifyPool(ctx context.Context, poolId string) ApiModifyPoolRequest

ModifyPool Method for ModifyPool

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param poolId
@return ApiModifyPoolRequest

func (*DefaultApiService) ModifyPoolExecute ¶

func (a *DefaultApiService) ModifyPoolExecute(r ApiModifyPoolRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) ModifyRole ¶ added in v0.38.0

func (a *DefaultApiService) ModifyRole(ctx context.Context, roleId string) ApiModifyRoleRequest

ModifyRole Method for ModifyRole

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleId
@return ApiModifyRoleRequest

func (*DefaultApiService) ModifyRoleExecute ¶ added in v0.38.0

func (a *DefaultApiService) ModifyRoleExecute(r ApiModifyRoleRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) ModifyStorage ¶

func (a *DefaultApiService) ModifyStorage(ctx context.Context, storage string) ApiModifyStorageRequest

ModifyStorage Method for ModifyStorage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param storage
@return ApiModifyStorageRequest

func (*DefaultApiService) ModifyStorageExecute ¶

Execute executes the request

@return ModifyStorageResponseContent

func (*DefaultApiService) ModifyUser ¶ added in v0.19.0

func (a *DefaultApiService) ModifyUser(ctx context.Context, userId string) ApiModifyUserRequest

ModifyUser Method for ModifyUser

Update a user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@return ApiModifyUserRequest

func (*DefaultApiService) ModifyUserExecute ¶ added in v0.19.0

func (a *DefaultApiService) ModifyUserExecute(r ApiModifyUserRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) ModifyUserToken ¶ added in v0.19.0

func (a *DefaultApiService) ModifyUserToken(ctx context.Context, userId string, tokenId string) ApiModifyUserTokenRequest

ModifyUserToken Method for ModifyUserToken

Modify a token.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@param tokenId
@return ApiModifyUserTokenRequest

func (*DefaultApiService) ModifyUserTokenExecute ¶ added in v0.19.0

Execute executes the request

@return ModifyUserTokenResponseContent

func (*DefaultApiService) OrderNodeCertificate ¶

func (a *DefaultApiService) OrderNodeCertificate(ctx context.Context, node string) ApiOrderNodeCertificateRequest

OrderNodeCertificate Method for OrderNodeCertificate

Order a new certificate from ACME-compatible CA.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiOrderNodeCertificateRequest

func (*DefaultApiService) OrderNodeCertificateExecute ¶

Execute executes the request

@return OrderNodeCertificateResponseContent

func (*DefaultApiService) PingVirtualMachine ¶ added in v0.20.0

func (a *DefaultApiService) PingVirtualMachine(ctx context.Context, node string, vmId string) ApiPingVirtualMachineRequest

PingVirtualMachine Method for PingVirtualMachine

Ping the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiPingVirtualMachineRequest

func (*DefaultApiService) PingVirtualMachineExecute ¶ added in v0.20.0

Execute executes the request

@return PingVirtualMachineResponseContent

func (*DefaultApiService) RebootVirtualMachine ¶ added in v0.49.0

func (a *DefaultApiService) RebootVirtualMachine(ctx context.Context, node string, vmId string) ApiRebootVirtualMachineRequest

RebootVirtualMachine Method for RebootVirtualMachine

Reboot the specified virtual machine.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiRebootVirtualMachineRequest

func (*DefaultApiService) RebootVirtualMachineExecute ¶ added in v0.49.0

Execute executes the request

@return RebootVirtualMachineResponseContent

func (*DefaultApiService) RegenerateVirtualMachineCloudInit ¶

func (a *DefaultApiService) RegenerateVirtualMachineCloudInit(ctx context.Context, node string, vmId string) ApiRegenerateVirtualMachineCloudInitRequest

RegenerateVirtualMachineCloudInit Method for RegenerateVirtualMachineCloudInit

Regenerate and change cloudinit config drive..

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiRegenerateVirtualMachineCloudInitRequest

func (*DefaultApiService) RegenerateVirtualMachineCloudInitExecute ¶

func (a *DefaultApiService) RegenerateVirtualMachineCloudInitExecute(r ApiRegenerateVirtualMachineCloudInitRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) RemoveCorosyncNode ¶

func (a *DefaultApiService) RemoveCorosyncNode(ctx context.Context, node string) ApiRemoveCorosyncNodeRequest

RemoveCorosyncNode Method for RemoveCorosyncNode

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiRemoveCorosyncNodeRequest

func (*DefaultApiService) RemoveCorosyncNodeExecute ¶

func (a *DefaultApiService) RemoveCorosyncNodeExecute(r ApiRemoveCorosyncNodeRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) RenewNodeCertificate ¶

func (a *DefaultApiService) RenewNodeCertificate(ctx context.Context, node string) ApiRenewNodeCertificateRequest

RenewNodeCertificate Method for RenewNodeCertificate

Renew existing certificate from CA.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiRenewNodeCertificateRequest

func (*DefaultApiService) RenewNodeCertificateExecute ¶

Execute executes the request

@return RenewNodeCertificateResponseContent

func (*DefaultApiService) ResetVirtualMachine ¶ added in v0.51.0

func (a *DefaultApiService) ResetVirtualMachine(ctx context.Context, node string, vmId string) ApiResetVirtualMachineRequest

ResetVirtualMachine Method for ResetVirtualMachine

Reset the specified virtual machine.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiResetVirtualMachineRequest

func (*DefaultApiService) ResetVirtualMachineExecute ¶ added in v0.51.0

Execute executes the request

@return ResetVirtualMachineResponseContent

func (*DefaultApiService) ResizeVirtualMachineDisk ¶

func (a *DefaultApiService) ResizeVirtualMachineDisk(ctx context.Context, node string, vmId string) ApiResizeVirtualMachineDiskRequest

ResizeVirtualMachineDisk Method for ResizeVirtualMachineDisk

Extend the volume size of a virtual machine disk.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiResizeVirtualMachineDiskRequest

func (*DefaultApiService) ResizeVirtualMachineDiskExecute ¶

func (a *DefaultApiService) ResizeVirtualMachineDiskExecute(r ApiResizeVirtualMachineDiskRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) ResumeVirtualMachine ¶ added in v0.51.0

func (a *DefaultApiService) ResumeVirtualMachine(ctx context.Context, node string, vmId string) ApiResumeVirtualMachineRequest

ResumeVirtualMachine Method for ResumeVirtualMachine

Resume the specified virtual machine.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiResumeVirtualMachineRequest

func (*DefaultApiService) ResumeVirtualMachineExecute ¶ added in v0.51.0

Execute executes the request

@return ResumeVirtualMachineResponseContent

func (*DefaultApiService) RevertNetworkInterfaceConfiguration ¶

func (a *DefaultApiService) RevertNetworkInterfaceConfiguration(ctx context.Context, node string) ApiRevertNetworkInterfaceConfigurationRequest

RevertNetworkInterfaceConfiguration Method for RevertNetworkInterfaceConfiguration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiRevertNetworkInterfaceConfigurationRequest

func (*DefaultApiService) RevertNetworkInterfaceConfigurationExecute ¶

func (a *DefaultApiService) RevertNetworkInterfaceConfigurationExecute(r ApiRevertNetworkInterfaceConfigurationRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) ShutdownVirtualMachine ¶ added in v0.50.0

func (a *DefaultApiService) ShutdownVirtualMachine(ctx context.Context, node string, vmId string) ApiShutdownVirtualMachineRequest

ShutdownVirtualMachine Method for ShutdownVirtualMachine

Shutdown the specified virtual machine cleanly.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiShutdownVirtualMachineRequest

func (*DefaultApiService) ShutdownVirtualMachineExecute ¶ added in v0.50.0

Execute executes the request

@return ShutdownVirtualMachineResponseContent

func (*DefaultApiService) StartVirtualMachine ¶ added in v0.50.0

func (a *DefaultApiService) StartVirtualMachine(ctx context.Context, node string, vmId string) ApiStartVirtualMachineRequest

StartVirtualMachine Method for StartVirtualMachine

Start the specified virtual machine.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiStartVirtualMachineRequest

func (*DefaultApiService) StartVirtualMachineExecute ¶ added in v0.50.0

Execute executes the request

@return StartVirtualMachineResponseContent

func (*DefaultApiService) StopVirtualMachine ¶ added in v0.50.0

func (a *DefaultApiService) StopVirtualMachine(ctx context.Context, node string, vmId string) ApiStopVirtualMachineRequest

StopVirtualMachine Method for StopVirtualMachine

Stop the specified virtual machine without graceful shutdown.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiStopVirtualMachineRequest

func (*DefaultApiService) StopVirtualMachineExecute ¶ added in v0.50.0

Execute executes the request

@return StopVirtualMachineResponseContent

func (*DefaultApiService) SuspendVirtualMachine ¶ added in v0.51.0

func (a *DefaultApiService) SuspendVirtualMachine(ctx context.Context, node string, vmId string) ApiSuspendVirtualMachineRequest

SuspendVirtualMachine Method for SuspendVirtualMachine

Suspend the specified virtual machine.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiSuspendVirtualMachineRequest

func (*DefaultApiService) SuspendVirtualMachineExecute ¶ added in v0.51.0

Execute executes the request

@return SuspendVirtualMachineResponseContent

func (*DefaultApiService) SyncRealm ¶ added in v0.32.0

func (a *DefaultApiService) SyncRealm(ctx context.Context, realm string) ApiSyncRealmRequest

SyncRealm Method for SyncRealm

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param realm
@return ApiSyncRealmRequest

func (*DefaultApiService) SyncRealmExecute ¶ added in v0.32.0

func (a *DefaultApiService) SyncRealmExecute(r ApiSyncRealmRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) UnlinkVirtualMachineDisks ¶

func (a *DefaultApiService) UnlinkVirtualMachineDisks(ctx context.Context, node string, vmId string) ApiUnlinkVirtualMachineDisksRequest

UnlinkVirtualMachineDisks Method for UnlinkVirtualMachineDisks

Unlink/delete disk images.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiUnlinkVirtualMachineDisksRequest

func (*DefaultApiService) UnlinkVirtualMachineDisksExecute ¶

func (a *DefaultApiService) UnlinkVirtualMachineDisksExecute(r ApiUnlinkVirtualMachineDisksRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) UpdateAccessControlList ¶

func (a *DefaultApiService) UpdateAccessControlList(ctx context.Context) ApiUpdateAccessControlListRequest

UpdateAccessControlList Method for UpdateAccessControlList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAccessControlListRequest

func (*DefaultApiService) UpdateAccessControlListExecute ¶

func (a *DefaultApiService) UpdateAccessControlListExecute(r ApiUpdateAccessControlListRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) UpdateGroup ¶ added in v0.36.0

func (a *DefaultApiService) UpdateGroup(ctx context.Context, groupId string) ApiUpdateGroupRequest

UpdateGroup Method for UpdateGroup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiUpdateGroupRequest

func (*DefaultApiService) UpdateGroupExecute ¶ added in v0.36.0

func (a *DefaultApiService) UpdateGroupExecute(r ApiUpdateGroupRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) UpdateNetworkInterface ¶

func (a *DefaultApiService) UpdateNetworkInterface(ctx context.Context, node string, interface_ string) ApiUpdateNetworkInterfaceRequest

UpdateNetworkInterface Method for UpdateNetworkInterface

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param interface_
@return ApiUpdateNetworkInterfaceRequest

func (*DefaultApiService) UpdateNetworkInterfaceExecute ¶

func (a *DefaultApiService) UpdateNetworkInterfaceExecute(r ApiUpdateNetworkInterfaceRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) UpdateNodeDns ¶ added in v0.57.0

func (a *DefaultApiService) UpdateNodeDns(ctx context.Context, node string) ApiUpdateNodeDnsRequest

UpdateNodeDns Method for UpdateNodeDns

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiUpdateNodeDnsRequest

func (*DefaultApiService) UpdateNodeDnsExecute ¶ added in v0.57.0

func (a *DefaultApiService) UpdateNodeDnsExecute(r ApiUpdateNodeDnsRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) UpdateRealm ¶ added in v0.32.0

func (a *DefaultApiService) UpdateRealm(ctx context.Context, realm string) ApiUpdateRealmRequest

UpdateRealm Method for UpdateRealm

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param realm
@return ApiUpdateRealmRequest

func (*DefaultApiService) UpdateRealmExecute ¶ added in v0.32.0

func (a *DefaultApiService) UpdateRealmExecute(r ApiUpdateRealmRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) UpdateStorageVolume ¶ added in v0.16.0

func (a *DefaultApiService) UpdateStorageVolume(ctx context.Context, node string, storage string, volume string) ApiUpdateStorageVolumeRequest

UpdateStorageVolume Method for UpdateStorageVolume

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param storage
@param volume
@return ApiUpdateStorageVolumeRequest

func (*DefaultApiService) UpdateStorageVolumeExecute ¶ added in v0.16.0

func (a *DefaultApiService) UpdateStorageVolumeExecute(r ApiUpdateStorageVolumeRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) UploadToStorage ¶ added in v0.16.0

func (a *DefaultApiService) UploadToStorage(ctx context.Context, node string, storage string) ApiUploadToStorageRequest

UploadToStorage Method for UploadToStorage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param storage
@return ApiUploadToStorageRequest

func (*DefaultApiService) UploadToStorageExecute ¶ added in v0.16.0

Execute executes the request

@return UploadToStorageResponseContent

func (*DefaultApiService) VirtualMachineExecuteCommand ¶ added in v0.43.0

func (a *DefaultApiService) VirtualMachineExecuteCommand(ctx context.Context, node string, vmId string) ApiVirtualMachineExecuteCommandRequest

VirtualMachineExecuteCommand Method for VirtualMachineExecuteCommand

Execute a command on the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiVirtualMachineExecuteCommandRequest

func (*DefaultApiService) VirtualMachineExecuteCommandExecute ¶ added in v0.43.0

Execute executes the request

@return VirtualMachineExecuteCommandResponseContent

func (*DefaultApiService) VirtualMachineReadFile ¶ added in v0.46.0

func (a *DefaultApiService) VirtualMachineReadFile(ctx context.Context, node string, vmId string) ApiVirtualMachineReadFileRequest

VirtualMachineReadFile Method for VirtualMachineReadFile

Read a file on the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiVirtualMachineReadFileRequest

func (*DefaultApiService) VirtualMachineReadFileExecute ¶ added in v0.46.0

Execute executes the request

@return VirtualMachineReadFileResponseContent

func (*DefaultApiService) VirtualMachineWriteFile ¶ added in v0.47.0

func (a *DefaultApiService) VirtualMachineWriteFile(ctx context.Context, node string, vmId string) ApiVirtualMachineWriteFileRequest

VirtualMachineWriteFile Method for VirtualMachineWriteFile

Write a file on the virtual machine. Requries the guest agent to be installed and active.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@param vmId The id of the virtual machine as a string
@return ApiVirtualMachineWriteFileRequest

func (*DefaultApiService) VirtualMachineWriteFileExecute ¶ added in v0.47.0

func (a *DefaultApiService) VirtualMachineWriteFileExecute(r ApiVirtualMachineWriteFileRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) WipeDisk ¶

WipeDisk Method for WipeDisk

Wipe a disk or partition. Requires to be authenticated as the node root user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param node
@return ApiWipeDiskRequest

func (*DefaultApiService) WipeDiskExecute ¶

func (a *DefaultApiService) WipeDiskExecute(r ApiWipeDiskRequest) (*http.Response, error)

Execute executes the request

type DeleteCephManagerResponseContent ¶ added in v0.59.0

type DeleteCephManagerResponseContent struct {
	Data string `json:"data"`
}

DeleteCephManagerResponseContent struct for DeleteCephManagerResponseContent

func NewDeleteCephManagerResponseContent ¶ added in v0.59.0

func NewDeleteCephManagerResponseContent(data string) *DeleteCephManagerResponseContent

NewDeleteCephManagerResponseContent instantiates a new DeleteCephManagerResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeleteCephManagerResponseContentWithDefaults ¶ added in v0.59.0

func NewDeleteCephManagerResponseContentWithDefaults() *DeleteCephManagerResponseContent

NewDeleteCephManagerResponseContentWithDefaults instantiates a new DeleteCephManagerResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeleteCephManagerResponseContent) GetData ¶ added in v0.59.0

GetData returns the Data field value

func (*DeleteCephManagerResponseContent) GetDataOk ¶ added in v0.59.0

func (o *DeleteCephManagerResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (DeleteCephManagerResponseContent) MarshalJSON ¶ added in v0.59.0

func (o DeleteCephManagerResponseContent) MarshalJSON() ([]byte, error)

func (*DeleteCephManagerResponseContent) SetData ¶ added in v0.59.0

SetData sets field value

func (DeleteCephManagerResponseContent) ToMap ¶ added in v0.59.0

func (o DeleteCephManagerResponseContent) ToMap() (map[string]interface{}, error)

type DeleteCephMonitorResponseContent ¶ added in v0.58.0

type DeleteCephMonitorResponseContent struct {
	Data string `json:"data"`
}

DeleteCephMonitorResponseContent struct for DeleteCephMonitorResponseContent

func NewDeleteCephMonitorResponseContent ¶ added in v0.58.0

func NewDeleteCephMonitorResponseContent(data string) *DeleteCephMonitorResponseContent

NewDeleteCephMonitorResponseContent instantiates a new DeleteCephMonitorResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeleteCephMonitorResponseContentWithDefaults ¶ added in v0.58.0

func NewDeleteCephMonitorResponseContentWithDefaults() *DeleteCephMonitorResponseContent

NewDeleteCephMonitorResponseContentWithDefaults instantiates a new DeleteCephMonitorResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeleteCephMonitorResponseContent) GetData ¶ added in v0.58.0

GetData returns the Data field value

func (*DeleteCephMonitorResponseContent) GetDataOk ¶ added in v0.58.0

func (o *DeleteCephMonitorResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (DeleteCephMonitorResponseContent) MarshalJSON ¶ added in v0.58.0

func (o DeleteCephMonitorResponseContent) MarshalJSON() ([]byte, error)

func (*DeleteCephMonitorResponseContent) SetData ¶ added in v0.58.0

SetData sets field value

func (DeleteCephMonitorResponseContent) ToMap ¶ added in v0.58.0

func (o DeleteCephMonitorResponseContent) ToMap() (map[string]interface{}, error)

type DeleteDirectoryResponseContent ¶

type DeleteDirectoryResponseContent struct {
	Data string `json:"data"`
}

DeleteDirectoryResponseContent struct for DeleteDirectoryResponseContent

func NewDeleteDirectoryResponseContent ¶

func NewDeleteDirectoryResponseContent(data string) *DeleteDirectoryResponseContent

NewDeleteDirectoryResponseContent instantiates a new DeleteDirectoryResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeleteDirectoryResponseContentWithDefaults ¶

func NewDeleteDirectoryResponseContentWithDefaults() *DeleteDirectoryResponseContent

NewDeleteDirectoryResponseContentWithDefaults instantiates a new DeleteDirectoryResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeleteDirectoryResponseContent) GetData ¶

GetData returns the Data field value

func (*DeleteDirectoryResponseContent) GetDataOk ¶

func (o *DeleteDirectoryResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (DeleteDirectoryResponseContent) MarshalJSON ¶

func (o DeleteDirectoryResponseContent) MarshalJSON() ([]byte, error)

func (*DeleteDirectoryResponseContent) SetData ¶

func (o *DeleteDirectoryResponseContent) SetData(v string)

SetData sets field value

func (DeleteDirectoryResponseContent) ToMap ¶ added in v0.9.0

func (o DeleteDirectoryResponseContent) ToMap() (map[string]interface{}, error)

type DeleteLVMResponseContent ¶

type DeleteLVMResponseContent struct {
	Data string `json:"data"`
}

DeleteLVMResponseContent struct for DeleteLVMResponseContent

func NewDeleteLVMResponseContent ¶

func NewDeleteLVMResponseContent(data string) *DeleteLVMResponseContent

NewDeleteLVMResponseContent instantiates a new DeleteLVMResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeleteLVMResponseContentWithDefaults ¶

func NewDeleteLVMResponseContentWithDefaults() *DeleteLVMResponseContent

NewDeleteLVMResponseContentWithDefaults instantiates a new DeleteLVMResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeleteLVMResponseContent) GetData ¶

func (o *DeleteLVMResponseContent) GetData() string

GetData returns the Data field value

func (*DeleteLVMResponseContent) GetDataOk ¶

func (o *DeleteLVMResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (DeleteLVMResponseContent) MarshalJSON ¶

func (o DeleteLVMResponseContent) MarshalJSON() ([]byte, error)

func (*DeleteLVMResponseContent) SetData ¶

func (o *DeleteLVMResponseContent) SetData(v string)

SetData sets field value

func (DeleteLVMResponseContent) ToMap ¶ added in v0.9.0

func (o DeleteLVMResponseContent) ToMap() (map[string]interface{}, error)

type DeleteLVMThinResponseContent ¶

type DeleteLVMThinResponseContent struct {
	Data string `json:"data"`
}

DeleteLVMThinResponseContent struct for DeleteLVMThinResponseContent

func NewDeleteLVMThinResponseContent ¶

func NewDeleteLVMThinResponseContent(data string) *DeleteLVMThinResponseContent

NewDeleteLVMThinResponseContent instantiates a new DeleteLVMThinResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeleteLVMThinResponseContentWithDefaults ¶

func NewDeleteLVMThinResponseContentWithDefaults() *DeleteLVMThinResponseContent

NewDeleteLVMThinResponseContentWithDefaults instantiates a new DeleteLVMThinResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeleteLVMThinResponseContent) GetData ¶

func (o *DeleteLVMThinResponseContent) GetData() string

GetData returns the Data field value

func (*DeleteLVMThinResponseContent) GetDataOk ¶

func (o *DeleteLVMThinResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (DeleteLVMThinResponseContent) MarshalJSON ¶

func (o DeleteLVMThinResponseContent) MarshalJSON() ([]byte, error)

func (*DeleteLVMThinResponseContent) SetData ¶

func (o *DeleteLVMThinResponseContent) SetData(v string)

SetData sets field value

func (DeleteLVMThinResponseContent) ToMap ¶ added in v0.9.0

func (o DeleteLVMThinResponseContent) ToMap() (map[string]interface{}, error)

type DeleteNodeCertificateResponseContent ¶

type DeleteNodeCertificateResponseContent struct {
	Data string `json:"data"`
}

DeleteNodeCertificateResponseContent struct for DeleteNodeCertificateResponseContent

func NewDeleteNodeCertificateResponseContent ¶

func NewDeleteNodeCertificateResponseContent(data string) *DeleteNodeCertificateResponseContent

NewDeleteNodeCertificateResponseContent instantiates a new DeleteNodeCertificateResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeleteNodeCertificateResponseContentWithDefaults ¶

func NewDeleteNodeCertificateResponseContentWithDefaults() *DeleteNodeCertificateResponseContent

NewDeleteNodeCertificateResponseContentWithDefaults instantiates a new DeleteNodeCertificateResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeleteNodeCertificateResponseContent) GetData ¶

GetData returns the Data field value

func (*DeleteNodeCertificateResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (DeleteNodeCertificateResponseContent) MarshalJSON ¶

func (o DeleteNodeCertificateResponseContent) MarshalJSON() ([]byte, error)

func (*DeleteNodeCertificateResponseContent) SetData ¶

SetData sets field value

func (DeleteNodeCertificateResponseContent) ToMap ¶ added in v0.9.0

func (o DeleteNodeCertificateResponseContent) ToMap() (map[string]interface{}, error)

type DeleteStorageVolumeResponseContent ¶ added in v0.16.0

type DeleteStorageVolumeResponseContent struct {
	Data string `json:"data"`
}

DeleteStorageVolumeResponseContent struct for DeleteStorageVolumeResponseContent

func NewDeleteStorageVolumeResponseContent ¶ added in v0.16.0

func NewDeleteStorageVolumeResponseContent(data string) *DeleteStorageVolumeResponseContent

NewDeleteStorageVolumeResponseContent instantiates a new DeleteStorageVolumeResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeleteStorageVolumeResponseContentWithDefaults ¶ added in v0.16.0

func NewDeleteStorageVolumeResponseContentWithDefaults() *DeleteStorageVolumeResponseContent

NewDeleteStorageVolumeResponseContentWithDefaults instantiates a new DeleteStorageVolumeResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeleteStorageVolumeResponseContent) GetData ¶ added in v0.16.0

GetData returns the Data field value

func (*DeleteStorageVolumeResponseContent) GetDataOk ¶ added in v0.16.0

func (o *DeleteStorageVolumeResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (DeleteStorageVolumeResponseContent) MarshalJSON ¶ added in v0.16.0

func (o DeleteStorageVolumeResponseContent) MarshalJSON() ([]byte, error)

func (*DeleteStorageVolumeResponseContent) SetData ¶ added in v0.16.0

SetData sets field value

func (DeleteStorageVolumeResponseContent) ToMap ¶ added in v0.16.0

func (o DeleteStorageVolumeResponseContent) ToMap() (map[string]interface{}, error)

type DeleteVirtualMachineResponseContent ¶

type DeleteVirtualMachineResponseContent struct {
	Data string `json:"data"`
}

DeleteVirtualMachineResponseContent struct for DeleteVirtualMachineResponseContent

func NewDeleteVirtualMachineResponseContent ¶

func NewDeleteVirtualMachineResponseContent(data string) *DeleteVirtualMachineResponseContent

NewDeleteVirtualMachineResponseContent instantiates a new DeleteVirtualMachineResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeleteVirtualMachineResponseContentWithDefaults ¶

func NewDeleteVirtualMachineResponseContentWithDefaults() *DeleteVirtualMachineResponseContent

NewDeleteVirtualMachineResponseContentWithDefaults instantiates a new DeleteVirtualMachineResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeleteVirtualMachineResponseContent) GetData ¶

GetData returns the Data field value

func (*DeleteVirtualMachineResponseContent) GetDataOk ¶

func (o *DeleteVirtualMachineResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (DeleteVirtualMachineResponseContent) MarshalJSON ¶

func (o DeleteVirtualMachineResponseContent) MarshalJSON() ([]byte, error)

func (*DeleteVirtualMachineResponseContent) SetData ¶

SetData sets field value

func (DeleteVirtualMachineResponseContent) ToMap ¶ added in v0.9.0

func (o DeleteVirtualMachineResponseContent) ToMap() (map[string]interface{}, error)

type DeleteZFSPoolResponseContent ¶

type DeleteZFSPoolResponseContent struct {
	Data string `json:"data"`
}

DeleteZFSPoolResponseContent struct for DeleteZFSPoolResponseContent

func NewDeleteZFSPoolResponseContent ¶

func NewDeleteZFSPoolResponseContent(data string) *DeleteZFSPoolResponseContent

NewDeleteZFSPoolResponseContent instantiates a new DeleteZFSPoolResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeleteZFSPoolResponseContentWithDefaults ¶

func NewDeleteZFSPoolResponseContentWithDefaults() *DeleteZFSPoolResponseContent

NewDeleteZFSPoolResponseContentWithDefaults instantiates a new DeleteZFSPoolResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeleteZFSPoolResponseContent) GetData ¶

func (o *DeleteZFSPoolResponseContent) GetData() string

GetData returns the Data field value

func (*DeleteZFSPoolResponseContent) GetDataOk ¶

func (o *DeleteZFSPoolResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (DeleteZFSPoolResponseContent) MarshalJSON ¶

func (o DeleteZFSPoolResponseContent) MarshalJSON() ([]byte, error)

func (*DeleteZFSPoolResponseContent) SetData ¶

func (o *DeleteZFSPoolResponseContent) SetData(v string)

SetData sets field value

func (DeleteZFSPoolResponseContent) ToMap ¶ added in v0.9.0

func (o DeleteZFSPoolResponseContent) ToMap() (map[string]interface{}, error)

type DirectoryFileSystem ¶

type DirectoryFileSystem string

DirectoryFileSystem the model 'DirectoryFileSystem'

const (
	DIRECTORYFILESYSTEM_EXT4 DirectoryFileSystem = "ext4"
	DIRECTORYFILESYSTEM_XFS  DirectoryFileSystem = "xfs"
)

List of DirectoryFileSystem

func NewDirectoryFileSystemFromValue ¶

func NewDirectoryFileSystemFromValue(v string) (*DirectoryFileSystem, error)

NewDirectoryFileSystemFromValue returns a pointer to a valid DirectoryFileSystem for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DirectoryFileSystem) IsValid ¶

func (v DirectoryFileSystem) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (DirectoryFileSystem) Ptr ¶

Ptr returns reference to DirectoryFileSystem value

func (*DirectoryFileSystem) UnmarshalJSON ¶

func (v *DirectoryFileSystem) UnmarshalJSON(src []byte) error

type DirectorySummary ¶

type DirectorySummary struct {
	// The mounted device
	Device string `json:"device"`
	// The mount options
	Options string `json:"options"`
	// The mount path
	Path string `json:"path"`
	// The mount type
	Type string `json:"type"`
	// The path of the mount unit
	Unitfile string `json:"unitfile"`
}

DirectorySummary struct for DirectorySummary

func NewDirectorySummary ¶

func NewDirectorySummary(device string, options string, path string, type_ string, unitfile string) *DirectorySummary

NewDirectorySummary instantiates a new DirectorySummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDirectorySummaryWithDefaults ¶

func NewDirectorySummaryWithDefaults() *DirectorySummary

NewDirectorySummaryWithDefaults instantiates a new DirectorySummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DirectorySummary) GetDevice ¶

func (o *DirectorySummary) GetDevice() string

GetDevice returns the Device field value

func (*DirectorySummary) GetDeviceOk ¶

func (o *DirectorySummary) GetDeviceOk() (*string, bool)

GetDeviceOk returns a tuple with the Device field value and a boolean to check if the value has been set.

func (*DirectorySummary) GetOptions ¶

func (o *DirectorySummary) GetOptions() string

GetOptions returns the Options field value

func (*DirectorySummary) GetOptionsOk ¶

func (o *DirectorySummary) GetOptionsOk() (*string, bool)

GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.

func (*DirectorySummary) GetPath ¶

func (o *DirectorySummary) GetPath() string

GetPath returns the Path field value

func (*DirectorySummary) GetPathOk ¶

func (o *DirectorySummary) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*DirectorySummary) GetType ¶

func (o *DirectorySummary) GetType() string

GetType returns the Type field value

func (*DirectorySummary) GetTypeOk ¶

func (o *DirectorySummary) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*DirectorySummary) GetUnitfile ¶

func (o *DirectorySummary) GetUnitfile() string

GetUnitfile returns the Unitfile field value

func (*DirectorySummary) GetUnitfileOk ¶

func (o *DirectorySummary) GetUnitfileOk() (*string, bool)

GetUnitfileOk returns a tuple with the Unitfile field value and a boolean to check if the value has been set.

func (DirectorySummary) MarshalJSON ¶

func (o DirectorySummary) MarshalJSON() ([]byte, error)

func (*DirectorySummary) SetDevice ¶

func (o *DirectorySummary) SetDevice(v string)

SetDevice sets field value

func (*DirectorySummary) SetOptions ¶

func (o *DirectorySummary) SetOptions(v string)

SetOptions sets field value

func (*DirectorySummary) SetPath ¶

func (o *DirectorySummary) SetPath(v string)

SetPath sets field value

func (*DirectorySummary) SetType ¶

func (o *DirectorySummary) SetType(v string)

SetType sets field value

func (*DirectorySummary) SetUnitfile ¶

func (o *DirectorySummary) SetUnitfile(v string)

SetUnitfile sets field value

func (DirectorySummary) ToMap ¶ added in v0.9.0

func (o DirectorySummary) ToMap() (map[string]interface{}, error)

type DiskInformationSummary ¶

type DiskInformationSummary struct {
	Target        *float32              `json:"target,omitempty"`
	Bus           *float32              `json:"bus,omitempty"`
	PciController *PciControllerSummary `json:"pci-controller,omitempty"`
	Unit          *float32              `json:"unit,omitempty"`
	Dev           *string               `json:"dev,omitempty"`
	BusType       *string               `json:"bus-type,omitempty"`
	Serial        *string               `json:"serial,omitempty"`
}

DiskInformationSummary struct for DiskInformationSummary

func NewDiskInformationSummary ¶

func NewDiskInformationSummary() *DiskInformationSummary

NewDiskInformationSummary instantiates a new DiskInformationSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiskInformationSummaryWithDefaults ¶

func NewDiskInformationSummaryWithDefaults() *DiskInformationSummary

NewDiskInformationSummaryWithDefaults instantiates a new DiskInformationSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DiskInformationSummary) GetBus ¶

func (o *DiskInformationSummary) GetBus() float32

GetBus returns the Bus field value if set, zero value otherwise.

func (*DiskInformationSummary) GetBusOk ¶

func (o *DiskInformationSummary) GetBusOk() (*float32, bool)

GetBusOk returns a tuple with the Bus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskInformationSummary) GetBusType ¶

func (o *DiskInformationSummary) GetBusType() string

GetBusType returns the BusType field value if set, zero value otherwise.

func (*DiskInformationSummary) GetBusTypeOk ¶

func (o *DiskInformationSummary) GetBusTypeOk() (*string, bool)

GetBusTypeOk returns a tuple with the BusType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskInformationSummary) GetDev ¶

func (o *DiskInformationSummary) GetDev() string

GetDev returns the Dev field value if set, zero value otherwise.

func (*DiskInformationSummary) GetDevOk ¶

func (o *DiskInformationSummary) GetDevOk() (*string, bool)

GetDevOk returns a tuple with the Dev field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskInformationSummary) GetPciController ¶

func (o *DiskInformationSummary) GetPciController() PciControllerSummary

GetPciController returns the PciController field value if set, zero value otherwise.

func (*DiskInformationSummary) GetPciControllerOk ¶

func (o *DiskInformationSummary) GetPciControllerOk() (*PciControllerSummary, bool)

GetPciControllerOk returns a tuple with the PciController field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskInformationSummary) GetSerial ¶

func (o *DiskInformationSummary) GetSerial() string

GetSerial returns the Serial field value if set, zero value otherwise.

func (*DiskInformationSummary) GetSerialOk ¶

func (o *DiskInformationSummary) GetSerialOk() (*string, bool)

GetSerialOk returns a tuple with the Serial field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskInformationSummary) GetTarget ¶

func (o *DiskInformationSummary) GetTarget() float32

GetTarget returns the Target field value if set, zero value otherwise.

func (*DiskInformationSummary) GetTargetOk ¶

func (o *DiskInformationSummary) GetTargetOk() (*float32, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskInformationSummary) GetUnit ¶

func (o *DiskInformationSummary) GetUnit() float32

GetUnit returns the Unit field value if set, zero value otherwise.

func (*DiskInformationSummary) GetUnitOk ¶

func (o *DiskInformationSummary) GetUnitOk() (*float32, bool)

GetUnitOk returns a tuple with the Unit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskInformationSummary) HasBus ¶

func (o *DiskInformationSummary) HasBus() bool

HasBus returns a boolean if a field has been set.

func (*DiskInformationSummary) HasBusType ¶

func (o *DiskInformationSummary) HasBusType() bool

HasBusType returns a boolean if a field has been set.

func (*DiskInformationSummary) HasDev ¶

func (o *DiskInformationSummary) HasDev() bool

HasDev returns a boolean if a field has been set.

func (*DiskInformationSummary) HasPciController ¶

func (o *DiskInformationSummary) HasPciController() bool

HasPciController returns a boolean if a field has been set.

func (*DiskInformationSummary) HasSerial ¶

func (o *DiskInformationSummary) HasSerial() bool

HasSerial returns a boolean if a field has been set.

func (*DiskInformationSummary) HasTarget ¶

func (o *DiskInformationSummary) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (*DiskInformationSummary) HasUnit ¶

func (o *DiskInformationSummary) HasUnit() bool

HasUnit returns a boolean if a field has been set.

func (DiskInformationSummary) MarshalJSON ¶

func (o DiskInformationSummary) MarshalJSON() ([]byte, error)

func (*DiskInformationSummary) SetBus ¶

func (o *DiskInformationSummary) SetBus(v float32)

SetBus gets a reference to the given float32 and assigns it to the Bus field.

func (*DiskInformationSummary) SetBusType ¶

func (o *DiskInformationSummary) SetBusType(v string)

SetBusType gets a reference to the given string and assigns it to the BusType field.

func (*DiskInformationSummary) SetDev ¶

func (o *DiskInformationSummary) SetDev(v string)

SetDev gets a reference to the given string and assigns it to the Dev field.

func (*DiskInformationSummary) SetPciController ¶

func (o *DiskInformationSummary) SetPciController(v PciControllerSummary)

SetPciController gets a reference to the given PciControllerSummary and assigns it to the PciController field.

func (*DiskInformationSummary) SetSerial ¶

func (o *DiskInformationSummary) SetSerial(v string)

SetSerial gets a reference to the given string and assigns it to the Serial field.

func (*DiskInformationSummary) SetTarget ¶

func (o *DiskInformationSummary) SetTarget(v float32)

SetTarget gets a reference to the given float32 and assigns it to the Target field.

func (*DiskInformationSummary) SetUnit ¶

func (o *DiskInformationSummary) SetUnit(v float32)

SetUnit gets a reference to the given float32 and assigns it to the Unit field.

func (DiskInformationSummary) ToMap ¶ added in v0.9.0

func (o DiskInformationSummary) ToMap() (map[string]interface{}, error)

type DiskSummary ¶

type DiskSummary struct {
	Devpath string  `json:"devpath"`
	Gpt     float32 `json:"gpt"`
	Osdid   float32 `json:"osdid"`
	// The size of the disk in bytes
	Size     float32     `json:"size"`
	ByIdLink *string     `json:"by_id_link,omitempty"`
	Model    *string     `json:"model,omitempty"`
	Parent   *string     `json:"parent,omitempty"`
	Health   *string     `json:"health,omitempty"`
	Serial   *string     `json:"serial,omitempty"`
	Rpm      interface{} `json:"rpm,omitempty"`
	Wwn      *string     `json:"wwn,omitempty"`
	Vendor   *string     `json:"vendor,omitempty"`
	Wearout  interface{} `json:"wearout,omitempty"`
	Type     *DiskType   `json:"type,omitempty"`
	Mounted  *float32    `json:"mounted,omitempty"`
}

DiskSummary struct for DiskSummary

func NewDiskSummary ¶

func NewDiskSummary(devpath string, gpt float32, osdid float32, size float32) *DiskSummary

NewDiskSummary instantiates a new DiskSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiskSummaryWithDefaults ¶

func NewDiskSummaryWithDefaults() *DiskSummary

NewDiskSummaryWithDefaults instantiates a new DiskSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (o *DiskSummary) GetByIdLink() string

GetByIdLink returns the ByIdLink field value if set, zero value otherwise.

func (*DiskSummary) GetByIdLinkOk ¶

func (o *DiskSummary) GetByIdLinkOk() (*string, bool)

GetByIdLinkOk returns a tuple with the ByIdLink field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSummary) GetDevpath ¶

func (o *DiskSummary) GetDevpath() string

GetDevpath returns the Devpath field value

func (*DiskSummary) GetDevpathOk ¶

func (o *DiskSummary) GetDevpathOk() (*string, bool)

GetDevpathOk returns a tuple with the Devpath field value and a boolean to check if the value has been set.

func (*DiskSummary) GetGpt ¶

func (o *DiskSummary) GetGpt() float32

GetGpt returns the Gpt field value

func (*DiskSummary) GetGptOk ¶

func (o *DiskSummary) GetGptOk() (*float32, bool)

GetGptOk returns a tuple with the Gpt field value and a boolean to check if the value has been set.

func (*DiskSummary) GetHealth ¶

func (o *DiskSummary) GetHealth() string

GetHealth returns the Health field value if set, zero value otherwise.

func (*DiskSummary) GetHealthOk ¶

func (o *DiskSummary) GetHealthOk() (*string, bool)

GetHealthOk returns a tuple with the Health field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSummary) GetModel ¶

func (o *DiskSummary) GetModel() string

GetModel returns the Model field value if set, zero value otherwise.

func (*DiskSummary) GetModelOk ¶

func (o *DiskSummary) GetModelOk() (*string, bool)

GetModelOk returns a tuple with the Model field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSummary) GetMounted ¶

func (o *DiskSummary) GetMounted() float32

GetMounted returns the Mounted field value if set, zero value otherwise.

func (*DiskSummary) GetMountedOk ¶

func (o *DiskSummary) GetMountedOk() (*float32, bool)

GetMountedOk returns a tuple with the Mounted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSummary) GetOsdid ¶

func (o *DiskSummary) GetOsdid() float32

GetOsdid returns the Osdid field value

func (*DiskSummary) GetOsdidOk ¶

func (o *DiskSummary) GetOsdidOk() (*float32, bool)

GetOsdidOk returns a tuple with the Osdid field value and a boolean to check if the value has been set.

func (*DiskSummary) GetParent ¶

func (o *DiskSummary) GetParent() string

GetParent returns the Parent field value if set, zero value otherwise.

func (*DiskSummary) GetParentOk ¶

func (o *DiskSummary) GetParentOk() (*string, bool)

GetParentOk returns a tuple with the Parent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSummary) GetRpm ¶

func (o *DiskSummary) GetRpm() interface{}

GetRpm returns the Rpm field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DiskSummary) GetRpmOk ¶

func (o *DiskSummary) GetRpmOk() (*interface{}, bool)

GetRpmOk returns a tuple with the Rpm field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DiskSummary) GetSerial ¶

func (o *DiskSummary) GetSerial() string

GetSerial returns the Serial field value if set, zero value otherwise.

func (*DiskSummary) GetSerialOk ¶

func (o *DiskSummary) GetSerialOk() (*string, bool)

GetSerialOk returns a tuple with the Serial field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSummary) GetSize ¶

func (o *DiskSummary) GetSize() float32

GetSize returns the Size field value

func (*DiskSummary) GetSizeOk ¶

func (o *DiskSummary) GetSizeOk() (*float32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*DiskSummary) GetType ¶

func (o *DiskSummary) GetType() DiskType

GetType returns the Type field value if set, zero value otherwise.

func (*DiskSummary) GetTypeOk ¶

func (o *DiskSummary) GetTypeOk() (*DiskType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSummary) GetVendor ¶

func (o *DiskSummary) GetVendor() string

GetVendor returns the Vendor field value if set, zero value otherwise.

func (*DiskSummary) GetVendorOk ¶

func (o *DiskSummary) GetVendorOk() (*string, bool)

GetVendorOk returns a tuple with the Vendor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSummary) GetWearout ¶

func (o *DiskSummary) GetWearout() interface{}

GetWearout returns the Wearout field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DiskSummary) GetWearoutOk ¶

func (o *DiskSummary) GetWearoutOk() (*interface{}, bool)

GetWearoutOk returns a tuple with the Wearout field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DiskSummary) GetWwn ¶

func (o *DiskSummary) GetWwn() string

GetWwn returns the Wwn field value if set, zero value otherwise.

func (*DiskSummary) GetWwnOk ¶

func (o *DiskSummary) GetWwnOk() (*string, bool)

GetWwnOk returns a tuple with the Wwn field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *DiskSummary) HasByIdLink() bool

HasByIdLink returns a boolean if a field has been set.

func (*DiskSummary) HasHealth ¶

func (o *DiskSummary) HasHealth() bool

HasHealth returns a boolean if a field has been set.

func (*DiskSummary) HasModel ¶

func (o *DiskSummary) HasModel() bool

HasModel returns a boolean if a field has been set.

func (*DiskSummary) HasMounted ¶

func (o *DiskSummary) HasMounted() bool

HasMounted returns a boolean if a field has been set.

func (*DiskSummary) HasParent ¶

func (o *DiskSummary) HasParent() bool

HasParent returns a boolean if a field has been set.

func (*DiskSummary) HasRpm ¶

func (o *DiskSummary) HasRpm() bool

HasRpm returns a boolean if a field has been set.

func (*DiskSummary) HasSerial ¶

func (o *DiskSummary) HasSerial() bool

HasSerial returns a boolean if a field has been set.

func (*DiskSummary) HasType ¶

func (o *DiskSummary) HasType() bool

HasType returns a boolean if a field has been set.

func (*DiskSummary) HasVendor ¶

func (o *DiskSummary) HasVendor() bool

HasVendor returns a boolean if a field has been set.

func (*DiskSummary) HasWearout ¶

func (o *DiskSummary) HasWearout() bool

HasWearout returns a boolean if a field has been set.

func (*DiskSummary) HasWwn ¶

func (o *DiskSummary) HasWwn() bool

HasWwn returns a boolean if a field has been set.

func (DiskSummary) MarshalJSON ¶

func (o DiskSummary) MarshalJSON() ([]byte, error)
func (o *DiskSummary) SetByIdLink(v string)

SetByIdLink gets a reference to the given string and assigns it to the ByIdLink field.

func (*DiskSummary) SetDevpath ¶

func (o *DiskSummary) SetDevpath(v string)

SetDevpath sets field value

func (*DiskSummary) SetGpt ¶

func (o *DiskSummary) SetGpt(v float32)

SetGpt sets field value

func (*DiskSummary) SetHealth ¶

func (o *DiskSummary) SetHealth(v string)

SetHealth gets a reference to the given string and assigns it to the Health field.

func (*DiskSummary) SetModel ¶

func (o *DiskSummary) SetModel(v string)

SetModel gets a reference to the given string and assigns it to the Model field.

func (*DiskSummary) SetMounted ¶

func (o *DiskSummary) SetMounted(v float32)

SetMounted gets a reference to the given float32 and assigns it to the Mounted field.

func (*DiskSummary) SetOsdid ¶

func (o *DiskSummary) SetOsdid(v float32)

SetOsdid sets field value

func (*DiskSummary) SetParent ¶

func (o *DiskSummary) SetParent(v string)

SetParent gets a reference to the given string and assigns it to the Parent field.

func (*DiskSummary) SetRpm ¶

func (o *DiskSummary) SetRpm(v interface{})

SetRpm gets a reference to the given interface{} and assigns it to the Rpm field.

func (*DiskSummary) SetSerial ¶

func (o *DiskSummary) SetSerial(v string)

SetSerial gets a reference to the given string and assigns it to the Serial field.

func (*DiskSummary) SetSize ¶

func (o *DiskSummary) SetSize(v float32)

SetSize sets field value

func (*DiskSummary) SetType ¶

func (o *DiskSummary) SetType(v DiskType)

SetType gets a reference to the given DiskType and assigns it to the Type field.

func (*DiskSummary) SetVendor ¶

func (o *DiskSummary) SetVendor(v string)

SetVendor gets a reference to the given string and assigns it to the Vendor field.

func (*DiskSummary) SetWearout ¶

func (o *DiskSummary) SetWearout(v interface{})

SetWearout gets a reference to the given interface{} and assigns it to the Wearout field.

func (*DiskSummary) SetWwn ¶

func (o *DiskSummary) SetWwn(v string)

SetWwn gets a reference to the given string and assigns it to the Wwn field.

func (DiskSummary) ToMap ¶ added in v0.9.0

func (o DiskSummary) ToMap() (map[string]interface{}, error)

type DiskType ¶

type DiskType string

DiskType the model 'DiskType'

const (
	DISKTYPE_NVME      DiskType = "nvme"
	DISKTYPE_SSD       DiskType = "ssd"
	DISKTYPE_HDD       DiskType = "hdd"
	DISKTYPE_PARTITION DiskType = "partition"
)

List of DiskType

func NewDiskTypeFromValue ¶

func NewDiskTypeFromValue(v string) (*DiskType, error)

NewDiskTypeFromValue returns a pointer to a valid DiskType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DiskType) IsValid ¶

func (v DiskType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (DiskType) Ptr ¶

func (v DiskType) Ptr() *DiskType

Ptr returns reference to DiskType value

func (*DiskType) UnmarshalJSON ¶

func (v *DiskType) UnmarshalJSON(src []byte) error

type DiskTypeFilter ¶

type DiskTypeFilter string

DiskTypeFilter the model 'DiskTypeFilter'

const (
	DISKTYPEFILTER_UNUSED        DiskTypeFilter = "unused"
	DISKTYPEFILTER_JOURNAL_DISKS DiskTypeFilter = "journal_disks"
)

List of DiskTypeFilter

func NewDiskTypeFilterFromValue ¶

func NewDiskTypeFilterFromValue(v string) (*DiskTypeFilter, error)

NewDiskTypeFilterFromValue returns a pointer to a valid DiskTypeFilter for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DiskTypeFilter) IsValid ¶

func (v DiskTypeFilter) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (DiskTypeFilter) Ptr ¶

func (v DiskTypeFilter) Ptr() *DiskTypeFilter

Ptr returns reference to DiskTypeFilter value

func (*DiskTypeFilter) UnmarshalJSON ¶

func (v *DiskTypeFilter) UnmarshalJSON(src []byte) error

type DownloadFromUrlToStorageRequestContent ¶ added in v0.16.0

type DownloadFromUrlToStorageRequestContent struct {
	Content UploadContentType `json:"content"`
	// The name of the file to create.
	Filename string `json:"filename"`
	// The URL to download from.
	Url string `json:"url"`
	// The expceted checksum of the file.
	Checksum          *string            `json:"checksum,omitempty"`
	ChecksumAlgorithm *ChecksumAlgorithm `json:"checksum-algorithm,omitempty"`
	// The source filename.
	Tmpfilename *string `json:"tmpfilename,omitempty"`
}

DownloadFromUrlToStorageRequestContent struct for DownloadFromUrlToStorageRequestContent

func NewDownloadFromUrlToStorageRequestContent ¶ added in v0.16.0

func NewDownloadFromUrlToStorageRequestContent(content UploadContentType, filename string, url string) *DownloadFromUrlToStorageRequestContent

NewDownloadFromUrlToStorageRequestContent instantiates a new DownloadFromUrlToStorageRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDownloadFromUrlToStorageRequestContentWithDefaults ¶ added in v0.16.0

func NewDownloadFromUrlToStorageRequestContentWithDefaults() *DownloadFromUrlToStorageRequestContent

NewDownloadFromUrlToStorageRequestContentWithDefaults instantiates a new DownloadFromUrlToStorageRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DownloadFromUrlToStorageRequestContent) GetChecksum ¶ added in v0.16.0

GetChecksum returns the Checksum field value if set, zero value otherwise.

func (*DownloadFromUrlToStorageRequestContent) GetChecksumAlgorithm ¶ added in v0.16.0

GetChecksumAlgorithm returns the ChecksumAlgorithm field value if set, zero value otherwise.

func (*DownloadFromUrlToStorageRequestContent) GetChecksumAlgorithmOk ¶ added in v0.16.0

func (o *DownloadFromUrlToStorageRequestContent) GetChecksumAlgorithmOk() (*ChecksumAlgorithm, bool)

GetChecksumAlgorithmOk returns a tuple with the ChecksumAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadFromUrlToStorageRequestContent) GetChecksumOk ¶ added in v0.16.0

func (o *DownloadFromUrlToStorageRequestContent) GetChecksumOk() (*string, bool)

GetChecksumOk returns a tuple with the Checksum field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadFromUrlToStorageRequestContent) GetContent ¶ added in v0.16.0

GetContent returns the Content field value

func (*DownloadFromUrlToStorageRequestContent) GetContentOk ¶ added in v0.16.0

GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.

func (*DownloadFromUrlToStorageRequestContent) GetFilename ¶ added in v0.16.0

GetFilename returns the Filename field value

func (*DownloadFromUrlToStorageRequestContent) GetFilenameOk ¶ added in v0.16.0

func (o *DownloadFromUrlToStorageRequestContent) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value and a boolean to check if the value has been set.

func (*DownloadFromUrlToStorageRequestContent) GetTmpfilename ¶ added in v0.16.0

func (o *DownloadFromUrlToStorageRequestContent) GetTmpfilename() string

GetTmpfilename returns the Tmpfilename field value if set, zero value otherwise.

func (*DownloadFromUrlToStorageRequestContent) GetTmpfilenameOk ¶ added in v0.16.0

func (o *DownloadFromUrlToStorageRequestContent) GetTmpfilenameOk() (*string, bool)

GetTmpfilenameOk returns a tuple with the Tmpfilename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadFromUrlToStorageRequestContent) GetUrl ¶ added in v0.16.0

GetUrl returns the Url field value

func (*DownloadFromUrlToStorageRequestContent) GetUrlOk ¶ added in v0.16.0

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*DownloadFromUrlToStorageRequestContent) HasChecksum ¶ added in v0.16.0

HasChecksum returns a boolean if a field has been set.

func (*DownloadFromUrlToStorageRequestContent) HasChecksumAlgorithm ¶ added in v0.16.0

func (o *DownloadFromUrlToStorageRequestContent) HasChecksumAlgorithm() bool

HasChecksumAlgorithm returns a boolean if a field has been set.

func (*DownloadFromUrlToStorageRequestContent) HasTmpfilename ¶ added in v0.16.0

func (o *DownloadFromUrlToStorageRequestContent) HasTmpfilename() bool

HasTmpfilename returns a boolean if a field has been set.

func (DownloadFromUrlToStorageRequestContent) MarshalJSON ¶ added in v0.16.0

func (o DownloadFromUrlToStorageRequestContent) MarshalJSON() ([]byte, error)

func (*DownloadFromUrlToStorageRequestContent) SetChecksum ¶ added in v0.16.0

SetChecksum gets a reference to the given string and assigns it to the Checksum field.

func (*DownloadFromUrlToStorageRequestContent) SetChecksumAlgorithm ¶ added in v0.16.0

func (o *DownloadFromUrlToStorageRequestContent) SetChecksumAlgorithm(v ChecksumAlgorithm)

SetChecksumAlgorithm gets a reference to the given ChecksumAlgorithm and assigns it to the ChecksumAlgorithm field.

func (*DownloadFromUrlToStorageRequestContent) SetContent ¶ added in v0.16.0

SetContent sets field value

func (*DownloadFromUrlToStorageRequestContent) SetFilename ¶ added in v0.16.0

SetFilename sets field value

func (*DownloadFromUrlToStorageRequestContent) SetTmpfilename ¶ added in v0.16.0

func (o *DownloadFromUrlToStorageRequestContent) SetTmpfilename(v string)

SetTmpfilename gets a reference to the given string and assigns it to the Tmpfilename field.

func (*DownloadFromUrlToStorageRequestContent) SetUrl ¶ added in v0.16.0

SetUrl sets field value

func (DownloadFromUrlToStorageRequestContent) ToMap ¶ added in v0.16.0

func (o DownloadFromUrlToStorageRequestContent) ToMap() (map[string]interface{}, error)

type DownloadFromUrlToStorageResponseContent ¶ added in v0.16.0

type DownloadFromUrlToStorageResponseContent struct {
	Data string `json:"data"`
}

DownloadFromUrlToStorageResponseContent struct for DownloadFromUrlToStorageResponseContent

func NewDownloadFromUrlToStorageResponseContent ¶ added in v0.16.0

func NewDownloadFromUrlToStorageResponseContent(data string) *DownloadFromUrlToStorageResponseContent

NewDownloadFromUrlToStorageResponseContent instantiates a new DownloadFromUrlToStorageResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDownloadFromUrlToStorageResponseContentWithDefaults ¶ added in v0.16.0

func NewDownloadFromUrlToStorageResponseContentWithDefaults() *DownloadFromUrlToStorageResponseContent

NewDownloadFromUrlToStorageResponseContentWithDefaults instantiates a new DownloadFromUrlToStorageResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DownloadFromUrlToStorageResponseContent) GetData ¶ added in v0.16.0

GetData returns the Data field value

func (*DownloadFromUrlToStorageResponseContent) GetDataOk ¶ added in v0.16.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (DownloadFromUrlToStorageResponseContent) MarshalJSON ¶ added in v0.16.0

func (o DownloadFromUrlToStorageResponseContent) MarshalJSON() ([]byte, error)

func (*DownloadFromUrlToStorageResponseContent) SetData ¶ added in v0.16.0

SetData sets field value

func (DownloadFromUrlToStorageResponseContent) ToMap ¶ added in v0.16.0

func (o DownloadFromUrlToStorageResponseContent) ToMap() (map[string]interface{}, error)

type ExecuteCommandResponse ¶ added in v0.43.0

type ExecuteCommandResponse struct {
	Pid float32 `json:"pid"`
}

ExecuteCommandResponse struct for ExecuteCommandResponse

func NewExecuteCommandResponse ¶ added in v0.43.0

func NewExecuteCommandResponse(pid float32) *ExecuteCommandResponse

NewExecuteCommandResponse instantiates a new ExecuteCommandResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExecuteCommandResponseWithDefaults ¶ added in v0.43.0

func NewExecuteCommandResponseWithDefaults() *ExecuteCommandResponse

NewExecuteCommandResponseWithDefaults instantiates a new ExecuteCommandResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExecuteCommandResponse) GetPid ¶ added in v0.43.0

func (o *ExecuteCommandResponse) GetPid() float32

GetPid returns the Pid field value

func (*ExecuteCommandResponse) GetPidOk ¶ added in v0.43.0

func (o *ExecuteCommandResponse) GetPidOk() (*float32, bool)

GetPidOk returns a tuple with the Pid field value and a boolean to check if the value has been set.

func (ExecuteCommandResponse) MarshalJSON ¶ added in v0.43.0

func (o ExecuteCommandResponse) MarshalJSON() ([]byte, error)

func (*ExecuteCommandResponse) SetPid ¶ added in v0.43.0

func (o *ExecuteCommandResponse) SetPid(v float32)

SetPid sets field value

func (ExecuteCommandResponse) ToMap ¶ added in v0.43.0

func (o ExecuteCommandResponse) ToMap() (map[string]interface{}, error)

type FileInfoSummary ¶

type FileInfoSummary struct {
	Path    string  `json:"path"`
	Index   float32 `json:"index"`
	Message string  `json:"message"`
	Kind    string  `json:"kind"`
}

FileInfoSummary struct for FileInfoSummary

func NewFileInfoSummary ¶

func NewFileInfoSummary(path string, index float32, message string, kind string) *FileInfoSummary

NewFileInfoSummary instantiates a new FileInfoSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileInfoSummaryWithDefaults ¶

func NewFileInfoSummaryWithDefaults() *FileInfoSummary

NewFileInfoSummaryWithDefaults instantiates a new FileInfoSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileInfoSummary) GetIndex ¶

func (o *FileInfoSummary) GetIndex() float32

GetIndex returns the Index field value

func (*FileInfoSummary) GetIndexOk ¶

func (o *FileInfoSummary) GetIndexOk() (*float32, bool)

GetIndexOk returns a tuple with the Index field value and a boolean to check if the value has been set.

func (*FileInfoSummary) GetKind ¶

func (o *FileInfoSummary) GetKind() string

GetKind returns the Kind field value

func (*FileInfoSummary) GetKindOk ¶

func (o *FileInfoSummary) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.

func (*FileInfoSummary) GetMessage ¶

func (o *FileInfoSummary) GetMessage() string

GetMessage returns the Message field value

func (*FileInfoSummary) GetMessageOk ¶

func (o *FileInfoSummary) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*FileInfoSummary) GetPath ¶

func (o *FileInfoSummary) GetPath() string

GetPath returns the Path field value

func (*FileInfoSummary) GetPathOk ¶

func (o *FileInfoSummary) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (FileInfoSummary) MarshalJSON ¶

func (o FileInfoSummary) MarshalJSON() ([]byte, error)

func (*FileInfoSummary) SetIndex ¶

func (o *FileInfoSummary) SetIndex(v float32)

SetIndex sets field value

func (*FileInfoSummary) SetKind ¶

func (o *FileInfoSummary) SetKind(v string)

SetKind sets field value

func (*FileInfoSummary) SetMessage ¶

func (o *FileInfoSummary) SetMessage(v string)

SetMessage sets field value

func (*FileInfoSummary) SetPath ¶

func (o *FileInfoSummary) SetPath(v string)

SetPath sets field value

func (FileInfoSummary) ToMap ¶ added in v0.9.0

func (o FileInfoSummary) ToMap() (map[string]interface{}, error)

type FileReadSummary ¶ added in v0.46.0

type FileReadSummary struct {
	Content string `json:"content"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Truncated *float32 `json:"truncated,omitempty"`
}

FileReadSummary struct for FileReadSummary

func NewFileReadSummary ¶ added in v0.46.0

func NewFileReadSummary(content string) *FileReadSummary

NewFileReadSummary instantiates a new FileReadSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileReadSummaryWithDefaults ¶ added in v0.46.0

func NewFileReadSummaryWithDefaults() *FileReadSummary

NewFileReadSummaryWithDefaults instantiates a new FileReadSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileReadSummary) GetContent ¶ added in v0.46.0

func (o *FileReadSummary) GetContent() string

GetContent returns the Content field value

func (*FileReadSummary) GetContentOk ¶ added in v0.46.0

func (o *FileReadSummary) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.

func (*FileReadSummary) GetTruncated ¶ added in v0.46.0

func (o *FileReadSummary) GetTruncated() float32

GetTruncated returns the Truncated field value if set, zero value otherwise.

func (*FileReadSummary) GetTruncatedOk ¶ added in v0.46.0

func (o *FileReadSummary) GetTruncatedOk() (*float32, bool)

GetTruncatedOk returns a tuple with the Truncated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileReadSummary) HasTruncated ¶ added in v0.46.0

func (o *FileReadSummary) HasTruncated() bool

HasTruncated returns a boolean if a field has been set.

func (FileReadSummary) MarshalJSON ¶ added in v0.46.0

func (o FileReadSummary) MarshalJSON() ([]byte, error)

func (*FileReadSummary) SetContent ¶ added in v0.46.0

func (o *FileReadSummary) SetContent(v string)

SetContent sets field value

func (*FileReadSummary) SetTruncated ¶ added in v0.46.0

func (o *FileReadSummary) SetTruncated(v float32)

SetTruncated gets a reference to the given float32 and assigns it to the Truncated field.

func (FileReadSummary) ToMap ¶ added in v0.46.0

func (o FileReadSummary) ToMap() (map[string]interface{}, error)

type FileRepositorySummary ¶

type FileRepositorySummary struct {
	Enabled    *float32 `json:"Enabled,omitempty"`
	Components []string `json:"Components,omitempty"`
	FileType   *string  `json:"FileType,omitempty"`
	URIs       []string `json:"URIs,omitempty"`
	Types      []string `json:"Types,omitempty"`
	Suites     []string `json:"Suites,omitempty"`
	Comment    *string  `json:"Comment,omitempty"`
}

FileRepositorySummary struct for FileRepositorySummary

func NewFileRepositorySummary ¶

func NewFileRepositorySummary() *FileRepositorySummary

NewFileRepositorySummary instantiates a new FileRepositorySummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileRepositorySummaryWithDefaults ¶

func NewFileRepositorySummaryWithDefaults() *FileRepositorySummary

NewFileRepositorySummaryWithDefaults instantiates a new FileRepositorySummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileRepositorySummary) GetComment ¶

func (o *FileRepositorySummary) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*FileRepositorySummary) GetCommentOk ¶

func (o *FileRepositorySummary) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileRepositorySummary) GetComponents ¶

func (o *FileRepositorySummary) GetComponents() []string

GetComponents returns the Components field value if set, zero value otherwise.

func (*FileRepositorySummary) GetComponentsOk ¶

func (o *FileRepositorySummary) GetComponentsOk() ([]string, bool)

GetComponentsOk returns a tuple with the Components field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileRepositorySummary) GetEnabled ¶

func (o *FileRepositorySummary) GetEnabled() float32

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*FileRepositorySummary) GetEnabledOk ¶

func (o *FileRepositorySummary) GetEnabledOk() (*float32, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileRepositorySummary) GetFileType ¶

func (o *FileRepositorySummary) GetFileType() string

GetFileType returns the FileType field value if set, zero value otherwise.

func (*FileRepositorySummary) GetFileTypeOk ¶

func (o *FileRepositorySummary) GetFileTypeOk() (*string, bool)

GetFileTypeOk returns a tuple with the FileType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileRepositorySummary) GetSuites ¶

func (o *FileRepositorySummary) GetSuites() []string

GetSuites returns the Suites field value if set, zero value otherwise.

func (*FileRepositorySummary) GetSuitesOk ¶

func (o *FileRepositorySummary) GetSuitesOk() ([]string, bool)

GetSuitesOk returns a tuple with the Suites field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileRepositorySummary) GetTypes ¶

func (o *FileRepositorySummary) GetTypes() []string

GetTypes returns the Types field value if set, zero value otherwise.

func (*FileRepositorySummary) GetTypesOk ¶

func (o *FileRepositorySummary) GetTypesOk() ([]string, bool)

GetTypesOk returns a tuple with the Types field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileRepositorySummary) GetURIs ¶

func (o *FileRepositorySummary) GetURIs() []string

GetURIs returns the URIs field value if set, zero value otherwise.

func (*FileRepositorySummary) GetURIsOk ¶

func (o *FileRepositorySummary) GetURIsOk() ([]string, bool)

GetURIsOk returns a tuple with the URIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileRepositorySummary) HasComment ¶

func (o *FileRepositorySummary) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*FileRepositorySummary) HasComponents ¶

func (o *FileRepositorySummary) HasComponents() bool

HasComponents returns a boolean if a field has been set.

func (*FileRepositorySummary) HasEnabled ¶

func (o *FileRepositorySummary) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*FileRepositorySummary) HasFileType ¶

func (o *FileRepositorySummary) HasFileType() bool

HasFileType returns a boolean if a field has been set.

func (*FileRepositorySummary) HasSuites ¶

func (o *FileRepositorySummary) HasSuites() bool

HasSuites returns a boolean if a field has been set.

func (*FileRepositorySummary) HasTypes ¶

func (o *FileRepositorySummary) HasTypes() bool

HasTypes returns a boolean if a field has been set.

func (*FileRepositorySummary) HasURIs ¶

func (o *FileRepositorySummary) HasURIs() bool

HasURIs returns a boolean if a field has been set.

func (FileRepositorySummary) MarshalJSON ¶

func (o FileRepositorySummary) MarshalJSON() ([]byte, error)

func (*FileRepositorySummary) SetComment ¶

func (o *FileRepositorySummary) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*FileRepositorySummary) SetComponents ¶

func (o *FileRepositorySummary) SetComponents(v []string)

SetComponents gets a reference to the given []string and assigns it to the Components field.

func (*FileRepositorySummary) SetEnabled ¶

func (o *FileRepositorySummary) SetEnabled(v float32)

SetEnabled gets a reference to the given float32 and assigns it to the Enabled field.

func (*FileRepositorySummary) SetFileType ¶

func (o *FileRepositorySummary) SetFileType(v string)

SetFileType gets a reference to the given string and assigns it to the FileType field.

func (*FileRepositorySummary) SetSuites ¶

func (o *FileRepositorySummary) SetSuites(v []string)

SetSuites gets a reference to the given []string and assigns it to the Suites field.

func (*FileRepositorySummary) SetTypes ¶

func (o *FileRepositorySummary) SetTypes(v []string)

SetTypes gets a reference to the given []string and assigns it to the Types field.

func (*FileRepositorySummary) SetURIs ¶

func (o *FileRepositorySummary) SetURIs(v []string)

SetURIs gets a reference to the given []string and assigns it to the URIs field.

func (FileRepositorySummary) ToMap ¶ added in v0.9.0

func (o FileRepositorySummary) ToMap() (map[string]interface{}, error)

type FileSummary ¶

type FileSummary struct {
	Path         *string                 `json:"path,omitempty"`
	Content      *string                 `json:"content,omitempty"`
	Repositories []FileRepositorySummary `json:"repositories,omitempty"`
	Digest       []float32               `json:"digest,omitempty"`
	FileType     *string                 `json:"file-type,omitempty"`
}

FileSummary struct for FileSummary

func NewFileSummary ¶

func NewFileSummary() *FileSummary

NewFileSummary instantiates a new FileSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileSummaryWithDefaults ¶

func NewFileSummaryWithDefaults() *FileSummary

NewFileSummaryWithDefaults instantiates a new FileSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileSummary) GetContent ¶

func (o *FileSummary) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*FileSummary) GetContentOk ¶

func (o *FileSummary) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSummary) GetDigest ¶

func (o *FileSummary) GetDigest() []float32

GetDigest returns the Digest field value if set, zero value otherwise.

func (*FileSummary) GetDigestOk ¶

func (o *FileSummary) GetDigestOk() ([]float32, bool)

GetDigestOk returns a tuple with the Digest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSummary) GetFileType ¶

func (o *FileSummary) GetFileType() string

GetFileType returns the FileType field value if set, zero value otherwise.

func (*FileSummary) GetFileTypeOk ¶

func (o *FileSummary) GetFileTypeOk() (*string, bool)

GetFileTypeOk returns a tuple with the FileType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSummary) GetPath ¶

func (o *FileSummary) GetPath() string

GetPath returns the Path field value if set, zero value otherwise.

func (*FileSummary) GetPathOk ¶

func (o *FileSummary) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSummary) GetRepositories ¶

func (o *FileSummary) GetRepositories() []FileRepositorySummary

GetRepositories returns the Repositories field value if set, zero value otherwise.

func (*FileSummary) GetRepositoriesOk ¶

func (o *FileSummary) GetRepositoriesOk() ([]FileRepositorySummary, bool)

GetRepositoriesOk returns a tuple with the Repositories field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSummary) HasContent ¶

func (o *FileSummary) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*FileSummary) HasDigest ¶

func (o *FileSummary) HasDigest() bool

HasDigest returns a boolean if a field has been set.

func (*FileSummary) HasFileType ¶

func (o *FileSummary) HasFileType() bool

HasFileType returns a boolean if a field has been set.

func (*FileSummary) HasPath ¶

func (o *FileSummary) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*FileSummary) HasRepositories ¶

func (o *FileSummary) HasRepositories() bool

HasRepositories returns a boolean if a field has been set.

func (FileSummary) MarshalJSON ¶

func (o FileSummary) MarshalJSON() ([]byte, error)

func (*FileSummary) SetContent ¶

func (o *FileSummary) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*FileSummary) SetDigest ¶

func (o *FileSummary) SetDigest(v []float32)

SetDigest gets a reference to the given []float32 and assigns it to the Digest field.

func (*FileSummary) SetFileType ¶

func (o *FileSummary) SetFileType(v string)

SetFileType gets a reference to the given string and assigns it to the FileType field.

func (*FileSummary) SetPath ¶

func (o *FileSummary) SetPath(v string)

SetPath gets a reference to the given string and assigns it to the Path field.

func (*FileSummary) SetRepositories ¶

func (o *FileSummary) SetRepositories(v []FileRepositorySummary)

SetRepositories gets a reference to the given []FileRepositorySummary and assigns it to the Repositories field.

func (FileSummary) ToMap ¶ added in v0.9.0

func (o FileSummary) ToMap() (map[string]interface{}, error)

type FileSystemInformationSummary ¶

type FileSystemInformationSummary struct {
	Disk       []DiskInformationSummary `json:"disk,omitempty"`
	Name       *string                  `json:"name,omitempty"`
	Mountpoint *string                  `json:"mountpoint,omitempty"`
	Type       *string                  `json:"type,omitempty"`
	UsedBytes  *float32                 `json:"used-bytes,omitempty"`
	TotalBytes *float32                 `json:"total-bytes,omitempty"`
}

FileSystemInformationSummary struct for FileSystemInformationSummary

func NewFileSystemInformationSummary ¶

func NewFileSystemInformationSummary() *FileSystemInformationSummary

NewFileSystemInformationSummary instantiates a new FileSystemInformationSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileSystemInformationSummaryWithDefaults ¶

func NewFileSystemInformationSummaryWithDefaults() *FileSystemInformationSummary

NewFileSystemInformationSummaryWithDefaults instantiates a new FileSystemInformationSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileSystemInformationSummary) GetDisk ¶

GetDisk returns the Disk field value if set, zero value otherwise.

func (*FileSystemInformationSummary) GetDiskOk ¶

GetDiskOk returns a tuple with the Disk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSystemInformationSummary) GetMountpoint ¶

func (o *FileSystemInformationSummary) GetMountpoint() string

GetMountpoint returns the Mountpoint field value if set, zero value otherwise.

func (*FileSystemInformationSummary) GetMountpointOk ¶

func (o *FileSystemInformationSummary) GetMountpointOk() (*string, bool)

GetMountpointOk returns a tuple with the Mountpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSystemInformationSummary) GetName ¶

func (o *FileSystemInformationSummary) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*FileSystemInformationSummary) GetNameOk ¶

func (o *FileSystemInformationSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSystemInformationSummary) GetTotalBytes ¶

func (o *FileSystemInformationSummary) GetTotalBytes() float32

GetTotalBytes returns the TotalBytes field value if set, zero value otherwise.

func (*FileSystemInformationSummary) GetTotalBytesOk ¶

func (o *FileSystemInformationSummary) GetTotalBytesOk() (*float32, bool)

GetTotalBytesOk returns a tuple with the TotalBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSystemInformationSummary) GetType ¶

func (o *FileSystemInformationSummary) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*FileSystemInformationSummary) GetTypeOk ¶

func (o *FileSystemInformationSummary) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSystemInformationSummary) GetUsedBytes ¶

func (o *FileSystemInformationSummary) GetUsedBytes() float32

GetUsedBytes returns the UsedBytes field value if set, zero value otherwise.

func (*FileSystemInformationSummary) GetUsedBytesOk ¶

func (o *FileSystemInformationSummary) GetUsedBytesOk() (*float32, bool)

GetUsedBytesOk returns a tuple with the UsedBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSystemInformationSummary) HasDisk ¶

func (o *FileSystemInformationSummary) HasDisk() bool

HasDisk returns a boolean if a field has been set.

func (*FileSystemInformationSummary) HasMountpoint ¶

func (o *FileSystemInformationSummary) HasMountpoint() bool

HasMountpoint returns a boolean if a field has been set.

func (*FileSystemInformationSummary) HasName ¶

func (o *FileSystemInformationSummary) HasName() bool

HasName returns a boolean if a field has been set.

func (*FileSystemInformationSummary) HasTotalBytes ¶

func (o *FileSystemInformationSummary) HasTotalBytes() bool

HasTotalBytes returns a boolean if a field has been set.

func (*FileSystemInformationSummary) HasType ¶

func (o *FileSystemInformationSummary) HasType() bool

HasType returns a boolean if a field has been set.

func (*FileSystemInformationSummary) HasUsedBytes ¶

func (o *FileSystemInformationSummary) HasUsedBytes() bool

HasUsedBytes returns a boolean if a field has been set.

func (FileSystemInformationSummary) MarshalJSON ¶

func (o FileSystemInformationSummary) MarshalJSON() ([]byte, error)

func (*FileSystemInformationSummary) SetDisk ¶

SetDisk gets a reference to the given []DiskInformationSummary and assigns it to the Disk field.

func (*FileSystemInformationSummary) SetMountpoint ¶

func (o *FileSystemInformationSummary) SetMountpoint(v string)

SetMountpoint gets a reference to the given string and assigns it to the Mountpoint field.

func (*FileSystemInformationSummary) SetName ¶

func (o *FileSystemInformationSummary) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*FileSystemInformationSummary) SetTotalBytes ¶

func (o *FileSystemInformationSummary) SetTotalBytes(v float32)

SetTotalBytes gets a reference to the given float32 and assigns it to the TotalBytes field.

func (*FileSystemInformationSummary) SetType ¶

func (o *FileSystemInformationSummary) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*FileSystemInformationSummary) SetUsedBytes ¶

func (o *FileSystemInformationSummary) SetUsedBytes(v float32)

SetUsedBytes gets a reference to the given float32 and assigns it to the UsedBytes field.

func (FileSystemInformationSummary) ToMap ¶ added in v0.9.0

func (o FileSystemInformationSummary) ToMap() (map[string]interface{}, error)

type FirewallReferenceType ¶ added in v0.54.0

type FirewallReferenceType string

FirewallReferenceType the model 'FirewallReferenceType'

const (
	FIREWALLREFERENCETYPE_IPSET FirewallReferenceType = "ipset"
	FIREWALLREFERENCETYPE_ALIAS FirewallReferenceType = "alias"
)

List of FirewallReferenceType

func NewFirewallReferenceTypeFromValue ¶ added in v0.54.0

func NewFirewallReferenceTypeFromValue(v string) (*FirewallReferenceType, error)

NewFirewallReferenceTypeFromValue returns a pointer to a valid FirewallReferenceType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FirewallReferenceType) IsValid ¶ added in v0.54.0

func (v FirewallReferenceType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FirewallReferenceType) Ptr ¶ added in v0.54.0

Ptr returns reference to FirewallReferenceType value

func (*FirewallReferenceType) UnmarshalJSON ¶ added in v0.54.0

func (v *FirewallReferenceType) UnmarshalJSON(src []byte) error

type GenericOpenAPIError ¶

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body ¶

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ¶

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model ¶

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GetAccessControlListResponseContent ¶

type GetAccessControlListResponseContent struct {
	Data []AccessControlSummary `json:"data"`
}

GetAccessControlListResponseContent struct for GetAccessControlListResponseContent

func NewGetAccessControlListResponseContent ¶

func NewGetAccessControlListResponseContent(data []AccessControlSummary) *GetAccessControlListResponseContent

NewGetAccessControlListResponseContent instantiates a new GetAccessControlListResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAccessControlListResponseContentWithDefaults ¶

func NewGetAccessControlListResponseContentWithDefaults() *GetAccessControlListResponseContent

NewGetAccessControlListResponseContentWithDefaults instantiates a new GetAccessControlListResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAccessControlListResponseContent) GetData ¶

GetData returns the Data field value

func (*GetAccessControlListResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetAccessControlListResponseContent) MarshalJSON ¶

func (o GetAccessControlListResponseContent) MarshalJSON() ([]byte, error)

func (*GetAccessControlListResponseContent) SetData ¶

SetData sets field value

func (GetAccessControlListResponseContent) ToMap ¶ added in v0.9.0

func (o GetAccessControlListResponseContent) ToMap() (map[string]interface{}, error)

type GetClusterApiVersionResponseContent ¶

type GetClusterApiVersionResponseContent struct {
	// API version
	Data *string `json:"data,omitempty"`
}

GetClusterApiVersionResponseContent struct for GetClusterApiVersionResponseContent

func NewGetClusterApiVersionResponseContent ¶

func NewGetClusterApiVersionResponseContent() *GetClusterApiVersionResponseContent

NewGetClusterApiVersionResponseContent instantiates a new GetClusterApiVersionResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetClusterApiVersionResponseContentWithDefaults ¶

func NewGetClusterApiVersionResponseContentWithDefaults() *GetClusterApiVersionResponseContent

NewGetClusterApiVersionResponseContentWithDefaults instantiates a new GetClusterApiVersionResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetClusterApiVersionResponseContent) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetClusterApiVersionResponseContent) GetDataOk ¶

func (o *GetClusterApiVersionResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetClusterApiVersionResponseContent) HasData ¶

HasData returns a boolean if a field has been set.

func (GetClusterApiVersionResponseContent) MarshalJSON ¶

func (o GetClusterApiVersionResponseContent) MarshalJSON() ([]byte, error)

func (*GetClusterApiVersionResponseContent) SetData ¶

SetData gets a reference to the given string and assigns it to the Data field.

func (GetClusterApiVersionResponseContent) ToMap ¶ added in v0.9.0

func (o GetClusterApiVersionResponseContent) ToMap() (map[string]interface{}, error)

type GetClusterJoinInformationResponseContent ¶

type GetClusterJoinInformationResponseContent struct {
	Data JoinInformation `json:"data"`
}

GetClusterJoinInformationResponseContent struct for GetClusterJoinInformationResponseContent

func NewGetClusterJoinInformationResponseContent ¶

func NewGetClusterJoinInformationResponseContent(data JoinInformation) *GetClusterJoinInformationResponseContent

NewGetClusterJoinInformationResponseContent instantiates a new GetClusterJoinInformationResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetClusterJoinInformationResponseContentWithDefaults ¶

func NewGetClusterJoinInformationResponseContentWithDefaults() *GetClusterJoinInformationResponseContent

NewGetClusterJoinInformationResponseContentWithDefaults instantiates a new GetClusterJoinInformationResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetClusterJoinInformationResponseContent) GetData ¶

GetData returns the Data field value

func (*GetClusterJoinInformationResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetClusterJoinInformationResponseContent) MarshalJSON ¶

func (*GetClusterJoinInformationResponseContent) SetData ¶

SetData sets field value

func (GetClusterJoinInformationResponseContent) ToMap ¶ added in v0.9.0

func (o GetClusterJoinInformationResponseContent) ToMap() (map[string]interface{}, error)

type GetClusterTotemSettingsResponseContent ¶

type GetClusterTotemSettingsResponseContent struct {
	Data *TotemSummary `json:"data,omitempty"`
}

GetClusterTotemSettingsResponseContent struct for GetClusterTotemSettingsResponseContent

func NewGetClusterTotemSettingsResponseContent ¶

func NewGetClusterTotemSettingsResponseContent() *GetClusterTotemSettingsResponseContent

NewGetClusterTotemSettingsResponseContent instantiates a new GetClusterTotemSettingsResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetClusterTotemSettingsResponseContentWithDefaults ¶

func NewGetClusterTotemSettingsResponseContentWithDefaults() *GetClusterTotemSettingsResponseContent

NewGetClusterTotemSettingsResponseContentWithDefaults instantiates a new GetClusterTotemSettingsResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetClusterTotemSettingsResponseContent) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetClusterTotemSettingsResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetClusterTotemSettingsResponseContent) HasData ¶

HasData returns a boolean if a field has been set.

func (GetClusterTotemSettingsResponseContent) MarshalJSON ¶

func (o GetClusterTotemSettingsResponseContent) MarshalJSON() ([]byte, error)

func (*GetClusterTotemSettingsResponseContent) SetData ¶

SetData gets a reference to the given TotemSummary and assigns it to the Data field.

func (GetClusterTotemSettingsResponseContent) ToMap ¶ added in v0.9.0

func (o GetClusterTotemSettingsResponseContent) ToMap() (map[string]interface{}, error)

type GetFsInfoResult ¶

type GetFsInfoResult struct {
	Result []FileSystemInformationSummary `json:"result,omitempty"`
}

GetFsInfoResult struct for GetFsInfoResult

func NewGetFsInfoResult ¶

func NewGetFsInfoResult() *GetFsInfoResult

NewGetFsInfoResult instantiates a new GetFsInfoResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetFsInfoResultWithDefaults ¶

func NewGetFsInfoResultWithDefaults() *GetFsInfoResult

NewGetFsInfoResultWithDefaults instantiates a new GetFsInfoResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetFsInfoResult) GetResult ¶

GetResult returns the Result field value if set, zero value otherwise.

func (*GetFsInfoResult) GetResultOk ¶

func (o *GetFsInfoResult) GetResultOk() ([]FileSystemInformationSummary, bool)

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFsInfoResult) HasResult ¶

func (o *GetFsInfoResult) HasResult() bool

HasResult returns a boolean if a field has been set.

func (GetFsInfoResult) MarshalJSON ¶

func (o GetFsInfoResult) MarshalJSON() ([]byte, error)

func (*GetFsInfoResult) SetResult ¶

SetResult gets a reference to the given []FileSystemInformationSummary and assigns it to the Result field.

func (GetFsInfoResult) ToMap ¶ added in v0.9.0

func (o GetFsInfoResult) ToMap() (map[string]interface{}, error)

type GetGroupDetailsResponseContent ¶ added in v0.35.0

type GetGroupDetailsResponseContent struct {
	Data GroupDetailsSummary `json:"data"`
}

GetGroupDetailsResponseContent struct for GetGroupDetailsResponseContent

func NewGetGroupDetailsResponseContent ¶ added in v0.35.0

func NewGetGroupDetailsResponseContent(data GroupDetailsSummary) *GetGroupDetailsResponseContent

NewGetGroupDetailsResponseContent instantiates a new GetGroupDetailsResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetGroupDetailsResponseContentWithDefaults ¶ added in v0.35.0

func NewGetGroupDetailsResponseContentWithDefaults() *GetGroupDetailsResponseContent

NewGetGroupDetailsResponseContentWithDefaults instantiates a new GetGroupDetailsResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetGroupDetailsResponseContent) GetData ¶ added in v0.35.0

GetData returns the Data field value

func (*GetGroupDetailsResponseContent) GetDataOk ¶ added in v0.35.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetGroupDetailsResponseContent) MarshalJSON ¶ added in v0.35.0

func (o GetGroupDetailsResponseContent) MarshalJSON() ([]byte, error)

func (*GetGroupDetailsResponseContent) SetData ¶ added in v0.35.0

SetData sets field value

func (GetGroupDetailsResponseContent) ToMap ¶ added in v0.35.0

func (o GetGroupDetailsResponseContent) ToMap() (map[string]interface{}, error)

type GetHostnameResult ¶

type GetHostnameResult struct {
	HostName *string `json:"host-name,omitempty"`
}

GetHostnameResult struct for GetHostnameResult

func NewGetHostnameResult ¶

func NewGetHostnameResult() *GetHostnameResult

NewGetHostnameResult instantiates a new GetHostnameResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetHostnameResultWithDefaults ¶

func NewGetHostnameResultWithDefaults() *GetHostnameResult

NewGetHostnameResultWithDefaults instantiates a new GetHostnameResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetHostnameResult) GetHostName ¶

func (o *GetHostnameResult) GetHostName() string

GetHostName returns the HostName field value if set, zero value otherwise.

func (*GetHostnameResult) GetHostNameOk ¶

func (o *GetHostnameResult) GetHostNameOk() (*string, bool)

GetHostNameOk returns a tuple with the HostName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetHostnameResult) HasHostName ¶

func (o *GetHostnameResult) HasHostName() bool

HasHostName returns a boolean if a field has been set.

func (GetHostnameResult) MarshalJSON ¶

func (o GetHostnameResult) MarshalJSON() ([]byte, error)

func (*GetHostnameResult) SetHostName ¶

func (o *GetHostnameResult) SetHostName(v string)

SetHostName gets a reference to the given string and assigns it to the HostName field.

func (GetHostnameResult) ToMap ¶ added in v0.9.0

func (o GetHostnameResult) ToMap() (map[string]interface{}, error)

type GetInfoResult ¶ added in v0.13.0

type GetInfoResult struct {
	Result *AgentInfoSummary `json:"result,omitempty"`
}

GetInfoResult struct for GetInfoResult

func NewGetInfoResult ¶ added in v0.13.0

func NewGetInfoResult() *GetInfoResult

NewGetInfoResult instantiates a new GetInfoResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetInfoResultWithDefaults ¶ added in v0.13.0

func NewGetInfoResultWithDefaults() *GetInfoResult

NewGetInfoResultWithDefaults instantiates a new GetInfoResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetInfoResult) GetResult ¶ added in v0.13.0

func (o *GetInfoResult) GetResult() AgentInfoSummary

GetResult returns the Result field value if set, zero value otherwise.

func (*GetInfoResult) GetResultOk ¶ added in v0.13.0

func (o *GetInfoResult) GetResultOk() (*AgentInfoSummary, bool)

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetInfoResult) HasResult ¶ added in v0.13.0

func (o *GetInfoResult) HasResult() bool

HasResult returns a boolean if a field has been set.

func (GetInfoResult) MarshalJSON ¶ added in v0.13.0

func (o GetInfoResult) MarshalJSON() ([]byte, error)

func (*GetInfoResult) SetResult ¶ added in v0.13.0

func (o *GetInfoResult) SetResult(v AgentInfoSummary)

SetResult gets a reference to the given AgentInfoSummary and assigns it to the Result field.

func (GetInfoResult) ToMap ¶ added in v0.13.0

func (o GetInfoResult) ToMap() (map[string]interface{}, error)

type GetMemoryBlockInformationResult ¶

type GetMemoryBlockInformationResult struct {
	Size *float32 `json:"size,omitempty"`
}

GetMemoryBlockInformationResult struct for GetMemoryBlockInformationResult

func NewGetMemoryBlockInformationResult ¶

func NewGetMemoryBlockInformationResult() *GetMemoryBlockInformationResult

NewGetMemoryBlockInformationResult instantiates a new GetMemoryBlockInformationResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetMemoryBlockInformationResultWithDefaults ¶

func NewGetMemoryBlockInformationResultWithDefaults() *GetMemoryBlockInformationResult

NewGetMemoryBlockInformationResultWithDefaults instantiates a new GetMemoryBlockInformationResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetMemoryBlockInformationResult) GetSize ¶

GetSize returns the Size field value if set, zero value otherwise.

func (*GetMemoryBlockInformationResult) GetSizeOk ¶

func (o *GetMemoryBlockInformationResult) GetSizeOk() (*float32, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetMemoryBlockInformationResult) HasSize ¶

HasSize returns a boolean if a field has been set.

func (GetMemoryBlockInformationResult) MarshalJSON ¶

func (o GetMemoryBlockInformationResult) MarshalJSON() ([]byte, error)

func (*GetMemoryBlockInformationResult) SetSize ¶

SetSize gets a reference to the given float32 and assigns it to the Size field.

func (GetMemoryBlockInformationResult) ToMap ¶ added in v0.9.0

func (o GetMemoryBlockInformationResult) ToMap() (map[string]interface{}, error)

type GetMemoryBlocksResult ¶

type GetMemoryBlocksResult struct {
	Result []MemoryBlockSummary `json:"result,omitempty"`
}

GetMemoryBlocksResult struct for GetMemoryBlocksResult

func NewGetMemoryBlocksResult ¶

func NewGetMemoryBlocksResult() *GetMemoryBlocksResult

NewGetMemoryBlocksResult instantiates a new GetMemoryBlocksResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetMemoryBlocksResultWithDefaults ¶

func NewGetMemoryBlocksResultWithDefaults() *GetMemoryBlocksResult

NewGetMemoryBlocksResultWithDefaults instantiates a new GetMemoryBlocksResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetMemoryBlocksResult) GetResult ¶

func (o *GetMemoryBlocksResult) GetResult() []MemoryBlockSummary

GetResult returns the Result field value if set, zero value otherwise.

func (*GetMemoryBlocksResult) GetResultOk ¶

func (o *GetMemoryBlocksResult) GetResultOk() ([]MemoryBlockSummary, bool)

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetMemoryBlocksResult) HasResult ¶

func (o *GetMemoryBlocksResult) HasResult() bool

HasResult returns a boolean if a field has been set.

func (GetMemoryBlocksResult) MarshalJSON ¶

func (o GetMemoryBlocksResult) MarshalJSON() ([]byte, error)

func (*GetMemoryBlocksResult) SetResult ¶

func (o *GetMemoryBlocksResult) SetResult(v []MemoryBlockSummary)

SetResult gets a reference to the given []MemoryBlockSummary and assigns it to the Result field.

func (GetMemoryBlocksResult) ToMap ¶ added in v0.9.0

func (o GetMemoryBlocksResult) ToMap() (map[string]interface{}, error)

type GetNetworkInterfaceResponseContent ¶

type GetNetworkInterfaceResponseContent struct {
	Data NetworkInterfaceSummary `json:"data"`
}

GetNetworkInterfaceResponseContent struct for GetNetworkInterfaceResponseContent

func NewGetNetworkInterfaceResponseContent ¶

func NewGetNetworkInterfaceResponseContent(data NetworkInterfaceSummary) *GetNetworkInterfaceResponseContent

NewGetNetworkInterfaceResponseContent instantiates a new GetNetworkInterfaceResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetNetworkInterfaceResponseContentWithDefaults ¶

func NewGetNetworkInterfaceResponseContentWithDefaults() *GetNetworkInterfaceResponseContent

NewGetNetworkInterfaceResponseContentWithDefaults instantiates a new GetNetworkInterfaceResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetNetworkInterfaceResponseContent) GetData ¶

GetData returns the Data field value

func (*GetNetworkInterfaceResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetNetworkInterfaceResponseContent) MarshalJSON ¶

func (o GetNetworkInterfaceResponseContent) MarshalJSON() ([]byte, error)

func (*GetNetworkInterfaceResponseContent) SetData ¶

SetData sets field value

func (GetNetworkInterfaceResponseContent) ToMap ¶ added in v0.9.0

func (o GetNetworkInterfaceResponseContent) ToMap() (map[string]interface{}, error)

type GetNodeDnsResponseContent ¶ added in v0.56.0

type GetNodeDnsResponseContent struct {
	Data NodeDnsSummary `json:"data"`
}

GetNodeDnsResponseContent struct for GetNodeDnsResponseContent

func NewGetNodeDnsResponseContent ¶ added in v0.56.0

func NewGetNodeDnsResponseContent(data NodeDnsSummary) *GetNodeDnsResponseContent

NewGetNodeDnsResponseContent instantiates a new GetNodeDnsResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetNodeDnsResponseContentWithDefaults ¶ added in v0.56.0

func NewGetNodeDnsResponseContentWithDefaults() *GetNodeDnsResponseContent

NewGetNodeDnsResponseContentWithDefaults instantiates a new GetNodeDnsResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetNodeDnsResponseContent) GetData ¶ added in v0.56.0

GetData returns the Data field value

func (*GetNodeDnsResponseContent) GetDataOk ¶ added in v0.56.0

func (o *GetNodeDnsResponseContent) GetDataOk() (*NodeDnsSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetNodeDnsResponseContent) MarshalJSON ¶ added in v0.56.0

func (o GetNodeDnsResponseContent) MarshalJSON() ([]byte, error)

func (*GetNodeDnsResponseContent) SetData ¶ added in v0.56.0

SetData sets field value

func (GetNodeDnsResponseContent) ToMap ¶ added in v0.56.0

func (o GetNodeDnsResponseContent) ToMap() (map[string]interface{}, error)

type GetOsInfoResult ¶

type GetOsInfoResult struct {
	Result *OperatingSystemInformationSummary `json:"result,omitempty"`
}

GetOsInfoResult struct for GetOsInfoResult

func NewGetOsInfoResult ¶

func NewGetOsInfoResult() *GetOsInfoResult

NewGetOsInfoResult instantiates a new GetOsInfoResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetOsInfoResultWithDefaults ¶

func NewGetOsInfoResultWithDefaults() *GetOsInfoResult

NewGetOsInfoResultWithDefaults instantiates a new GetOsInfoResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetOsInfoResult) GetResult ¶

GetResult returns the Result field value if set, zero value otherwise.

func (*GetOsInfoResult) GetResultOk ¶

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOsInfoResult) HasResult ¶

func (o *GetOsInfoResult) HasResult() bool

HasResult returns a boolean if a field has been set.

func (GetOsInfoResult) MarshalJSON ¶

func (o GetOsInfoResult) MarshalJSON() ([]byte, error)

func (*GetOsInfoResult) SetResult ¶

SetResult gets a reference to the given OperatingSystemInformationSummary and assigns it to the Result field.

func (GetOsInfoResult) ToMap ¶ added in v0.9.0

func (o GetOsInfoResult) ToMap() (map[string]interface{}, error)

type GetPackageChangelogResponseContent ¶

type GetPackageChangelogResponseContent struct {
	Data string `json:"data"`
}

GetPackageChangelogResponseContent struct for GetPackageChangelogResponseContent

func NewGetPackageChangelogResponseContent ¶

func NewGetPackageChangelogResponseContent(data string) *GetPackageChangelogResponseContent

NewGetPackageChangelogResponseContent instantiates a new GetPackageChangelogResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetPackageChangelogResponseContentWithDefaults ¶

func NewGetPackageChangelogResponseContentWithDefaults() *GetPackageChangelogResponseContent

NewGetPackageChangelogResponseContentWithDefaults instantiates a new GetPackageChangelogResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetPackageChangelogResponseContent) GetData ¶

GetData returns the Data field value

func (*GetPackageChangelogResponseContent) GetDataOk ¶

func (o *GetPackageChangelogResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetPackageChangelogResponseContent) MarshalJSON ¶

func (o GetPackageChangelogResponseContent) MarshalJSON() ([]byte, error)

func (*GetPackageChangelogResponseContent) SetData ¶

SetData sets field value

func (GetPackageChangelogResponseContent) ToMap ¶ added in v0.9.0

func (o GetPackageChangelogResponseContent) ToMap() (map[string]interface{}, error)

type GetPendingVirtualMachineCloudInitChangesResponseContent ¶

type GetPendingVirtualMachineCloudInitChangesResponseContent struct {
	Data []PendingVirtualMachineCloudInitField `json:"data"`
}

GetPendingVirtualMachineCloudInitChangesResponseContent struct for GetPendingVirtualMachineCloudInitChangesResponseContent

func NewGetPendingVirtualMachineCloudInitChangesResponseContent ¶

func NewGetPendingVirtualMachineCloudInitChangesResponseContent(data []PendingVirtualMachineCloudInitField) *GetPendingVirtualMachineCloudInitChangesResponseContent

NewGetPendingVirtualMachineCloudInitChangesResponseContent instantiates a new GetPendingVirtualMachineCloudInitChangesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetPendingVirtualMachineCloudInitChangesResponseContentWithDefaults ¶

func NewGetPendingVirtualMachineCloudInitChangesResponseContentWithDefaults() *GetPendingVirtualMachineCloudInitChangesResponseContent

NewGetPendingVirtualMachineCloudInitChangesResponseContentWithDefaults instantiates a new GetPendingVirtualMachineCloudInitChangesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetPendingVirtualMachineCloudInitChangesResponseContent) GetData ¶

GetData returns the Data field value

func (*GetPendingVirtualMachineCloudInitChangesResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetPendingVirtualMachineCloudInitChangesResponseContent) MarshalJSON ¶

func (*GetPendingVirtualMachineCloudInitChangesResponseContent) SetData ¶

SetData sets field value

func (GetPendingVirtualMachineCloudInitChangesResponseContent) ToMap ¶ added in v0.9.0

type GetPermissionsResponseContent ¶ added in v0.19.0

type GetPermissionsResponseContent struct {
	Data map[string]map[string]float32 `json:"data"`
}

GetPermissionsResponseContent struct for GetPermissionsResponseContent

func NewGetPermissionsResponseContent ¶ added in v0.19.0

func NewGetPermissionsResponseContent(data map[string]map[string]float32) *GetPermissionsResponseContent

NewGetPermissionsResponseContent instantiates a new GetPermissionsResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetPermissionsResponseContentWithDefaults ¶ added in v0.19.0

func NewGetPermissionsResponseContentWithDefaults() *GetPermissionsResponseContent

NewGetPermissionsResponseContentWithDefaults instantiates a new GetPermissionsResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetPermissionsResponseContent) GetData ¶ added in v0.19.0

func (o *GetPermissionsResponseContent) GetData() map[string]map[string]float32

GetData returns the Data field value

func (*GetPermissionsResponseContent) GetDataOk ¶ added in v0.19.0

func (o *GetPermissionsResponseContent) GetDataOk() (*map[string]map[string]float32, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetPermissionsResponseContent) MarshalJSON ¶ added in v0.19.0

func (o GetPermissionsResponseContent) MarshalJSON() ([]byte, error)

func (*GetPermissionsResponseContent) SetData ¶ added in v0.19.0

func (o *GetPermissionsResponseContent) SetData(v map[string]map[string]float32)

SetData sets field value

func (GetPermissionsResponseContent) ToMap ¶ added in v0.19.0

func (o GetPermissionsResponseContent) ToMap() (map[string]interface{}, error)

type GetPoolResponseContent ¶

type GetPoolResponseContent struct {
	Data PoolConfigurationSummary `json:"data"`
}

GetPoolResponseContent struct for GetPoolResponseContent

func NewGetPoolResponseContent ¶

func NewGetPoolResponseContent(data PoolConfigurationSummary) *GetPoolResponseContent

NewGetPoolResponseContent instantiates a new GetPoolResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetPoolResponseContentWithDefaults ¶

func NewGetPoolResponseContentWithDefaults() *GetPoolResponseContent

NewGetPoolResponseContentWithDefaults instantiates a new GetPoolResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetPoolResponseContent) GetData ¶

GetData returns the Data field value

func (*GetPoolResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetPoolResponseContent) MarshalJSON ¶

func (o GetPoolResponseContent) MarshalJSON() ([]byte, error)

func (*GetPoolResponseContent) SetData ¶

SetData sets field value

func (GetPoolResponseContent) ToMap ¶ added in v0.9.0

func (o GetPoolResponseContent) ToMap() (map[string]interface{}, error)

type GetRealmResponseContent ¶ added in v0.23.0

type GetRealmResponseContent struct {
	Data RealmConfigurationSummary `json:"data"`
}

GetRealmResponseContent struct for GetRealmResponseContent

func NewGetRealmResponseContent ¶ added in v0.23.0

func NewGetRealmResponseContent(data RealmConfigurationSummary) *GetRealmResponseContent

NewGetRealmResponseContent instantiates a new GetRealmResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetRealmResponseContentWithDefaults ¶ added in v0.23.0

func NewGetRealmResponseContentWithDefaults() *GetRealmResponseContent

NewGetRealmResponseContentWithDefaults instantiates a new GetRealmResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetRealmResponseContent) GetData ¶ added in v0.23.0

GetData returns the Data field value

func (*GetRealmResponseContent) GetDataOk ¶ added in v0.23.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetRealmResponseContent) MarshalJSON ¶ added in v0.23.0

func (o GetRealmResponseContent) MarshalJSON() ([]byte, error)

func (*GetRealmResponseContent) SetData ¶ added in v0.23.0

SetData sets field value

func (GetRealmResponseContent) ToMap ¶ added in v0.23.0

func (o GetRealmResponseContent) ToMap() (map[string]interface{}, error)

type GetRoleResponseContent ¶ added in v0.38.0

type GetRoleResponseContent struct {
	Data RolePermissionSummary `json:"data"`
}

GetRoleResponseContent struct for GetRoleResponseContent

func NewGetRoleResponseContent ¶ added in v0.38.0

func NewGetRoleResponseContent(data RolePermissionSummary) *GetRoleResponseContent

NewGetRoleResponseContent instantiates a new GetRoleResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetRoleResponseContentWithDefaults ¶ added in v0.38.0

func NewGetRoleResponseContentWithDefaults() *GetRoleResponseContent

NewGetRoleResponseContentWithDefaults instantiates a new GetRoleResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetRoleResponseContent) GetData ¶ added in v0.38.0

GetData returns the Data field value

func (*GetRoleResponseContent) GetDataOk ¶ added in v0.38.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetRoleResponseContent) MarshalJSON ¶ added in v0.38.0

func (o GetRoleResponseContent) MarshalJSON() ([]byte, error)

func (*GetRoleResponseContent) SetData ¶ added in v0.38.0

SetData sets field value

func (GetRoleResponseContent) ToMap ¶ added in v0.38.0

func (o GetRoleResponseContent) ToMap() (map[string]interface{}, error)

type GetSmartHealthResponseContent ¶

type GetSmartHealthResponseContent struct {
	Data []DiskSummary `json:"data"`
}

GetSmartHealthResponseContent struct for GetSmartHealthResponseContent

func NewGetSmartHealthResponseContent ¶

func NewGetSmartHealthResponseContent(data []DiskSummary) *GetSmartHealthResponseContent

NewGetSmartHealthResponseContent instantiates a new GetSmartHealthResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSmartHealthResponseContentWithDefaults ¶

func NewGetSmartHealthResponseContentWithDefaults() *GetSmartHealthResponseContent

NewGetSmartHealthResponseContentWithDefaults instantiates a new GetSmartHealthResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSmartHealthResponseContent) GetData ¶

GetData returns the Data field value

func (*GetSmartHealthResponseContent) GetDataOk ¶

func (o *GetSmartHealthResponseContent) GetDataOk() ([]DiskSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetSmartHealthResponseContent) MarshalJSON ¶

func (o GetSmartHealthResponseContent) MarshalJSON() ([]byte, error)

func (*GetSmartHealthResponseContent) SetData ¶

SetData sets field value

func (GetSmartHealthResponseContent) ToMap ¶ added in v0.9.0

func (o GetSmartHealthResponseContent) ToMap() (map[string]interface{}, error)

type GetStorageResponseContent ¶

type GetStorageResponseContent struct {
	Data StorageSummary `json:"data"`
}

GetStorageResponseContent struct for GetStorageResponseContent

func NewGetStorageResponseContent ¶

func NewGetStorageResponseContent(data StorageSummary) *GetStorageResponseContent

NewGetStorageResponseContent instantiates a new GetStorageResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetStorageResponseContentWithDefaults ¶

func NewGetStorageResponseContentWithDefaults() *GetStorageResponseContent

NewGetStorageResponseContentWithDefaults instantiates a new GetStorageResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetStorageResponseContent) GetData ¶

GetData returns the Data field value

func (*GetStorageResponseContent) GetDataOk ¶

func (o *GetStorageResponseContent) GetDataOk() (*StorageSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetStorageResponseContent) MarshalJSON ¶

func (o GetStorageResponseContent) MarshalJSON() ([]byte, error)

func (*GetStorageResponseContent) SetData ¶

SetData sets field value

func (GetStorageResponseContent) ToMap ¶ added in v0.9.0

func (o GetStorageResponseContent) ToMap() (map[string]interface{}, error)

type GetStorageStatusResponseContent ¶ added in v0.16.0

type GetStorageStatusResponseContent struct {
	Data StorageStatusSummary `json:"data"`
}

GetStorageStatusResponseContent struct for GetStorageStatusResponseContent

func NewGetStorageStatusResponseContent ¶ added in v0.16.0

func NewGetStorageStatusResponseContent(data StorageStatusSummary) *GetStorageStatusResponseContent

NewGetStorageStatusResponseContent instantiates a new GetStorageStatusResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetStorageStatusResponseContentWithDefaults ¶ added in v0.16.0

func NewGetStorageStatusResponseContentWithDefaults() *GetStorageStatusResponseContent

NewGetStorageStatusResponseContentWithDefaults instantiates a new GetStorageStatusResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetStorageStatusResponseContent) GetData ¶ added in v0.16.0

GetData returns the Data field value

func (*GetStorageStatusResponseContent) GetDataOk ¶ added in v0.16.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetStorageStatusResponseContent) MarshalJSON ¶ added in v0.16.0

func (o GetStorageStatusResponseContent) MarshalJSON() ([]byte, error)

func (*GetStorageStatusResponseContent) SetData ¶ added in v0.16.0

SetData sets field value

func (GetStorageStatusResponseContent) ToMap ¶ added in v0.16.0

func (o GetStorageStatusResponseContent) ToMap() (map[string]interface{}, error)

type GetTimeResult ¶

type GetTimeResult struct {
	Result *float32 `json:"result,omitempty"`
}

GetTimeResult struct for GetTimeResult

func NewGetTimeResult ¶

func NewGetTimeResult() *GetTimeResult

NewGetTimeResult instantiates a new GetTimeResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetTimeResultWithDefaults ¶

func NewGetTimeResultWithDefaults() *GetTimeResult

NewGetTimeResultWithDefaults instantiates a new GetTimeResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetTimeResult) GetResult ¶

func (o *GetTimeResult) GetResult() float32

GetResult returns the Result field value if set, zero value otherwise.

func (*GetTimeResult) GetResultOk ¶

func (o *GetTimeResult) GetResultOk() (*float32, bool)

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTimeResult) HasResult ¶

func (o *GetTimeResult) HasResult() bool

HasResult returns a boolean if a field has been set.

func (GetTimeResult) MarshalJSON ¶

func (o GetTimeResult) MarshalJSON() ([]byte, error)

func (*GetTimeResult) SetResult ¶

func (o *GetTimeResult) SetResult(v float32)

SetResult gets a reference to the given float32 and assigns it to the Result field.

func (GetTimeResult) ToMap ¶ added in v0.9.0

func (o GetTimeResult) ToMap() (map[string]interface{}, error)

type GetTimeZoneResult ¶ added in v0.9.0

type GetTimeZoneResult struct {
	Result *TimeZoneSummary `json:"result,omitempty"`
}

GetTimeZoneResult struct for GetTimeZoneResult

func NewGetTimeZoneResult ¶ added in v0.9.0

func NewGetTimeZoneResult() *GetTimeZoneResult

NewGetTimeZoneResult instantiates a new GetTimeZoneResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetTimeZoneResultWithDefaults ¶ added in v0.9.0

func NewGetTimeZoneResultWithDefaults() *GetTimeZoneResult

NewGetTimeZoneResultWithDefaults instantiates a new GetTimeZoneResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetTimeZoneResult) GetResult ¶ added in v0.9.0

func (o *GetTimeZoneResult) GetResult() TimeZoneSummary

GetResult returns the Result field value if set, zero value otherwise.

func (*GetTimeZoneResult) GetResultOk ¶ added in v0.9.0

func (o *GetTimeZoneResult) GetResultOk() (*TimeZoneSummary, bool)

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTimeZoneResult) HasResult ¶ added in v0.9.0

func (o *GetTimeZoneResult) HasResult() bool

HasResult returns a boolean if a field has been set.

func (GetTimeZoneResult) MarshalJSON ¶ added in v0.9.0

func (o GetTimeZoneResult) MarshalJSON() ([]byte, error)

func (*GetTimeZoneResult) SetResult ¶ added in v0.9.0

func (o *GetTimeZoneResult) SetResult(v TimeZoneSummary)

SetResult gets a reference to the given TimeZoneSummary and assigns it to the Result field.

func (GetTimeZoneResult) ToMap ¶ added in v0.9.0

func (o GetTimeZoneResult) ToMap() (map[string]interface{}, error)

type GetUserConfigurationResponseContent ¶ added in v0.19.0

type GetUserConfigurationResponseContent struct {
	Data UserConfigurationSummary `json:"data"`
}

GetUserConfigurationResponseContent struct for GetUserConfigurationResponseContent

func NewGetUserConfigurationResponseContent ¶ added in v0.19.0

func NewGetUserConfigurationResponseContent(data UserConfigurationSummary) *GetUserConfigurationResponseContent

NewGetUserConfigurationResponseContent instantiates a new GetUserConfigurationResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetUserConfigurationResponseContentWithDefaults ¶ added in v0.19.0

func NewGetUserConfigurationResponseContentWithDefaults() *GetUserConfigurationResponseContent

NewGetUserConfigurationResponseContentWithDefaults instantiates a new GetUserConfigurationResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetUserConfigurationResponseContent) GetData ¶ added in v0.19.0

GetData returns the Data field value

func (*GetUserConfigurationResponseContent) GetDataOk ¶ added in v0.19.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetUserConfigurationResponseContent) MarshalJSON ¶ added in v0.19.0

func (o GetUserConfigurationResponseContent) MarshalJSON() ([]byte, error)

func (*GetUserConfigurationResponseContent) SetData ¶ added in v0.19.0

SetData sets field value

func (GetUserConfigurationResponseContent) ToMap ¶ added in v0.19.0

func (o GetUserConfigurationResponseContent) ToMap() (map[string]interface{}, error)

type GetUserTokenResponseContent ¶ added in v0.19.0

type GetUserTokenResponseContent struct {
	Data UserConfigurationTokenSummary `json:"data"`
}

GetUserTokenResponseContent struct for GetUserTokenResponseContent

func NewGetUserTokenResponseContent ¶ added in v0.19.0

func NewGetUserTokenResponseContent(data UserConfigurationTokenSummary) *GetUserTokenResponseContent

NewGetUserTokenResponseContent instantiates a new GetUserTokenResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetUserTokenResponseContentWithDefaults ¶ added in v0.19.0

func NewGetUserTokenResponseContentWithDefaults() *GetUserTokenResponseContent

NewGetUserTokenResponseContentWithDefaults instantiates a new GetUserTokenResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetUserTokenResponseContent) GetData ¶ added in v0.19.0

GetData returns the Data field value

func (*GetUserTokenResponseContent) GetDataOk ¶ added in v0.19.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetUserTokenResponseContent) MarshalJSON ¶ added in v0.19.0

func (o GetUserTokenResponseContent) MarshalJSON() ([]byte, error)

func (*GetUserTokenResponseContent) SetData ¶ added in v0.19.0

SetData sets field value

func (GetUserTokenResponseContent) ToMap ¶ added in v0.19.0

func (o GetUserTokenResponseContent) ToMap() (map[string]interface{}, error)

type GetVcpusResult ¶ added in v0.11.0

type GetVcpusResult struct {
	Result []VcpuSummary `json:"result,omitempty"`
}

GetVcpusResult struct for GetVcpusResult

func NewGetVcpusResult ¶ added in v0.11.0

func NewGetVcpusResult() *GetVcpusResult

NewGetVcpusResult instantiates a new GetVcpusResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVcpusResultWithDefaults ¶ added in v0.11.0

func NewGetVcpusResultWithDefaults() *GetVcpusResult

NewGetVcpusResultWithDefaults instantiates a new GetVcpusResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVcpusResult) GetResult ¶ added in v0.11.0

func (o *GetVcpusResult) GetResult() []VcpuSummary

GetResult returns the Result field value if set, zero value otherwise.

func (*GetVcpusResult) GetResultOk ¶ added in v0.11.0

func (o *GetVcpusResult) GetResultOk() ([]VcpuSummary, bool)

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVcpusResult) HasResult ¶ added in v0.11.0

func (o *GetVcpusResult) HasResult() bool

HasResult returns a boolean if a field has been set.

func (GetVcpusResult) MarshalJSON ¶ added in v0.11.0

func (o GetVcpusResult) MarshalJSON() ([]byte, error)

func (*GetVcpusResult) SetResult ¶ added in v0.11.0

func (o *GetVcpusResult) SetResult(v []VcpuSummary)

SetResult gets a reference to the given []VcpuSummary and assigns it to the Result field.

func (GetVcpusResult) ToMap ¶ added in v0.11.0

func (o GetVcpusResult) ToMap() (map[string]interface{}, error)

type GetVersionResponseContent ¶

type GetVersionResponseContent struct {
	Data VersionSummary `json:"data"`
}

GetVersionResponseContent struct for GetVersionResponseContent

func NewGetVersionResponseContent ¶

func NewGetVersionResponseContent(data VersionSummary) *GetVersionResponseContent

NewGetVersionResponseContent instantiates a new GetVersionResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVersionResponseContentWithDefaults ¶

func NewGetVersionResponseContentWithDefaults() *GetVersionResponseContent

NewGetVersionResponseContentWithDefaults instantiates a new GetVersionResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVersionResponseContent) GetData ¶

GetData returns the Data field value

func (*GetVersionResponseContent) GetDataOk ¶

func (o *GetVersionResponseContent) GetDataOk() (*VersionSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVersionResponseContent) MarshalJSON ¶

func (o GetVersionResponseContent) MarshalJSON() ([]byte, error)

func (*GetVersionResponseContent) SetData ¶

SetData sets field value

func (GetVersionResponseContent) ToMap ¶ added in v0.9.0

func (o GetVersionResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualMachineAgentInfoResponseContent ¶ added in v0.13.0

type GetVirtualMachineAgentInfoResponseContent struct {
	Data GetInfoResult `json:"data"`
}

GetVirtualMachineAgentInfoResponseContent struct for GetVirtualMachineAgentInfoResponseContent

func NewGetVirtualMachineAgentInfoResponseContent ¶ added in v0.13.0

func NewGetVirtualMachineAgentInfoResponseContent(data GetInfoResult) *GetVirtualMachineAgentInfoResponseContent

NewGetVirtualMachineAgentInfoResponseContent instantiates a new GetVirtualMachineAgentInfoResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineAgentInfoResponseContentWithDefaults ¶ added in v0.13.0

func NewGetVirtualMachineAgentInfoResponseContentWithDefaults() *GetVirtualMachineAgentInfoResponseContent

NewGetVirtualMachineAgentInfoResponseContentWithDefaults instantiates a new GetVirtualMachineAgentInfoResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineAgentInfoResponseContent) GetData ¶ added in v0.13.0

GetData returns the Data field value

func (*GetVirtualMachineAgentInfoResponseContent) GetDataOk ¶ added in v0.13.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineAgentInfoResponseContent) MarshalJSON ¶ added in v0.13.0

func (*GetVirtualMachineAgentInfoResponseContent) SetData ¶ added in v0.13.0

SetData sets field value

func (GetVirtualMachineAgentInfoResponseContent) ToMap ¶ added in v0.13.0

func (o GetVirtualMachineAgentInfoResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualMachineCloudInitResponseContent ¶

type GetVirtualMachineCloudInitResponseContent struct {
	Data string `json:"data"`
}

GetVirtualMachineCloudInitResponseContent struct for GetVirtualMachineCloudInitResponseContent

func NewGetVirtualMachineCloudInitResponseContent ¶

func NewGetVirtualMachineCloudInitResponseContent(data string) *GetVirtualMachineCloudInitResponseContent

NewGetVirtualMachineCloudInitResponseContent instantiates a new GetVirtualMachineCloudInitResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineCloudInitResponseContentWithDefaults ¶

func NewGetVirtualMachineCloudInitResponseContentWithDefaults() *GetVirtualMachineCloudInitResponseContent

NewGetVirtualMachineCloudInitResponseContentWithDefaults instantiates a new GetVirtualMachineCloudInitResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineCloudInitResponseContent) GetData ¶

GetData returns the Data field value

func (*GetVirtualMachineCloudInitResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineCloudInitResponseContent) MarshalJSON ¶

func (*GetVirtualMachineCloudInitResponseContent) SetData ¶

SetData sets field value

func (GetVirtualMachineCloudInitResponseContent) ToMap ¶ added in v0.9.0

func (o GetVirtualMachineCloudInitResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualMachineCommandStatusResponseContent ¶ added in v0.45.0

type GetVirtualMachineCommandStatusResponseContent struct {
	Data CommandStatusSummary `json:"data"`
}

GetVirtualMachineCommandStatusResponseContent struct for GetVirtualMachineCommandStatusResponseContent

func NewGetVirtualMachineCommandStatusResponseContent ¶ added in v0.45.0

func NewGetVirtualMachineCommandStatusResponseContent(data CommandStatusSummary) *GetVirtualMachineCommandStatusResponseContent

NewGetVirtualMachineCommandStatusResponseContent instantiates a new GetVirtualMachineCommandStatusResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineCommandStatusResponseContentWithDefaults ¶ added in v0.45.0

func NewGetVirtualMachineCommandStatusResponseContentWithDefaults() *GetVirtualMachineCommandStatusResponseContent

NewGetVirtualMachineCommandStatusResponseContentWithDefaults instantiates a new GetVirtualMachineCommandStatusResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineCommandStatusResponseContent) GetData ¶ added in v0.45.0

GetData returns the Data field value

func (*GetVirtualMachineCommandStatusResponseContent) GetDataOk ¶ added in v0.45.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineCommandStatusResponseContent) MarshalJSON ¶ added in v0.45.0

func (*GetVirtualMachineCommandStatusResponseContent) SetData ¶ added in v0.45.0

SetData sets field value

func (GetVirtualMachineCommandStatusResponseContent) ToMap ¶ added in v0.45.0

func (o GetVirtualMachineCommandStatusResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualMachineConfigurationResponseContent ¶

type GetVirtualMachineConfigurationResponseContent struct {
	Data VirtualMachineConfigurationSummary `json:"data"`
}

GetVirtualMachineConfigurationResponseContent struct for GetVirtualMachineConfigurationResponseContent

func NewGetVirtualMachineConfigurationResponseContent ¶

func NewGetVirtualMachineConfigurationResponseContent(data VirtualMachineConfigurationSummary) *GetVirtualMachineConfigurationResponseContent

NewGetVirtualMachineConfigurationResponseContent instantiates a new GetVirtualMachineConfigurationResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineConfigurationResponseContentWithDefaults ¶

func NewGetVirtualMachineConfigurationResponseContentWithDefaults() *GetVirtualMachineConfigurationResponseContent

NewGetVirtualMachineConfigurationResponseContentWithDefaults instantiates a new GetVirtualMachineConfigurationResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineConfigurationResponseContent) GetData ¶

GetData returns the Data field value

func (*GetVirtualMachineConfigurationResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineConfigurationResponseContent) MarshalJSON ¶

func (*GetVirtualMachineConfigurationResponseContent) SetData ¶

SetData sets field value

func (GetVirtualMachineConfigurationResponseContent) ToMap ¶ added in v0.9.0

func (o GetVirtualMachineConfigurationResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualMachineFeatureSupportResponseContent ¶

type GetVirtualMachineFeatureSupportResponseContent struct {
	Data VirtualMachineFeatureSupportSummary `json:"data"`
}

GetVirtualMachineFeatureSupportResponseContent struct for GetVirtualMachineFeatureSupportResponseContent

func NewGetVirtualMachineFeatureSupportResponseContent ¶

func NewGetVirtualMachineFeatureSupportResponseContent(data VirtualMachineFeatureSupportSummary) *GetVirtualMachineFeatureSupportResponseContent

NewGetVirtualMachineFeatureSupportResponseContent instantiates a new GetVirtualMachineFeatureSupportResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineFeatureSupportResponseContentWithDefaults ¶

func NewGetVirtualMachineFeatureSupportResponseContentWithDefaults() *GetVirtualMachineFeatureSupportResponseContent

NewGetVirtualMachineFeatureSupportResponseContentWithDefaults instantiates a new GetVirtualMachineFeatureSupportResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineFeatureSupportResponseContent) GetData ¶

GetData returns the Data field value

func (*GetVirtualMachineFeatureSupportResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineFeatureSupportResponseContent) MarshalJSON ¶

func (*GetVirtualMachineFeatureSupportResponseContent) SetData ¶

SetData sets field value

func (GetVirtualMachineFeatureSupportResponseContent) ToMap ¶ added in v0.9.0

func (o GetVirtualMachineFeatureSupportResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualMachineFileSystemInformationResponseContent ¶

type GetVirtualMachineFileSystemInformationResponseContent struct {
	Data GetFsInfoResult `json:"data"`
}

GetVirtualMachineFileSystemInformationResponseContent struct for GetVirtualMachineFileSystemInformationResponseContent

func NewGetVirtualMachineFileSystemInformationResponseContent ¶

func NewGetVirtualMachineFileSystemInformationResponseContent(data GetFsInfoResult) *GetVirtualMachineFileSystemInformationResponseContent

NewGetVirtualMachineFileSystemInformationResponseContent instantiates a new GetVirtualMachineFileSystemInformationResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineFileSystemInformationResponseContentWithDefaults ¶

func NewGetVirtualMachineFileSystemInformationResponseContentWithDefaults() *GetVirtualMachineFileSystemInformationResponseContent

NewGetVirtualMachineFileSystemInformationResponseContentWithDefaults instantiates a new GetVirtualMachineFileSystemInformationResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineFileSystemInformationResponseContent) GetData ¶

GetData returns the Data field value

func (*GetVirtualMachineFileSystemInformationResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineFileSystemInformationResponseContent) MarshalJSON ¶

func (*GetVirtualMachineFileSystemInformationResponseContent) SetData ¶

SetData sets field value

func (GetVirtualMachineFileSystemInformationResponseContent) ToMap ¶ added in v0.9.0

type GetVirtualMachineHostnameResponseContent ¶

type GetVirtualMachineHostnameResponseContent struct {
	Data GetHostnameResult `json:"data"`
}

GetVirtualMachineHostnameResponseContent struct for GetVirtualMachineHostnameResponseContent

func NewGetVirtualMachineHostnameResponseContent ¶

func NewGetVirtualMachineHostnameResponseContent(data GetHostnameResult) *GetVirtualMachineHostnameResponseContent

NewGetVirtualMachineHostnameResponseContent instantiates a new GetVirtualMachineHostnameResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineHostnameResponseContentWithDefaults ¶

func NewGetVirtualMachineHostnameResponseContentWithDefaults() *GetVirtualMachineHostnameResponseContent

NewGetVirtualMachineHostnameResponseContentWithDefaults instantiates a new GetVirtualMachineHostnameResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineHostnameResponseContent) GetData ¶

GetData returns the Data field value

func (*GetVirtualMachineHostnameResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineHostnameResponseContent) MarshalJSON ¶

func (*GetVirtualMachineHostnameResponseContent) SetData ¶

SetData sets field value

func (GetVirtualMachineHostnameResponseContent) ToMap ¶ added in v0.9.0

func (o GetVirtualMachineHostnameResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualMachineMemoryBlockInformationResponseContent ¶

type GetVirtualMachineMemoryBlockInformationResponseContent struct {
	Data GetMemoryBlockInformationResult `json:"data"`
}

GetVirtualMachineMemoryBlockInformationResponseContent struct for GetVirtualMachineMemoryBlockInformationResponseContent

func NewGetVirtualMachineMemoryBlockInformationResponseContent ¶

func NewGetVirtualMachineMemoryBlockInformationResponseContent(data GetMemoryBlockInformationResult) *GetVirtualMachineMemoryBlockInformationResponseContent

NewGetVirtualMachineMemoryBlockInformationResponseContent instantiates a new GetVirtualMachineMemoryBlockInformationResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineMemoryBlockInformationResponseContentWithDefaults ¶

func NewGetVirtualMachineMemoryBlockInformationResponseContentWithDefaults() *GetVirtualMachineMemoryBlockInformationResponseContent

NewGetVirtualMachineMemoryBlockInformationResponseContentWithDefaults instantiates a new GetVirtualMachineMemoryBlockInformationResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineMemoryBlockInformationResponseContent) GetData ¶

GetData returns the Data field value

func (*GetVirtualMachineMemoryBlockInformationResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineMemoryBlockInformationResponseContent) MarshalJSON ¶

func (*GetVirtualMachineMemoryBlockInformationResponseContent) SetData ¶

SetData sets field value

func (GetVirtualMachineMemoryBlockInformationResponseContent) ToMap ¶ added in v0.9.0

type GetVirtualMachineMemoryBlocksResponseContent ¶

type GetVirtualMachineMemoryBlocksResponseContent struct {
	Data GetMemoryBlocksResult `json:"data"`
}

GetVirtualMachineMemoryBlocksResponseContent struct for GetVirtualMachineMemoryBlocksResponseContent

func NewGetVirtualMachineMemoryBlocksResponseContent ¶

func NewGetVirtualMachineMemoryBlocksResponseContent(data GetMemoryBlocksResult) *GetVirtualMachineMemoryBlocksResponseContent

NewGetVirtualMachineMemoryBlocksResponseContent instantiates a new GetVirtualMachineMemoryBlocksResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineMemoryBlocksResponseContentWithDefaults ¶

func NewGetVirtualMachineMemoryBlocksResponseContentWithDefaults() *GetVirtualMachineMemoryBlocksResponseContent

NewGetVirtualMachineMemoryBlocksResponseContentWithDefaults instantiates a new GetVirtualMachineMemoryBlocksResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineMemoryBlocksResponseContent) GetData ¶

GetData returns the Data field value

func (*GetVirtualMachineMemoryBlocksResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineMemoryBlocksResponseContent) MarshalJSON ¶

func (*GetVirtualMachineMemoryBlocksResponseContent) SetData ¶

SetData sets field value

func (GetVirtualMachineMemoryBlocksResponseContent) ToMap ¶ added in v0.9.0

func (o GetVirtualMachineMemoryBlocksResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualMachineNetworkInterfacesResponseContent ¶ added in v0.18.0

type GetVirtualMachineNetworkInterfacesResponseContent struct {
	Data GetVirtualNetworkInterfacesResult `json:"data"`
}

GetVirtualMachineNetworkInterfacesResponseContent struct for GetVirtualMachineNetworkInterfacesResponseContent

func NewGetVirtualMachineNetworkInterfacesResponseContent ¶ added in v0.18.0

func NewGetVirtualMachineNetworkInterfacesResponseContent(data GetVirtualNetworkInterfacesResult) *GetVirtualMachineNetworkInterfacesResponseContent

NewGetVirtualMachineNetworkInterfacesResponseContent instantiates a new GetVirtualMachineNetworkInterfacesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineNetworkInterfacesResponseContentWithDefaults ¶ added in v0.18.0

func NewGetVirtualMachineNetworkInterfacesResponseContentWithDefaults() *GetVirtualMachineNetworkInterfacesResponseContent

NewGetVirtualMachineNetworkInterfacesResponseContentWithDefaults instantiates a new GetVirtualMachineNetworkInterfacesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineNetworkInterfacesResponseContent) GetData ¶ added in v0.18.0

GetData returns the Data field value

func (*GetVirtualMachineNetworkInterfacesResponseContent) GetDataOk ¶ added in v0.18.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineNetworkInterfacesResponseContent) MarshalJSON ¶ added in v0.18.0

func (*GetVirtualMachineNetworkInterfacesResponseContent) SetData ¶ added in v0.18.0

SetData sets field value

func (GetVirtualMachineNetworkInterfacesResponseContent) ToMap ¶ added in v0.18.0

func (o GetVirtualMachineNetworkInterfacesResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualMachineOperatingSystemInformationResponseContent ¶

type GetVirtualMachineOperatingSystemInformationResponseContent struct {
	Data GetOsInfoResult `json:"data"`
}

GetVirtualMachineOperatingSystemInformationResponseContent struct for GetVirtualMachineOperatingSystemInformationResponseContent

func NewGetVirtualMachineOperatingSystemInformationResponseContent ¶

func NewGetVirtualMachineOperatingSystemInformationResponseContent(data GetOsInfoResult) *GetVirtualMachineOperatingSystemInformationResponseContent

NewGetVirtualMachineOperatingSystemInformationResponseContent instantiates a new GetVirtualMachineOperatingSystemInformationResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineOperatingSystemInformationResponseContentWithDefaults ¶

func NewGetVirtualMachineOperatingSystemInformationResponseContentWithDefaults() *GetVirtualMachineOperatingSystemInformationResponseContent

NewGetVirtualMachineOperatingSystemInformationResponseContentWithDefaults instantiates a new GetVirtualMachineOperatingSystemInformationResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineOperatingSystemInformationResponseContent) GetData ¶

GetData returns the Data field value

func (*GetVirtualMachineOperatingSystemInformationResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineOperatingSystemInformationResponseContent) MarshalJSON ¶

func (*GetVirtualMachineOperatingSystemInformationResponseContent) SetData ¶

SetData sets field value

func (GetVirtualMachineOperatingSystemInformationResponseContent) ToMap ¶ added in v0.9.0

type GetVirtualMachineStatusResponseContent ¶

type GetVirtualMachineStatusResponseContent struct {
	Data VirtualMachineStatusSummary `json:"data"`
}

GetVirtualMachineStatusResponseContent struct for GetVirtualMachineStatusResponseContent

func NewGetVirtualMachineStatusResponseContent ¶

func NewGetVirtualMachineStatusResponseContent(data VirtualMachineStatusSummary) *GetVirtualMachineStatusResponseContent

NewGetVirtualMachineStatusResponseContent instantiates a new GetVirtualMachineStatusResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineStatusResponseContentWithDefaults ¶

func NewGetVirtualMachineStatusResponseContentWithDefaults() *GetVirtualMachineStatusResponseContent

NewGetVirtualMachineStatusResponseContentWithDefaults instantiates a new GetVirtualMachineStatusResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineStatusResponseContent) GetData ¶

GetData returns the Data field value

func (*GetVirtualMachineStatusResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineStatusResponseContent) MarshalJSON ¶

func (o GetVirtualMachineStatusResponseContent) MarshalJSON() ([]byte, error)

func (*GetVirtualMachineStatusResponseContent) SetData ¶

SetData sets field value

func (GetVirtualMachineStatusResponseContent) ToMap ¶ added in v0.9.0

func (o GetVirtualMachineStatusResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualMachineTimeResponseContent ¶

type GetVirtualMachineTimeResponseContent struct {
	Data GetTimeResult `json:"data"`
}

GetVirtualMachineTimeResponseContent struct for GetVirtualMachineTimeResponseContent

func NewGetVirtualMachineTimeResponseContent ¶

func NewGetVirtualMachineTimeResponseContent(data GetTimeResult) *GetVirtualMachineTimeResponseContent

NewGetVirtualMachineTimeResponseContent instantiates a new GetVirtualMachineTimeResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineTimeResponseContentWithDefaults ¶

func NewGetVirtualMachineTimeResponseContentWithDefaults() *GetVirtualMachineTimeResponseContent

NewGetVirtualMachineTimeResponseContentWithDefaults instantiates a new GetVirtualMachineTimeResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineTimeResponseContent) GetData ¶

GetData returns the Data field value

func (*GetVirtualMachineTimeResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineTimeResponseContent) MarshalJSON ¶

func (o GetVirtualMachineTimeResponseContent) MarshalJSON() ([]byte, error)

func (*GetVirtualMachineTimeResponseContent) SetData ¶

SetData sets field value

func (GetVirtualMachineTimeResponseContent) ToMap ¶ added in v0.9.0

func (o GetVirtualMachineTimeResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualMachineTimeZoneResponseContent ¶ added in v0.9.0

type GetVirtualMachineTimeZoneResponseContent struct {
	Data GetTimeZoneResult `json:"data"`
}

GetVirtualMachineTimeZoneResponseContent struct for GetVirtualMachineTimeZoneResponseContent

func NewGetVirtualMachineTimeZoneResponseContent ¶ added in v0.9.0

func NewGetVirtualMachineTimeZoneResponseContent(data GetTimeZoneResult) *GetVirtualMachineTimeZoneResponseContent

NewGetVirtualMachineTimeZoneResponseContent instantiates a new GetVirtualMachineTimeZoneResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineTimeZoneResponseContentWithDefaults ¶ added in v0.9.0

func NewGetVirtualMachineTimeZoneResponseContentWithDefaults() *GetVirtualMachineTimeZoneResponseContent

NewGetVirtualMachineTimeZoneResponseContentWithDefaults instantiates a new GetVirtualMachineTimeZoneResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineTimeZoneResponseContent) GetData ¶ added in v0.9.0

GetData returns the Data field value

func (*GetVirtualMachineTimeZoneResponseContent) GetDataOk ¶ added in v0.9.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineTimeZoneResponseContent) MarshalJSON ¶ added in v0.9.0

func (*GetVirtualMachineTimeZoneResponseContent) SetData ¶ added in v0.9.0

SetData sets field value

func (GetVirtualMachineTimeZoneResponseContent) ToMap ¶ added in v0.9.0

func (o GetVirtualMachineTimeZoneResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualMachineVcpusResponseContent ¶ added in v0.11.0

type GetVirtualMachineVcpusResponseContent struct {
	Data GetVcpusResult `json:"data"`
}

GetVirtualMachineVcpusResponseContent struct for GetVirtualMachineVcpusResponseContent

func NewGetVirtualMachineVcpusResponseContent ¶ added in v0.11.0

func NewGetVirtualMachineVcpusResponseContent(data GetVcpusResult) *GetVirtualMachineVcpusResponseContent

NewGetVirtualMachineVcpusResponseContent instantiates a new GetVirtualMachineVcpusResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualMachineVcpusResponseContentWithDefaults ¶ added in v0.11.0

func NewGetVirtualMachineVcpusResponseContentWithDefaults() *GetVirtualMachineVcpusResponseContent

NewGetVirtualMachineVcpusResponseContentWithDefaults instantiates a new GetVirtualMachineVcpusResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualMachineVcpusResponseContent) GetData ¶ added in v0.11.0

GetData returns the Data field value

func (*GetVirtualMachineVcpusResponseContent) GetDataOk ¶ added in v0.11.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetVirtualMachineVcpusResponseContent) MarshalJSON ¶ added in v0.11.0

func (o GetVirtualMachineVcpusResponseContent) MarshalJSON() ([]byte, error)

func (*GetVirtualMachineVcpusResponseContent) SetData ¶ added in v0.11.0

SetData sets field value

func (GetVirtualMachineVcpusResponseContent) ToMap ¶ added in v0.11.0

func (o GetVirtualMachineVcpusResponseContent) ToMap() (map[string]interface{}, error)

type GetVirtualNetworkInterfacesResult ¶ added in v0.18.0

type GetVirtualNetworkInterfacesResult struct {
	Result []VirtualNetworkInterfaceSummary `json:"result,omitempty"`
}

GetVirtualNetworkInterfacesResult struct for GetVirtualNetworkInterfacesResult

func NewGetVirtualNetworkInterfacesResult ¶ added in v0.18.0

func NewGetVirtualNetworkInterfacesResult() *GetVirtualNetworkInterfacesResult

NewGetVirtualNetworkInterfacesResult instantiates a new GetVirtualNetworkInterfacesResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVirtualNetworkInterfacesResultWithDefaults ¶ added in v0.18.0

func NewGetVirtualNetworkInterfacesResultWithDefaults() *GetVirtualNetworkInterfacesResult

NewGetVirtualNetworkInterfacesResultWithDefaults instantiates a new GetVirtualNetworkInterfacesResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVirtualNetworkInterfacesResult) GetResult ¶ added in v0.18.0

GetResult returns the Result field value if set, zero value otherwise.

func (*GetVirtualNetworkInterfacesResult) GetResultOk ¶ added in v0.18.0

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVirtualNetworkInterfacesResult) HasResult ¶ added in v0.18.0

func (o *GetVirtualNetworkInterfacesResult) HasResult() bool

HasResult returns a boolean if a field has been set.

func (GetVirtualNetworkInterfacesResult) MarshalJSON ¶ added in v0.18.0

func (o GetVirtualNetworkInterfacesResult) MarshalJSON() ([]byte, error)

func (*GetVirtualNetworkInterfacesResult) SetResult ¶ added in v0.18.0

SetResult gets a reference to the given []VirtualNetworkInterfaceSummary and assigns it to the Result field.

func (GetVirtualNetworkInterfacesResult) ToMap ¶ added in v0.18.0

func (o GetVirtualNetworkInterfacesResult) ToMap() (map[string]interface{}, error)

type GetZFSPoolStatusResponseContent ¶

type GetZFSPoolStatusResponseContent struct {
	Data ZFSPoolStatusSummary `json:"data"`
}

GetZFSPoolStatusResponseContent struct for GetZFSPoolStatusResponseContent

func NewGetZFSPoolStatusResponseContent ¶

func NewGetZFSPoolStatusResponseContent(data ZFSPoolStatusSummary) *GetZFSPoolStatusResponseContent

NewGetZFSPoolStatusResponseContent instantiates a new GetZFSPoolStatusResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetZFSPoolStatusResponseContentWithDefaults ¶

func NewGetZFSPoolStatusResponseContentWithDefaults() *GetZFSPoolStatusResponseContent

NewGetZFSPoolStatusResponseContentWithDefaults instantiates a new GetZFSPoolStatusResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetZFSPoolStatusResponseContent) GetData ¶

GetData returns the Data field value

func (*GetZFSPoolStatusResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (GetZFSPoolStatusResponseContent) MarshalJSON ¶

func (o GetZFSPoolStatusResponseContent) MarshalJSON() ([]byte, error)

func (*GetZFSPoolStatusResponseContent) SetData ¶

SetData sets field value

func (GetZFSPoolStatusResponseContent) ToMap ¶ added in v0.9.0

func (o GetZFSPoolStatusResponseContent) ToMap() (map[string]interface{}, error)

type GroupDetailsSummary ¶ added in v0.35.0

type GroupDetailsSummary struct {
	Users   []string `json:"users"`
	Comment *string  `json:"comment,omitempty"`
}

GroupDetailsSummary struct for GroupDetailsSummary

func NewGroupDetailsSummary ¶ added in v0.35.0

func NewGroupDetailsSummary(users []string) *GroupDetailsSummary

NewGroupDetailsSummary instantiates a new GroupDetailsSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGroupDetailsSummaryWithDefaults ¶ added in v0.35.0

func NewGroupDetailsSummaryWithDefaults() *GroupDetailsSummary

NewGroupDetailsSummaryWithDefaults instantiates a new GroupDetailsSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GroupDetailsSummary) GetComment ¶ added in v0.35.0

func (o *GroupDetailsSummary) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*GroupDetailsSummary) GetCommentOk ¶ added in v0.35.0

func (o *GroupDetailsSummary) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupDetailsSummary) GetUsers ¶ added in v0.35.0

func (o *GroupDetailsSummary) GetUsers() []string

GetUsers returns the Users field value

func (*GroupDetailsSummary) GetUsersOk ¶ added in v0.35.0

func (o *GroupDetailsSummary) GetUsersOk() ([]string, bool)

GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.

func (*GroupDetailsSummary) HasComment ¶ added in v0.35.0

func (o *GroupDetailsSummary) HasComment() bool

HasComment returns a boolean if a field has been set.

func (GroupDetailsSummary) MarshalJSON ¶ added in v0.35.0

func (o GroupDetailsSummary) MarshalJSON() ([]byte, error)

func (*GroupDetailsSummary) SetComment ¶ added in v0.35.0

func (o *GroupDetailsSummary) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*GroupDetailsSummary) SetUsers ¶ added in v0.35.0

func (o *GroupDetailsSummary) SetUsers(v []string)

SetUsers sets field value

func (GroupDetailsSummary) ToMap ¶ added in v0.35.0

func (o GroupDetailsSummary) ToMap() (map[string]interface{}, error)

type GroupSummary ¶ added in v0.35.0

type GroupSummary struct {
	Groupid string  `json:"groupid"`
	Users   *string `json:"users,omitempty"`
	Comment *string `json:"comment,omitempty"`
}

GroupSummary struct for GroupSummary

func NewGroupSummary ¶ added in v0.35.0

func NewGroupSummary(groupid string) *GroupSummary

NewGroupSummary instantiates a new GroupSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGroupSummaryWithDefaults ¶ added in v0.35.0

func NewGroupSummaryWithDefaults() *GroupSummary

NewGroupSummaryWithDefaults instantiates a new GroupSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GroupSummary) GetComment ¶ added in v0.35.0

func (o *GroupSummary) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*GroupSummary) GetCommentOk ¶ added in v0.35.0

func (o *GroupSummary) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupSummary) GetGroupid ¶ added in v0.35.0

func (o *GroupSummary) GetGroupid() string

GetGroupid returns the Groupid field value

func (*GroupSummary) GetGroupidOk ¶ added in v0.35.0

func (o *GroupSummary) GetGroupidOk() (*string, bool)

GetGroupidOk returns a tuple with the Groupid field value and a boolean to check if the value has been set.

func (*GroupSummary) GetUsers ¶ added in v0.35.0

func (o *GroupSummary) GetUsers() string

GetUsers returns the Users field value if set, zero value otherwise.

func (*GroupSummary) GetUsersOk ¶ added in v0.35.0

func (o *GroupSummary) GetUsersOk() (*string, bool)

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupSummary) HasComment ¶ added in v0.35.0

func (o *GroupSummary) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*GroupSummary) HasUsers ¶ added in v0.35.0

func (o *GroupSummary) HasUsers() bool

HasUsers returns a boolean if a field has been set.

func (GroupSummary) MarshalJSON ¶ added in v0.35.0

func (o GroupSummary) MarshalJSON() ([]byte, error)

func (*GroupSummary) SetComment ¶ added in v0.35.0

func (o *GroupSummary) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*GroupSummary) SetGroupid ¶ added in v0.35.0

func (o *GroupSummary) SetGroupid(v string)

SetGroupid sets field value

func (*GroupSummary) SetUsers ¶ added in v0.35.0

func (o *GroupSummary) SetUsers(v string)

SetUsers gets a reference to the given string and assigns it to the Users field.

func (GroupSummary) ToMap ¶ added in v0.35.0

func (o GroupSummary) ToMap() (map[string]interface{}, error)

type InitCephClusterRequestContent ¶ added in v0.58.0

type InitCephClusterRequestContent struct {
	ClusterNetwork *string `json:"cluster-network,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	DisableCephx *float32 `json:"disable_cephx,omitempty"`
	MinSize      *float32 `json:"min_size,omitempty"`
	Network      *string  `json:"network,omitempty"`
	PgBits       *float32 `json:"pg_bits,omitempty"`
	Size         *float32 `json:"size,omitempty"`
}

InitCephClusterRequestContent struct for InitCephClusterRequestContent

func NewInitCephClusterRequestContent ¶ added in v0.58.0

func NewInitCephClusterRequestContent() *InitCephClusterRequestContent

NewInitCephClusterRequestContent instantiates a new InitCephClusterRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInitCephClusterRequestContentWithDefaults ¶ added in v0.58.0

func NewInitCephClusterRequestContentWithDefaults() *InitCephClusterRequestContent

NewInitCephClusterRequestContentWithDefaults instantiates a new InitCephClusterRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InitCephClusterRequestContent) GetClusterNetwork ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) GetClusterNetwork() string

GetClusterNetwork returns the ClusterNetwork field value if set, zero value otherwise.

func (*InitCephClusterRequestContent) GetClusterNetworkOk ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) GetClusterNetworkOk() (*string, bool)

GetClusterNetworkOk returns a tuple with the ClusterNetwork field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InitCephClusterRequestContent) GetDisableCephx ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) GetDisableCephx() float32

GetDisableCephx returns the DisableCephx field value if set, zero value otherwise.

func (*InitCephClusterRequestContent) GetDisableCephxOk ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) GetDisableCephxOk() (*float32, bool)

GetDisableCephxOk returns a tuple with the DisableCephx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InitCephClusterRequestContent) GetMinSize ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) GetMinSize() float32

GetMinSize returns the MinSize field value if set, zero value otherwise.

func (*InitCephClusterRequestContent) GetMinSizeOk ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) GetMinSizeOk() (*float32, bool)

GetMinSizeOk returns a tuple with the MinSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InitCephClusterRequestContent) GetNetwork ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*InitCephClusterRequestContent) GetNetworkOk ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InitCephClusterRequestContent) GetPgBits ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) GetPgBits() float32

GetPgBits returns the PgBits field value if set, zero value otherwise.

func (*InitCephClusterRequestContent) GetPgBitsOk ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) GetPgBitsOk() (*float32, bool)

GetPgBitsOk returns a tuple with the PgBits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InitCephClusterRequestContent) GetSize ¶ added in v0.58.0

GetSize returns the Size field value if set, zero value otherwise.

func (*InitCephClusterRequestContent) GetSizeOk ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) GetSizeOk() (*float32, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InitCephClusterRequestContent) HasClusterNetwork ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) HasClusterNetwork() bool

HasClusterNetwork returns a boolean if a field has been set.

func (*InitCephClusterRequestContent) HasDisableCephx ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) HasDisableCephx() bool

HasDisableCephx returns a boolean if a field has been set.

func (*InitCephClusterRequestContent) HasMinSize ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) HasMinSize() bool

HasMinSize returns a boolean if a field has been set.

func (*InitCephClusterRequestContent) HasNetwork ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*InitCephClusterRequestContent) HasPgBits ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) HasPgBits() bool

HasPgBits returns a boolean if a field has been set.

func (*InitCephClusterRequestContent) HasSize ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) HasSize() bool

HasSize returns a boolean if a field has been set.

func (InitCephClusterRequestContent) MarshalJSON ¶ added in v0.58.0

func (o InitCephClusterRequestContent) MarshalJSON() ([]byte, error)

func (*InitCephClusterRequestContent) SetClusterNetwork ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) SetClusterNetwork(v string)

SetClusterNetwork gets a reference to the given string and assigns it to the ClusterNetwork field.

func (*InitCephClusterRequestContent) SetDisableCephx ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) SetDisableCephx(v float32)

SetDisableCephx gets a reference to the given float32 and assigns it to the DisableCephx field.

func (*InitCephClusterRequestContent) SetMinSize ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) SetMinSize(v float32)

SetMinSize gets a reference to the given float32 and assigns it to the MinSize field.

func (*InitCephClusterRequestContent) SetNetwork ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*InitCephClusterRequestContent) SetPgBits ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) SetPgBits(v float32)

SetPgBits gets a reference to the given float32 and assigns it to the PgBits field.

func (*InitCephClusterRequestContent) SetSize ¶ added in v0.58.0

func (o *InitCephClusterRequestContent) SetSize(v float32)

SetSize gets a reference to the given float32 and assigns it to the Size field.

func (InitCephClusterRequestContent) ToMap ¶ added in v0.58.0

func (o InitCephClusterRequestContent) ToMap() (map[string]interface{}, error)

type InitializeGPTRequestContent ¶

type InitializeGPTRequestContent struct {
	// Disk to initialize.
	Disk *string `json:"disk,omitempty"`
	Uuid *string `json:"uuid,omitempty"`
}

InitializeGPTRequestContent struct for InitializeGPTRequestContent

func NewInitializeGPTRequestContent ¶

func NewInitializeGPTRequestContent() *InitializeGPTRequestContent

NewInitializeGPTRequestContent instantiates a new InitializeGPTRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInitializeGPTRequestContentWithDefaults ¶

func NewInitializeGPTRequestContentWithDefaults() *InitializeGPTRequestContent

NewInitializeGPTRequestContentWithDefaults instantiates a new InitializeGPTRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InitializeGPTRequestContent) GetDisk ¶

func (o *InitializeGPTRequestContent) GetDisk() string

GetDisk returns the Disk field value if set, zero value otherwise.

func (*InitializeGPTRequestContent) GetDiskOk ¶

func (o *InitializeGPTRequestContent) GetDiskOk() (*string, bool)

GetDiskOk returns a tuple with the Disk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InitializeGPTRequestContent) GetUuid ¶

func (o *InitializeGPTRequestContent) GetUuid() string

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*InitializeGPTRequestContent) GetUuidOk ¶

func (o *InitializeGPTRequestContent) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InitializeGPTRequestContent) HasDisk ¶

func (o *InitializeGPTRequestContent) HasDisk() bool

HasDisk returns a boolean if a field has been set.

func (*InitializeGPTRequestContent) HasUuid ¶

func (o *InitializeGPTRequestContent) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (InitializeGPTRequestContent) MarshalJSON ¶

func (o InitializeGPTRequestContent) MarshalJSON() ([]byte, error)

func (*InitializeGPTRequestContent) SetDisk ¶

func (o *InitializeGPTRequestContent) SetDisk(v string)

SetDisk gets a reference to the given string and assigns it to the Disk field.

func (*InitializeGPTRequestContent) SetUuid ¶

func (o *InitializeGPTRequestContent) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (InitializeGPTRequestContent) ToMap ¶ added in v0.9.0

func (o InitializeGPTRequestContent) ToMap() (map[string]interface{}, error)

type InitializeGPTResponseContent ¶

type InitializeGPTResponseContent struct {
	Data string `json:"data"`
}

InitializeGPTResponseContent struct for InitializeGPTResponseContent

func NewInitializeGPTResponseContent ¶

func NewInitializeGPTResponseContent(data string) *InitializeGPTResponseContent

NewInitializeGPTResponseContent instantiates a new InitializeGPTResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInitializeGPTResponseContentWithDefaults ¶

func NewInitializeGPTResponseContentWithDefaults() *InitializeGPTResponseContent

NewInitializeGPTResponseContentWithDefaults instantiates a new InitializeGPTResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InitializeGPTResponseContent) GetData ¶

func (o *InitializeGPTResponseContent) GetData() string

GetData returns the Data field value

func (*InitializeGPTResponseContent) GetDataOk ¶

func (o *InitializeGPTResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (InitializeGPTResponseContent) MarshalJSON ¶

func (o InitializeGPTResponseContent) MarshalJSON() ([]byte, error)

func (*InitializeGPTResponseContent) SetData ¶

func (o *InitializeGPTResponseContent) SetData(v string)

SetData sets field value

func (InitializeGPTResponseContent) ToMap ¶ added in v0.9.0

func (o InitializeGPTResponseContent) ToMap() (map[string]interface{}, error)

type InternalServerErrorResponseContent ¶

type InternalServerErrorResponseContent struct {
	Message string `json:"message"`
}

InternalServerErrorResponseContent struct for InternalServerErrorResponseContent

func NewInternalServerErrorResponseContent ¶

func NewInternalServerErrorResponseContent(message string) *InternalServerErrorResponseContent

NewInternalServerErrorResponseContent instantiates a new InternalServerErrorResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInternalServerErrorResponseContentWithDefaults ¶

func NewInternalServerErrorResponseContentWithDefaults() *InternalServerErrorResponseContent

NewInternalServerErrorResponseContentWithDefaults instantiates a new InternalServerErrorResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InternalServerErrorResponseContent) GetMessage ¶

GetMessage returns the Message field value

func (*InternalServerErrorResponseContent) GetMessageOk ¶

func (o *InternalServerErrorResponseContent) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (InternalServerErrorResponseContent) MarshalJSON ¶

func (o InternalServerErrorResponseContent) MarshalJSON() ([]byte, error)

func (*InternalServerErrorResponseContent) SetMessage ¶

func (o *InternalServerErrorResponseContent) SetMessage(v string)

SetMessage sets field value

func (InternalServerErrorResponseContent) ToMap ¶ added in v0.9.0

func (o InternalServerErrorResponseContent) ToMap() (map[string]interface{}, error)

type InvalidInputErrorResponseContent ¶

type InvalidInputErrorResponseContent struct {
	Message string `json:"message"`
}

InvalidInputErrorResponseContent struct for InvalidInputErrorResponseContent

func NewInvalidInputErrorResponseContent ¶

func NewInvalidInputErrorResponseContent(message string) *InvalidInputErrorResponseContent

NewInvalidInputErrorResponseContent instantiates a new InvalidInputErrorResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInvalidInputErrorResponseContentWithDefaults ¶

func NewInvalidInputErrorResponseContentWithDefaults() *InvalidInputErrorResponseContent

NewInvalidInputErrorResponseContentWithDefaults instantiates a new InvalidInputErrorResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InvalidInputErrorResponseContent) GetMessage ¶

func (o *InvalidInputErrorResponseContent) GetMessage() string

GetMessage returns the Message field value

func (*InvalidInputErrorResponseContent) GetMessageOk ¶

func (o *InvalidInputErrorResponseContent) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (InvalidInputErrorResponseContent) MarshalJSON ¶

func (o InvalidInputErrorResponseContent) MarshalJSON() ([]byte, error)

func (*InvalidInputErrorResponseContent) SetMessage ¶

func (o *InvalidInputErrorResponseContent) SetMessage(v string)

SetMessage sets field value

func (InvalidInputErrorResponseContent) ToMap ¶ added in v0.9.0

func (o InvalidInputErrorResponseContent) ToMap() (map[string]interface{}, error)

type JoinClusterRequestContent ¶

type JoinClusterRequestContent struct {
	// The fingerprint of the cluster certificate
	Fingerprint string `json:"fingerprint"`
	// The hostname or IP address an existing cluster node
	Hostname string `json:"hostname"`
	// Password for the node root user
	Password string  `json:"password"`
	Force    *bool   `json:"force,omitempty"`
	Link0    *string `json:"link0,omitempty"`
	Link1    *string `json:"link1,omitempty"`
	Link2    *string `json:"link2,omitempty"`
	Link3    *string `json:"link3,omitempty"`
	Link4    *string `json:"link4,omitempty"`
	Link5    *string `json:"link5,omitempty"`
	Link6    *string `json:"link6,omitempty"`
	Link7    *string `json:"link7,omitempty"`
	// The node ID to use for the joining node
	Nodeid *float32 `json:"nodeid,omitempty"`
	// Votes for the node
	Votes *float32 `json:"votes,omitempty"`
}

JoinClusterRequestContent struct for JoinClusterRequestContent

func NewJoinClusterRequestContent ¶

func NewJoinClusterRequestContent(fingerprint string, hostname string, password string) *JoinClusterRequestContent

NewJoinClusterRequestContent instantiates a new JoinClusterRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJoinClusterRequestContentWithDefaults ¶

func NewJoinClusterRequestContentWithDefaults() *JoinClusterRequestContent

NewJoinClusterRequestContentWithDefaults instantiates a new JoinClusterRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JoinClusterRequestContent) GetFingerprint ¶

func (o *JoinClusterRequestContent) GetFingerprint() string

GetFingerprint returns the Fingerprint field value

func (*JoinClusterRequestContent) GetFingerprintOk ¶

func (o *JoinClusterRequestContent) GetFingerprintOk() (*string, bool)

GetFingerprintOk returns a tuple with the Fingerprint field value and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetForce ¶

func (o *JoinClusterRequestContent) GetForce() bool

GetForce returns the Force field value if set, zero value otherwise.

func (*JoinClusterRequestContent) GetForceOk ¶

func (o *JoinClusterRequestContent) GetForceOk() (*bool, bool)

GetForceOk returns a tuple with the Force field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetHostname ¶

func (o *JoinClusterRequestContent) GetHostname() string

GetHostname returns the Hostname field value

func (*JoinClusterRequestContent) GetHostnameOk ¶

func (o *JoinClusterRequestContent) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetLink0 ¶

func (o *JoinClusterRequestContent) GetLink0() string

GetLink0 returns the Link0 field value if set, zero value otherwise.

func (*JoinClusterRequestContent) GetLink0Ok ¶

func (o *JoinClusterRequestContent) GetLink0Ok() (*string, bool)

GetLink0Ok returns a tuple with the Link0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetLink1 ¶

func (o *JoinClusterRequestContent) GetLink1() string

GetLink1 returns the Link1 field value if set, zero value otherwise.

func (*JoinClusterRequestContent) GetLink1Ok ¶

func (o *JoinClusterRequestContent) GetLink1Ok() (*string, bool)

GetLink1Ok returns a tuple with the Link1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetLink2 ¶

func (o *JoinClusterRequestContent) GetLink2() string

GetLink2 returns the Link2 field value if set, zero value otherwise.

func (*JoinClusterRequestContent) GetLink2Ok ¶

func (o *JoinClusterRequestContent) GetLink2Ok() (*string, bool)

GetLink2Ok returns a tuple with the Link2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetLink3 ¶

func (o *JoinClusterRequestContent) GetLink3() string

GetLink3 returns the Link3 field value if set, zero value otherwise.

func (*JoinClusterRequestContent) GetLink3Ok ¶

func (o *JoinClusterRequestContent) GetLink3Ok() (*string, bool)

GetLink3Ok returns a tuple with the Link3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetLink4 ¶

func (o *JoinClusterRequestContent) GetLink4() string

GetLink4 returns the Link4 field value if set, zero value otherwise.

func (*JoinClusterRequestContent) GetLink4Ok ¶

func (o *JoinClusterRequestContent) GetLink4Ok() (*string, bool)

GetLink4Ok returns a tuple with the Link4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetLink5 ¶

func (o *JoinClusterRequestContent) GetLink5() string

GetLink5 returns the Link5 field value if set, zero value otherwise.

func (*JoinClusterRequestContent) GetLink5Ok ¶

func (o *JoinClusterRequestContent) GetLink5Ok() (*string, bool)

GetLink5Ok returns a tuple with the Link5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetLink6 ¶

func (o *JoinClusterRequestContent) GetLink6() string

GetLink6 returns the Link6 field value if set, zero value otherwise.

func (*JoinClusterRequestContent) GetLink6Ok ¶

func (o *JoinClusterRequestContent) GetLink6Ok() (*string, bool)

GetLink6Ok returns a tuple with the Link6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetLink7 ¶

func (o *JoinClusterRequestContent) GetLink7() string

GetLink7 returns the Link7 field value if set, zero value otherwise.

func (*JoinClusterRequestContent) GetLink7Ok ¶

func (o *JoinClusterRequestContent) GetLink7Ok() (*string, bool)

GetLink7Ok returns a tuple with the Link7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetNodeid ¶

func (o *JoinClusterRequestContent) GetNodeid() float32

GetNodeid returns the Nodeid field value if set, zero value otherwise.

func (*JoinClusterRequestContent) GetNodeidOk ¶

func (o *JoinClusterRequestContent) GetNodeidOk() (*float32, bool)

GetNodeidOk returns a tuple with the Nodeid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetPassword ¶

func (o *JoinClusterRequestContent) GetPassword() string

GetPassword returns the Password field value

func (*JoinClusterRequestContent) GetPasswordOk ¶

func (o *JoinClusterRequestContent) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) GetVotes ¶

func (o *JoinClusterRequestContent) GetVotes() float32

GetVotes returns the Votes field value if set, zero value otherwise.

func (*JoinClusterRequestContent) GetVotesOk ¶

func (o *JoinClusterRequestContent) GetVotesOk() (*float32, bool)

GetVotesOk returns a tuple with the Votes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JoinClusterRequestContent) HasForce ¶

func (o *JoinClusterRequestContent) HasForce() bool

HasForce returns a boolean if a field has been set.

func (*JoinClusterRequestContent) HasLink0 ¶

func (o *JoinClusterRequestContent) HasLink0() bool

HasLink0 returns a boolean if a field has been set.

func (*JoinClusterRequestContent) HasLink1 ¶

func (o *JoinClusterRequestContent) HasLink1() bool

HasLink1 returns a boolean if a field has been set.

func (*JoinClusterRequestContent) HasLink2 ¶

func (o *JoinClusterRequestContent) HasLink2() bool

HasLink2 returns a boolean if a field has been set.

func (*JoinClusterRequestContent) HasLink3 ¶

func (o *JoinClusterRequestContent) HasLink3() bool

HasLink3 returns a boolean if a field has been set.

func (*JoinClusterRequestContent) HasLink4 ¶

func (o *JoinClusterRequestContent) HasLink4() bool

HasLink4 returns a boolean if a field has been set.

func (*JoinClusterRequestContent) HasLink5 ¶

func (o *JoinClusterRequestContent) HasLink5() bool

HasLink5 returns a boolean if a field has been set.

func (*JoinClusterRequestContent) HasLink6 ¶

func (o *JoinClusterRequestContent) HasLink6() bool

HasLink6 returns a boolean if a field has been set.

func (*JoinClusterRequestContent) HasLink7 ¶

func (o *JoinClusterRequestContent) HasLink7() bool

HasLink7 returns a boolean if a field has been set.

func (*JoinClusterRequestContent) HasNodeid ¶

func (o *JoinClusterRequestContent) HasNodeid() bool

HasNodeid returns a boolean if a field has been set.

func (*JoinClusterRequestContent) HasVotes ¶

func (o *JoinClusterRequestContent) HasVotes() bool

HasVotes returns a boolean if a field has been set.

func (JoinClusterRequestContent) MarshalJSON ¶

func (o JoinClusterRequestContent) MarshalJSON() ([]byte, error)

func (*JoinClusterRequestContent) SetFingerprint ¶

func (o *JoinClusterRequestContent) SetFingerprint(v string)

SetFingerprint sets field value

func (*JoinClusterRequestContent) SetForce ¶

func (o *JoinClusterRequestContent) SetForce(v bool)

SetForce gets a reference to the given bool and assigns it to the Force field.

func (*JoinClusterRequestContent) SetHostname ¶

func (o *JoinClusterRequestContent) SetHostname(v string)

SetHostname sets field value

func (*JoinClusterRequestContent) SetLink0 ¶

func (o *JoinClusterRequestContent) SetLink0(v string)

SetLink0 gets a reference to the given string and assigns it to the Link0 field.

func (*JoinClusterRequestContent) SetLink1 ¶

func (o *JoinClusterRequestContent) SetLink1(v string)

SetLink1 gets a reference to the given string and assigns it to the Link1 field.

func (*JoinClusterRequestContent) SetLink2 ¶

func (o *JoinClusterRequestContent) SetLink2(v string)

SetLink2 gets a reference to the given string and assigns it to the Link2 field.

func (*JoinClusterRequestContent) SetLink3 ¶

func (o *JoinClusterRequestContent) SetLink3(v string)

SetLink3 gets a reference to the given string and assigns it to the Link3 field.

func (*JoinClusterRequestContent) SetLink4 ¶

func (o *JoinClusterRequestContent) SetLink4(v string)

SetLink4 gets a reference to the given string and assigns it to the Link4 field.

func (*JoinClusterRequestContent) SetLink5 ¶

func (o *JoinClusterRequestContent) SetLink5(v string)

SetLink5 gets a reference to the given string and assigns it to the Link5 field.

func (*JoinClusterRequestContent) SetLink6 ¶

func (o *JoinClusterRequestContent) SetLink6(v string)

SetLink6 gets a reference to the given string and assigns it to the Link6 field.

func (*JoinClusterRequestContent) SetLink7 ¶

func (o *JoinClusterRequestContent) SetLink7(v string)

SetLink7 gets a reference to the given string and assigns it to the Link7 field.

func (*JoinClusterRequestContent) SetNodeid ¶

func (o *JoinClusterRequestContent) SetNodeid(v float32)

SetNodeid gets a reference to the given float32 and assigns it to the Nodeid field.

func (*JoinClusterRequestContent) SetPassword ¶

func (o *JoinClusterRequestContent) SetPassword(v string)

SetPassword sets field value

func (*JoinClusterRequestContent) SetVotes ¶

func (o *JoinClusterRequestContent) SetVotes(v float32)

SetVotes gets a reference to the given float32 and assigns it to the Votes field.

func (JoinClusterRequestContent) ToMap ¶ added in v0.9.0

func (o JoinClusterRequestContent) ToMap() (map[string]interface{}, error)

type JoinClusterResponseContent ¶

type JoinClusterResponseContent struct {
	Data string `json:"data"`
}

JoinClusterResponseContent struct for JoinClusterResponseContent

func NewJoinClusterResponseContent ¶

func NewJoinClusterResponseContent(data string) *JoinClusterResponseContent

NewJoinClusterResponseContent instantiates a new JoinClusterResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJoinClusterResponseContentWithDefaults ¶

func NewJoinClusterResponseContentWithDefaults() *JoinClusterResponseContent

NewJoinClusterResponseContentWithDefaults instantiates a new JoinClusterResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JoinClusterResponseContent) GetData ¶

func (o *JoinClusterResponseContent) GetData() string

GetData returns the Data field value

func (*JoinClusterResponseContent) GetDataOk ¶

func (o *JoinClusterResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (JoinClusterResponseContent) MarshalJSON ¶

func (o JoinClusterResponseContent) MarshalJSON() ([]byte, error)

func (*JoinClusterResponseContent) SetData ¶

func (o *JoinClusterResponseContent) SetData(v string)

SetData sets field value

func (JoinClusterResponseContent) ToMap ¶ added in v0.9.0

func (o JoinClusterResponseContent) ToMap() (map[string]interface{}, error)

type JoinInformation ¶

type JoinInformation struct {
	Totem         TotemSummary          `json:"totem"`
	PreferredNode string                `json:"preferred_node"`
	ConfigDigest  string                `json:"config_digest"`
	Nodelist      []CorosyncNodeSummary `json:"nodelist"`
}

JoinInformation struct for JoinInformation

func NewJoinInformation ¶

func NewJoinInformation(totem TotemSummary, preferredNode string, configDigest string, nodelist []CorosyncNodeSummary) *JoinInformation

NewJoinInformation instantiates a new JoinInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJoinInformationWithDefaults ¶

func NewJoinInformationWithDefaults() *JoinInformation

NewJoinInformationWithDefaults instantiates a new JoinInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JoinInformation) GetConfigDigest ¶

func (o *JoinInformation) GetConfigDigest() string

GetConfigDigest returns the ConfigDigest field value

func (*JoinInformation) GetConfigDigestOk ¶

func (o *JoinInformation) GetConfigDigestOk() (*string, bool)

GetConfigDigestOk returns a tuple with the ConfigDigest field value and a boolean to check if the value has been set.

func (*JoinInformation) GetNodelist ¶

func (o *JoinInformation) GetNodelist() []CorosyncNodeSummary

GetNodelist returns the Nodelist field value

func (*JoinInformation) GetNodelistOk ¶

func (o *JoinInformation) GetNodelistOk() ([]CorosyncNodeSummary, bool)

GetNodelistOk returns a tuple with the Nodelist field value and a boolean to check if the value has been set.

func (*JoinInformation) GetPreferredNode ¶

func (o *JoinInformation) GetPreferredNode() string

GetPreferredNode returns the PreferredNode field value

func (*JoinInformation) GetPreferredNodeOk ¶

func (o *JoinInformation) GetPreferredNodeOk() (*string, bool)

GetPreferredNodeOk returns a tuple with the PreferredNode field value and a boolean to check if the value has been set.

func (*JoinInformation) GetTotem ¶

func (o *JoinInformation) GetTotem() TotemSummary

GetTotem returns the Totem field value

func (*JoinInformation) GetTotemOk ¶

func (o *JoinInformation) GetTotemOk() (*TotemSummary, bool)

GetTotemOk returns a tuple with the Totem field value and a boolean to check if the value has been set.

func (JoinInformation) MarshalJSON ¶

func (o JoinInformation) MarshalJSON() ([]byte, error)

func (*JoinInformation) SetConfigDigest ¶

func (o *JoinInformation) SetConfigDigest(v string)

SetConfigDigest sets field value

func (*JoinInformation) SetNodelist ¶

func (o *JoinInformation) SetNodelist(v []CorosyncNodeSummary)

SetNodelist sets field value

func (*JoinInformation) SetPreferredNode ¶

func (o *JoinInformation) SetPreferredNode(v string)

SetPreferredNode sets field value

func (*JoinInformation) SetTotem ¶

func (o *JoinInformation) SetTotem(v TotemSummary)

SetTotem sets field value

func (JoinInformation) ToMap ¶ added in v0.9.0

func (o JoinInformation) ToMap() (map[string]interface{}, error)

type LVMChild ¶ added in v0.40.0

type LVMChild struct {
	Children []LVMChild `json:"children,omitempty"`
	// Is leaf. This is a boolean intergar, 1 is true, 0 is false
	Leaf float32 `json:"leaf"`
	Name *string `json:"name,omitempty"`
	// The free space on lvm in bytes
	Free *float32 `json:"free,omitempty"`
	// The total size of lvm in bytes
	Size *float32 `json:"size,omitempty"`
	// The number of logical volumes
	Lvcount *float32 `json:"lvcount,omitempty"`
}

LVMChild struct for LVMChild

func NewLVMChild ¶ added in v0.40.0

func NewLVMChild(leaf float32) *LVMChild

NewLVMChild instantiates a new LVMChild object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLVMChildWithDefaults ¶ added in v0.40.0

func NewLVMChildWithDefaults() *LVMChild

NewLVMChildWithDefaults instantiates a new LVMChild object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LVMChild) GetChildren ¶ added in v0.40.0

func (o *LVMChild) GetChildren() []LVMChild

GetChildren returns the Children field value if set, zero value otherwise.

func (*LVMChild) GetChildrenOk ¶ added in v0.40.0

func (o *LVMChild) GetChildrenOk() ([]LVMChild, bool)

GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LVMChild) GetFree ¶ added in v0.40.0

func (o *LVMChild) GetFree() float32

GetFree returns the Free field value if set, zero value otherwise.

func (*LVMChild) GetFreeOk ¶ added in v0.40.0

func (o *LVMChild) GetFreeOk() (*float32, bool)

GetFreeOk returns a tuple with the Free field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LVMChild) GetLeaf ¶ added in v0.40.0

func (o *LVMChild) GetLeaf() float32

GetLeaf returns the Leaf field value

func (*LVMChild) GetLeafOk ¶ added in v0.40.0

func (o *LVMChild) GetLeafOk() (*float32, bool)

GetLeafOk returns a tuple with the Leaf field value and a boolean to check if the value has been set.

func (*LVMChild) GetLvcount ¶ added in v0.40.0

func (o *LVMChild) GetLvcount() float32

GetLvcount returns the Lvcount field value if set, zero value otherwise.

func (*LVMChild) GetLvcountOk ¶ added in v0.40.0

func (o *LVMChild) GetLvcountOk() (*float32, bool)

GetLvcountOk returns a tuple with the Lvcount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LVMChild) GetName ¶ added in v0.40.0

func (o *LVMChild) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*LVMChild) GetNameOk ¶ added in v0.40.0

func (o *LVMChild) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LVMChild) GetSize ¶ added in v0.40.0

func (o *LVMChild) GetSize() float32

GetSize returns the Size field value if set, zero value otherwise.

func (*LVMChild) GetSizeOk ¶ added in v0.40.0

func (o *LVMChild) GetSizeOk() (*float32, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LVMChild) HasChildren ¶ added in v0.41.0

func (o *LVMChild) HasChildren() bool

HasChildren returns a boolean if a field has been set.

func (*LVMChild) HasFree ¶ added in v0.40.0

func (o *LVMChild) HasFree() bool

HasFree returns a boolean if a field has been set.

func (*LVMChild) HasLvcount ¶ added in v0.40.0

func (o *LVMChild) HasLvcount() bool

HasLvcount returns a boolean if a field has been set.

func (*LVMChild) HasName ¶ added in v0.40.0

func (o *LVMChild) HasName() bool

HasName returns a boolean if a field has been set.

func (*LVMChild) HasSize ¶ added in v0.40.0

func (o *LVMChild) HasSize() bool

HasSize returns a boolean if a field has been set.

func (LVMChild) MarshalJSON ¶ added in v0.40.0

func (o LVMChild) MarshalJSON() ([]byte, error)

func (*LVMChild) SetChildren ¶ added in v0.40.0

func (o *LVMChild) SetChildren(v []LVMChild)

SetChildren gets a reference to the given []LVMChild and assigns it to the Children field.

func (*LVMChild) SetFree ¶ added in v0.40.0

func (o *LVMChild) SetFree(v float32)

SetFree gets a reference to the given float32 and assigns it to the Free field.

func (*LVMChild) SetLeaf ¶ added in v0.40.0

func (o *LVMChild) SetLeaf(v float32)

SetLeaf sets field value

func (*LVMChild) SetLvcount ¶ added in v0.40.0

func (o *LVMChild) SetLvcount(v float32)

SetLvcount gets a reference to the given float32 and assigns it to the Lvcount field.

func (*LVMChild) SetName ¶ added in v0.40.0

func (o *LVMChild) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*LVMChild) SetSize ¶ added in v0.40.0

func (o *LVMChild) SetSize(v float32)

SetSize gets a reference to the given float32 and assigns it to the Size field.

func (LVMChild) ToMap ¶ added in v0.40.0

func (o LVMChild) ToMap() (map[string]interface{}, error)

type LVMThinSummary ¶

type LVMThinSummary struct {
	Lv string `json:"lv"`
	// The size of the lvm thin pool in bytes
	LvSize float32 `json:"lv_size"`
	// The used size of the lvm thin pool in bytes
	Used float32 `json:"used"`
	// The size of the metadata lv in bytes
	MetadataSize float32 `json:"metadata_size"`
	// The used size of the metadata lv in bytes
	MetadataUsed float32 `json:"metadata_used"`
	// The associated volume group.
	Vg string `json:"vg"`
}

LVMThinSummary struct for LVMThinSummary

func NewLVMThinSummary ¶

func NewLVMThinSummary(lv string, lvSize float32, used float32, metadataSize float32, metadataUsed float32, vg string) *LVMThinSummary

NewLVMThinSummary instantiates a new LVMThinSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLVMThinSummaryWithDefaults ¶

func NewLVMThinSummaryWithDefaults() *LVMThinSummary

NewLVMThinSummaryWithDefaults instantiates a new LVMThinSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LVMThinSummary) GetLv ¶

func (o *LVMThinSummary) GetLv() string

GetLv returns the Lv field value

func (*LVMThinSummary) GetLvOk ¶

func (o *LVMThinSummary) GetLvOk() (*string, bool)

GetLvOk returns a tuple with the Lv field value and a boolean to check if the value has been set.

func (*LVMThinSummary) GetLvSize ¶

func (o *LVMThinSummary) GetLvSize() float32

GetLvSize returns the LvSize field value

func (*LVMThinSummary) GetLvSizeOk ¶

func (o *LVMThinSummary) GetLvSizeOk() (*float32, bool)

GetLvSizeOk returns a tuple with the LvSize field value and a boolean to check if the value has been set.

func (*LVMThinSummary) GetMetadataSize ¶

func (o *LVMThinSummary) GetMetadataSize() float32

GetMetadataSize returns the MetadataSize field value

func (*LVMThinSummary) GetMetadataSizeOk ¶

func (o *LVMThinSummary) GetMetadataSizeOk() (*float32, bool)

GetMetadataSizeOk returns a tuple with the MetadataSize field value and a boolean to check if the value has been set.

func (*LVMThinSummary) GetMetadataUsed ¶

func (o *LVMThinSummary) GetMetadataUsed() float32

GetMetadataUsed returns the MetadataUsed field value

func (*LVMThinSummary) GetMetadataUsedOk ¶

func (o *LVMThinSummary) GetMetadataUsedOk() (*float32, bool)

GetMetadataUsedOk returns a tuple with the MetadataUsed field value and a boolean to check if the value has been set.

func (*LVMThinSummary) GetUsed ¶

func (o *LVMThinSummary) GetUsed() float32

GetUsed returns the Used field value

func (*LVMThinSummary) GetUsedOk ¶

func (o *LVMThinSummary) GetUsedOk() (*float32, bool)

GetUsedOk returns a tuple with the Used field value and a boolean to check if the value has been set.

func (*LVMThinSummary) GetVg ¶

func (o *LVMThinSummary) GetVg() string

GetVg returns the Vg field value

func (*LVMThinSummary) GetVgOk ¶

func (o *LVMThinSummary) GetVgOk() (*string, bool)

GetVgOk returns a tuple with the Vg field value and a boolean to check if the value has been set.

func (LVMThinSummary) MarshalJSON ¶

func (o LVMThinSummary) MarshalJSON() ([]byte, error)

func (*LVMThinSummary) SetLv ¶

func (o *LVMThinSummary) SetLv(v string)

SetLv sets field value

func (*LVMThinSummary) SetLvSize ¶

func (o *LVMThinSummary) SetLvSize(v float32)

SetLvSize sets field value

func (*LVMThinSummary) SetMetadataSize ¶

func (o *LVMThinSummary) SetMetadataSize(v float32)

SetMetadataSize sets field value

func (*LVMThinSummary) SetMetadataUsed ¶

func (o *LVMThinSummary) SetMetadataUsed(v float32)

SetMetadataUsed sets field value

func (*LVMThinSummary) SetUsed ¶

func (o *LVMThinSummary) SetUsed(v float32)

SetUsed sets field value

func (*LVMThinSummary) SetVg ¶

func (o *LVMThinSummary) SetVg(v string)

SetVg sets field value

func (LVMThinSummary) ToMap ¶ added in v0.9.0

func (o LVMThinSummary) ToMap() (map[string]interface{}, error)

type LinkSummary ¶

type LinkSummary struct {
	Linknumber *string `json:"linknumber,omitempty"`
}

LinkSummary struct for LinkSummary

func NewLinkSummary ¶

func NewLinkSummary() *LinkSummary

NewLinkSummary instantiates a new LinkSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLinkSummaryWithDefaults ¶

func NewLinkSummaryWithDefaults() *LinkSummary

NewLinkSummaryWithDefaults instantiates a new LinkSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LinkSummary) GetLinknumber ¶

func (o *LinkSummary) GetLinknumber() string

GetLinknumber returns the Linknumber field value if set, zero value otherwise.

func (*LinkSummary) GetLinknumberOk ¶

func (o *LinkSummary) GetLinknumberOk() (*string, bool)

GetLinknumberOk returns a tuple with the Linknumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LinkSummary) HasLinknumber ¶

func (o *LinkSummary) HasLinknumber() bool

HasLinknumber returns a boolean if a field has been set.

func (LinkSummary) MarshalJSON ¶

func (o LinkSummary) MarshalJSON() ([]byte, error)

func (*LinkSummary) SetLinknumber ¶

func (o *LinkSummary) SetLinknumber(v string)

SetLinknumber gets a reference to the given string and assigns it to the Linknumber field.

func (LinkSummary) ToMap ¶ added in v0.9.0

func (o LinkSummary) ToMap() (map[string]interface{}, error)

type ListCephManagersResponseContent ¶ added in v0.59.0

type ListCephManagersResponseContent struct {
	Data []CephMonitorSummary `json:"data"`
}

ListCephManagersResponseContent struct for ListCephManagersResponseContent

func NewListCephManagersResponseContent ¶ added in v0.59.0

func NewListCephManagersResponseContent(data []CephMonitorSummary) *ListCephManagersResponseContent

NewListCephManagersResponseContent instantiates a new ListCephManagersResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListCephManagersResponseContentWithDefaults ¶ added in v0.59.0

func NewListCephManagersResponseContentWithDefaults() *ListCephManagersResponseContent

NewListCephManagersResponseContentWithDefaults instantiates a new ListCephManagersResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListCephManagersResponseContent) GetData ¶ added in v0.59.0

GetData returns the Data field value

func (*ListCephManagersResponseContent) GetDataOk ¶ added in v0.59.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListCephManagersResponseContent) MarshalJSON ¶ added in v0.59.0

func (o ListCephManagersResponseContent) MarshalJSON() ([]byte, error)

func (*ListCephManagersResponseContent) SetData ¶ added in v0.59.0

SetData sets field value

func (ListCephManagersResponseContent) ToMap ¶ added in v0.59.0

func (o ListCephManagersResponseContent) ToMap() (map[string]interface{}, error)

type ListCephMonitorsResponseContent ¶ added in v0.58.0

type ListCephMonitorsResponseContent struct {
	Data []CephMonitorSummary `json:"data"`
}

ListCephMonitorsResponseContent struct for ListCephMonitorsResponseContent

func NewListCephMonitorsResponseContent ¶ added in v0.58.0

func NewListCephMonitorsResponseContent(data []CephMonitorSummary) *ListCephMonitorsResponseContent

NewListCephMonitorsResponseContent instantiates a new ListCephMonitorsResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListCephMonitorsResponseContentWithDefaults ¶ added in v0.58.0

func NewListCephMonitorsResponseContentWithDefaults() *ListCephMonitorsResponseContent

NewListCephMonitorsResponseContentWithDefaults instantiates a new ListCephMonitorsResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListCephMonitorsResponseContent) GetData ¶ added in v0.58.0

GetData returns the Data field value

func (*ListCephMonitorsResponseContent) GetDataOk ¶ added in v0.58.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListCephMonitorsResponseContent) MarshalJSON ¶ added in v0.58.0

func (o ListCephMonitorsResponseContent) MarshalJSON() ([]byte, error)

func (*ListCephMonitorsResponseContent) SetData ¶ added in v0.58.0

SetData sets field value

func (ListCephMonitorsResponseContent) ToMap ¶ added in v0.58.0

func (o ListCephMonitorsResponseContent) ToMap() (map[string]interface{}, error)

type ListCorosyncNodesResponseContent ¶

type ListCorosyncNodesResponseContent struct {
	Data []CorosyncNodeSummary `json:"data"`
}

ListCorosyncNodesResponseContent struct for ListCorosyncNodesResponseContent

func NewListCorosyncNodesResponseContent ¶

func NewListCorosyncNodesResponseContent(data []CorosyncNodeSummary) *ListCorosyncNodesResponseContent

NewListCorosyncNodesResponseContent instantiates a new ListCorosyncNodesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListCorosyncNodesResponseContentWithDefaults ¶

func NewListCorosyncNodesResponseContentWithDefaults() *ListCorosyncNodesResponseContent

NewListCorosyncNodesResponseContentWithDefaults instantiates a new ListCorosyncNodesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListCorosyncNodesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListCorosyncNodesResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListCorosyncNodesResponseContent) MarshalJSON ¶

func (o ListCorosyncNodesResponseContent) MarshalJSON() ([]byte, error)

func (*ListCorosyncNodesResponseContent) SetData ¶

SetData sets field value

func (ListCorosyncNodesResponseContent) ToMap ¶ added in v0.9.0

func (o ListCorosyncNodesResponseContent) ToMap() (map[string]interface{}, error)

type ListCpuCapabilitiesResponseContent ¶

type ListCpuCapabilitiesResponseContent struct {
	Data []CpuCapabilitySummary `json:"data"`
}

ListCpuCapabilitiesResponseContent struct for ListCpuCapabilitiesResponseContent

func NewListCpuCapabilitiesResponseContent ¶

func NewListCpuCapabilitiesResponseContent(data []CpuCapabilitySummary) *ListCpuCapabilitiesResponseContent

NewListCpuCapabilitiesResponseContent instantiates a new ListCpuCapabilitiesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListCpuCapabilitiesResponseContentWithDefaults ¶

func NewListCpuCapabilitiesResponseContentWithDefaults() *ListCpuCapabilitiesResponseContent

NewListCpuCapabilitiesResponseContentWithDefaults instantiates a new ListCpuCapabilitiesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListCpuCapabilitiesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListCpuCapabilitiesResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListCpuCapabilitiesResponseContent) MarshalJSON ¶

func (o ListCpuCapabilitiesResponseContent) MarshalJSON() ([]byte, error)

func (*ListCpuCapabilitiesResponseContent) SetData ¶

SetData sets field value

func (ListCpuCapabilitiesResponseContent) ToMap ¶ added in v0.9.0

func (o ListCpuCapabilitiesResponseContent) ToMap() (map[string]interface{}, error)

type ListDirectoriesResponseContent ¶

type ListDirectoriesResponseContent struct {
	Data []DirectorySummary `json:"data"`
}

ListDirectoriesResponseContent struct for ListDirectoriesResponseContent

func NewListDirectoriesResponseContent ¶

func NewListDirectoriesResponseContent(data []DirectorySummary) *ListDirectoriesResponseContent

NewListDirectoriesResponseContent instantiates a new ListDirectoriesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListDirectoriesResponseContentWithDefaults ¶

func NewListDirectoriesResponseContentWithDefaults() *ListDirectoriesResponseContent

NewListDirectoriesResponseContentWithDefaults instantiates a new ListDirectoriesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListDirectoriesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListDirectoriesResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListDirectoriesResponseContent) MarshalJSON ¶

func (o ListDirectoriesResponseContent) MarshalJSON() ([]byte, error)

func (*ListDirectoriesResponseContent) SetData ¶

SetData sets field value

func (ListDirectoriesResponseContent) ToMap ¶ added in v0.9.0

func (o ListDirectoriesResponseContent) ToMap() (map[string]interface{}, error)

type ListDisksResponseContent ¶

type ListDisksResponseContent struct {
	Data []DiskSummary `json:"data"`
}

ListDisksResponseContent struct for ListDisksResponseContent

func NewListDisksResponseContent ¶

func NewListDisksResponseContent(data []DiskSummary) *ListDisksResponseContent

NewListDisksResponseContent instantiates a new ListDisksResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListDisksResponseContentWithDefaults ¶

func NewListDisksResponseContentWithDefaults() *ListDisksResponseContent

NewListDisksResponseContentWithDefaults instantiates a new ListDisksResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListDisksResponseContent) GetData ¶

func (o *ListDisksResponseContent) GetData() []DiskSummary

GetData returns the Data field value

func (*ListDisksResponseContent) GetDataOk ¶

func (o *ListDisksResponseContent) GetDataOk() ([]DiskSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListDisksResponseContent) MarshalJSON ¶

func (o ListDisksResponseContent) MarshalJSON() ([]byte, error)

func (*ListDisksResponseContent) SetData ¶

func (o *ListDisksResponseContent) SetData(v []DiskSummary)

SetData sets field value

func (ListDisksResponseContent) ToMap ¶ added in v0.9.0

func (o ListDisksResponseContent) ToMap() (map[string]interface{}, error)

type ListGroupsResponseContent ¶ added in v0.35.0

type ListGroupsResponseContent struct {
	Data []GroupSummary `json:"data"`
}

ListGroupsResponseContent struct for ListGroupsResponseContent

func NewListGroupsResponseContent ¶ added in v0.35.0

func NewListGroupsResponseContent(data []GroupSummary) *ListGroupsResponseContent

NewListGroupsResponseContent instantiates a new ListGroupsResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListGroupsResponseContentWithDefaults ¶ added in v0.35.0

func NewListGroupsResponseContentWithDefaults() *ListGroupsResponseContent

NewListGroupsResponseContentWithDefaults instantiates a new ListGroupsResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListGroupsResponseContent) GetData ¶ added in v0.35.0

func (o *ListGroupsResponseContent) GetData() []GroupSummary

GetData returns the Data field value

func (*ListGroupsResponseContent) GetDataOk ¶ added in v0.35.0

func (o *ListGroupsResponseContent) GetDataOk() ([]GroupSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListGroupsResponseContent) MarshalJSON ¶ added in v0.35.0

func (o ListGroupsResponseContent) MarshalJSON() ([]byte, error)

func (*ListGroupsResponseContent) SetData ¶ added in v0.35.0

func (o *ListGroupsResponseContent) SetData(v []GroupSummary)

SetData sets field value

func (ListGroupsResponseContent) ToMap ¶ added in v0.35.0

func (o ListGroupsResponseContent) ToMap() (map[string]interface{}, error)

type ListLVMThinsResponseContent ¶

type ListLVMThinsResponseContent struct {
	Data []LVMThinSummary `json:"data"`
}

ListLVMThinsResponseContent struct for ListLVMThinsResponseContent

func NewListLVMThinsResponseContent ¶

func NewListLVMThinsResponseContent(data []LVMThinSummary) *ListLVMThinsResponseContent

NewListLVMThinsResponseContent instantiates a new ListLVMThinsResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListLVMThinsResponseContentWithDefaults ¶

func NewListLVMThinsResponseContentWithDefaults() *ListLVMThinsResponseContent

NewListLVMThinsResponseContentWithDefaults instantiates a new ListLVMThinsResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListLVMThinsResponseContent) GetData ¶

GetData returns the Data field value

func (*ListLVMThinsResponseContent) GetDataOk ¶

func (o *ListLVMThinsResponseContent) GetDataOk() ([]LVMThinSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListLVMThinsResponseContent) MarshalJSON ¶

func (o ListLVMThinsResponseContent) MarshalJSON() ([]byte, error)

func (*ListLVMThinsResponseContent) SetData ¶

SetData sets field value

func (ListLVMThinsResponseContent) ToMap ¶ added in v0.9.0

func (o ListLVMThinsResponseContent) ToMap() (map[string]interface{}, error)

type ListLVMsData ¶ added in v0.40.0

type ListLVMsData struct {
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Leaf     float32    `json:"leaf"`
	Children []LVMChild `json:"children"`
}

ListLVMsData struct for ListLVMsData

func NewListLVMsData ¶ added in v0.40.0

func NewListLVMsData(leaf float32, children []LVMChild) *ListLVMsData

NewListLVMsData instantiates a new ListLVMsData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListLVMsDataWithDefaults ¶ added in v0.40.0

func NewListLVMsDataWithDefaults() *ListLVMsData

NewListLVMsDataWithDefaults instantiates a new ListLVMsData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListLVMsData) GetChildren ¶ added in v0.40.0

func (o *ListLVMsData) GetChildren() []LVMChild

GetChildren returns the Children field value

func (*ListLVMsData) GetChildrenOk ¶ added in v0.40.0

func (o *ListLVMsData) GetChildrenOk() ([]LVMChild, bool)

GetChildrenOk returns a tuple with the Children field value and a boolean to check if the value has been set.

func (*ListLVMsData) GetLeaf ¶ added in v0.40.0

func (o *ListLVMsData) GetLeaf() float32

GetLeaf returns the Leaf field value

func (*ListLVMsData) GetLeafOk ¶ added in v0.40.0

func (o *ListLVMsData) GetLeafOk() (*float32, bool)

GetLeafOk returns a tuple with the Leaf field value and a boolean to check if the value has been set.

func (ListLVMsData) MarshalJSON ¶ added in v0.40.0

func (o ListLVMsData) MarshalJSON() ([]byte, error)

func (*ListLVMsData) SetChildren ¶ added in v0.40.0

func (o *ListLVMsData) SetChildren(v []LVMChild)

SetChildren sets field value

func (*ListLVMsData) SetLeaf ¶ added in v0.40.0

func (o *ListLVMsData) SetLeaf(v float32)

SetLeaf sets field value

func (ListLVMsData) ToMap ¶ added in v0.40.0

func (o ListLVMsData) ToMap() (map[string]interface{}, error)

type ListLVMsResponseContent ¶

type ListLVMsResponseContent struct {
	Data ListLVMsData `json:"data"`
}

ListLVMsResponseContent struct for ListLVMsResponseContent

func NewListLVMsResponseContent ¶

func NewListLVMsResponseContent(data ListLVMsData) *ListLVMsResponseContent

NewListLVMsResponseContent instantiates a new ListLVMsResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListLVMsResponseContentWithDefaults ¶

func NewListLVMsResponseContentWithDefaults() *ListLVMsResponseContent

NewListLVMsResponseContentWithDefaults instantiates a new ListLVMsResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListLVMsResponseContent) GetData ¶

GetData returns the Data field value

func (*ListLVMsResponseContent) GetDataOk ¶

func (o *ListLVMsResponseContent) GetDataOk() (*ListLVMsData, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListLVMsResponseContent) MarshalJSON ¶

func (o ListLVMsResponseContent) MarshalJSON() ([]byte, error)

func (*ListLVMsResponseContent) SetData ¶

func (o *ListLVMsResponseContent) SetData(v ListLVMsData)

SetData sets field value

func (ListLVMsResponseContent) ToMap ¶ added in v0.9.0

func (o ListLVMsResponseContent) ToMap() (map[string]interface{}, error)

type ListMachineCapabilitiesResponseContent ¶

type ListMachineCapabilitiesResponseContent struct {
	Data []MachineCapabilitySummary `json:"data"`
}

ListMachineCapabilitiesResponseContent struct for ListMachineCapabilitiesResponseContent

func NewListMachineCapabilitiesResponseContent ¶

func NewListMachineCapabilitiesResponseContent(data []MachineCapabilitySummary) *ListMachineCapabilitiesResponseContent

NewListMachineCapabilitiesResponseContent instantiates a new ListMachineCapabilitiesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListMachineCapabilitiesResponseContentWithDefaults ¶

func NewListMachineCapabilitiesResponseContentWithDefaults() *ListMachineCapabilitiesResponseContent

NewListMachineCapabilitiesResponseContentWithDefaults instantiates a new ListMachineCapabilitiesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListMachineCapabilitiesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListMachineCapabilitiesResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListMachineCapabilitiesResponseContent) MarshalJSON ¶

func (o ListMachineCapabilitiesResponseContent) MarshalJSON() ([]byte, error)

func (*ListMachineCapabilitiesResponseContent) SetData ¶

SetData sets field value

func (ListMachineCapabilitiesResponseContent) ToMap ¶ added in v0.9.0

func (o ListMachineCapabilitiesResponseContent) ToMap() (map[string]interface{}, error)

type ListNetworkInterfacesResponseContent ¶

type ListNetworkInterfacesResponseContent struct {
	Data []NetworkInterfaceSummary `json:"data"`
}

ListNetworkInterfacesResponseContent struct for ListNetworkInterfacesResponseContent

func NewListNetworkInterfacesResponseContent ¶

func NewListNetworkInterfacesResponseContent(data []NetworkInterfaceSummary) *ListNetworkInterfacesResponseContent

NewListNetworkInterfacesResponseContent instantiates a new ListNetworkInterfacesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListNetworkInterfacesResponseContentWithDefaults ¶

func NewListNetworkInterfacesResponseContentWithDefaults() *ListNetworkInterfacesResponseContent

NewListNetworkInterfacesResponseContentWithDefaults instantiates a new ListNetworkInterfacesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListNetworkInterfacesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListNetworkInterfacesResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListNetworkInterfacesResponseContent) MarshalJSON ¶

func (o ListNetworkInterfacesResponseContent) MarshalJSON() ([]byte, error)

func (*ListNetworkInterfacesResponseContent) SetData ¶

SetData sets field value

func (ListNetworkInterfacesResponseContent) ToMap ¶ added in v0.9.0

func (o ListNetworkInterfacesResponseContent) ToMap() (map[string]interface{}, error)

type ListNodeCertificatesResponseContent ¶

type ListNodeCertificatesResponseContent struct {
	Data []NodeCertificate `json:"data"`
}

ListNodeCertificatesResponseContent struct for ListNodeCertificatesResponseContent

func NewListNodeCertificatesResponseContent ¶

func NewListNodeCertificatesResponseContent(data []NodeCertificate) *ListNodeCertificatesResponseContent

NewListNodeCertificatesResponseContent instantiates a new ListNodeCertificatesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListNodeCertificatesResponseContentWithDefaults ¶

func NewListNodeCertificatesResponseContentWithDefaults() *ListNodeCertificatesResponseContent

NewListNodeCertificatesResponseContentWithDefaults instantiates a new ListNodeCertificatesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListNodeCertificatesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListNodeCertificatesResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListNodeCertificatesResponseContent) MarshalJSON ¶

func (o ListNodeCertificatesResponseContent) MarshalJSON() ([]byte, error)

func (*ListNodeCertificatesResponseContent) SetData ¶

SetData sets field value

func (ListNodeCertificatesResponseContent) ToMap ¶ added in v0.9.0

func (o ListNodeCertificatesResponseContent) ToMap() (map[string]interface{}, error)

type ListNodeStorageResponseContent ¶ added in v0.16.0

type ListNodeStorageResponseContent struct {
	Data []NodeStorageSummary `json:"data"`
}

ListNodeStorageResponseContent struct for ListNodeStorageResponseContent

func NewListNodeStorageResponseContent ¶ added in v0.16.0

func NewListNodeStorageResponseContent(data []NodeStorageSummary) *ListNodeStorageResponseContent

NewListNodeStorageResponseContent instantiates a new ListNodeStorageResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListNodeStorageResponseContentWithDefaults ¶ added in v0.16.0

func NewListNodeStorageResponseContentWithDefaults() *ListNodeStorageResponseContent

NewListNodeStorageResponseContentWithDefaults instantiates a new ListNodeStorageResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListNodeStorageResponseContent) GetData ¶ added in v0.16.0

GetData returns the Data field value

func (*ListNodeStorageResponseContent) GetDataOk ¶ added in v0.16.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListNodeStorageResponseContent) MarshalJSON ¶ added in v0.16.0

func (o ListNodeStorageResponseContent) MarshalJSON() ([]byte, error)

func (*ListNodeStorageResponseContent) SetData ¶ added in v0.16.0

SetData sets field value

func (ListNodeStorageResponseContent) ToMap ¶ added in v0.16.0

func (o ListNodeStorageResponseContent) ToMap() (map[string]interface{}, error)

type ListNodesResponseContent ¶

type ListNodesResponseContent struct {
	Data []NodeSummary `json:"data"`
}

ListNodesResponseContent struct for ListNodesResponseContent

func NewListNodesResponseContent ¶

func NewListNodesResponseContent(data []NodeSummary) *ListNodesResponseContent

NewListNodesResponseContent instantiates a new ListNodesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListNodesResponseContentWithDefaults ¶

func NewListNodesResponseContentWithDefaults() *ListNodesResponseContent

NewListNodesResponseContentWithDefaults instantiates a new ListNodesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListNodesResponseContent) GetData ¶

func (o *ListNodesResponseContent) GetData() []NodeSummary

GetData returns the Data field value

func (*ListNodesResponseContent) GetDataOk ¶

func (o *ListNodesResponseContent) GetDataOk() ([]NodeSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListNodesResponseContent) MarshalJSON ¶

func (o ListNodesResponseContent) MarshalJSON() ([]byte, error)

func (*ListNodesResponseContent) SetData ¶

func (o *ListNodesResponseContent) SetData(v []NodeSummary)

SetData sets field value

func (ListNodesResponseContent) ToMap ¶ added in v0.9.0

func (o ListNodesResponseContent) ToMap() (map[string]interface{}, error)

type ListPackagesResponseContent ¶

type ListPackagesResponseContent struct {
	Data []PackageSummary `json:"data"`
}

ListPackagesResponseContent struct for ListPackagesResponseContent

func NewListPackagesResponseContent ¶

func NewListPackagesResponseContent(data []PackageSummary) *ListPackagesResponseContent

NewListPackagesResponseContent instantiates a new ListPackagesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListPackagesResponseContentWithDefaults ¶

func NewListPackagesResponseContentWithDefaults() *ListPackagesResponseContent

NewListPackagesResponseContentWithDefaults instantiates a new ListPackagesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListPackagesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListPackagesResponseContent) GetDataOk ¶

func (o *ListPackagesResponseContent) GetDataOk() ([]PackageSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListPackagesResponseContent) MarshalJSON ¶

func (o ListPackagesResponseContent) MarshalJSON() ([]byte, error)

func (*ListPackagesResponseContent) SetData ¶

SetData sets field value

func (ListPackagesResponseContent) ToMap ¶ added in v0.9.0

func (o ListPackagesResponseContent) ToMap() (map[string]interface{}, error)

type ListPciDeviceMediatedDevicesResponseContent ¶

type ListPciDeviceMediatedDevicesResponseContent struct {
	Data []PciMediatedDeviceSummary `json:"data"`
}

ListPciDeviceMediatedDevicesResponseContent struct for ListPciDeviceMediatedDevicesResponseContent

func NewListPciDeviceMediatedDevicesResponseContent ¶

func NewListPciDeviceMediatedDevicesResponseContent(data []PciMediatedDeviceSummary) *ListPciDeviceMediatedDevicesResponseContent

NewListPciDeviceMediatedDevicesResponseContent instantiates a new ListPciDeviceMediatedDevicesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListPciDeviceMediatedDevicesResponseContentWithDefaults ¶

func NewListPciDeviceMediatedDevicesResponseContentWithDefaults() *ListPciDeviceMediatedDevicesResponseContent

NewListPciDeviceMediatedDevicesResponseContentWithDefaults instantiates a new ListPciDeviceMediatedDevicesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListPciDeviceMediatedDevicesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListPciDeviceMediatedDevicesResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListPciDeviceMediatedDevicesResponseContent) MarshalJSON ¶

func (*ListPciDeviceMediatedDevicesResponseContent) SetData ¶

SetData sets field value

func (ListPciDeviceMediatedDevicesResponseContent) ToMap ¶ added in v0.9.0

func (o ListPciDeviceMediatedDevicesResponseContent) ToMap() (map[string]interface{}, error)

type ListPciDevicesResponseContent ¶

type ListPciDevicesResponseContent struct {
	Data []UsbDeviceSummary `json:"data"`
}

ListPciDevicesResponseContent struct for ListPciDevicesResponseContent

func NewListPciDevicesResponseContent ¶

func NewListPciDevicesResponseContent(data []UsbDeviceSummary) *ListPciDevicesResponseContent

NewListPciDevicesResponseContent instantiates a new ListPciDevicesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListPciDevicesResponseContentWithDefaults ¶

func NewListPciDevicesResponseContentWithDefaults() *ListPciDevicesResponseContent

NewListPciDevicesResponseContentWithDefaults instantiates a new ListPciDevicesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListPciDevicesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListPciDevicesResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListPciDevicesResponseContent) MarshalJSON ¶

func (o ListPciDevicesResponseContent) MarshalJSON() ([]byte, error)

func (*ListPciDevicesResponseContent) SetData ¶

SetData sets field value

func (ListPciDevicesResponseContent) ToMap ¶ added in v0.9.0

func (o ListPciDevicesResponseContent) ToMap() (map[string]interface{}, error)

type ListPendingVirtualMachineConfigurationChangesResponseContent ¶

type ListPendingVirtualMachineConfigurationChangesResponseContent struct {
	Data string `json:"data"`
}

ListPendingVirtualMachineConfigurationChangesResponseContent struct for ListPendingVirtualMachineConfigurationChangesResponseContent

func NewListPendingVirtualMachineConfigurationChangesResponseContent ¶

func NewListPendingVirtualMachineConfigurationChangesResponseContent(data string) *ListPendingVirtualMachineConfigurationChangesResponseContent

NewListPendingVirtualMachineConfigurationChangesResponseContent instantiates a new ListPendingVirtualMachineConfigurationChangesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListPendingVirtualMachineConfigurationChangesResponseContentWithDefaults ¶

func NewListPendingVirtualMachineConfigurationChangesResponseContentWithDefaults() *ListPendingVirtualMachineConfigurationChangesResponseContent

NewListPendingVirtualMachineConfigurationChangesResponseContentWithDefaults instantiates a new ListPendingVirtualMachineConfigurationChangesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListPendingVirtualMachineConfigurationChangesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListPendingVirtualMachineConfigurationChangesResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListPendingVirtualMachineConfigurationChangesResponseContent) MarshalJSON ¶

func (*ListPendingVirtualMachineConfigurationChangesResponseContent) SetData ¶

SetData sets field value

func (ListPendingVirtualMachineConfigurationChangesResponseContent) ToMap ¶ added in v0.9.0

type ListPoolsResponseContent ¶

type ListPoolsResponseContent struct {
	Data []PoolSummary `json:"data"`
}

ListPoolsResponseContent struct for ListPoolsResponseContent

func NewListPoolsResponseContent ¶

func NewListPoolsResponseContent(data []PoolSummary) *ListPoolsResponseContent

NewListPoolsResponseContent instantiates a new ListPoolsResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListPoolsResponseContentWithDefaults ¶

func NewListPoolsResponseContentWithDefaults() *ListPoolsResponseContent

NewListPoolsResponseContentWithDefaults instantiates a new ListPoolsResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListPoolsResponseContent) GetData ¶

func (o *ListPoolsResponseContent) GetData() []PoolSummary

GetData returns the Data field value

func (*ListPoolsResponseContent) GetDataOk ¶

func (o *ListPoolsResponseContent) GetDataOk() ([]PoolSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListPoolsResponseContent) MarshalJSON ¶

func (o ListPoolsResponseContent) MarshalJSON() ([]byte, error)

func (*ListPoolsResponseContent) SetData ¶

func (o *ListPoolsResponseContent) SetData(v []PoolSummary)

SetData sets field value

func (ListPoolsResponseContent) ToMap ¶ added in v0.9.0

func (o ListPoolsResponseContent) ToMap() (map[string]interface{}, error)

type ListRealmsResponseContent ¶ added in v0.21.0

type ListRealmsResponseContent struct {
	Data []RealmSummary `json:"data"`
}

ListRealmsResponseContent struct for ListRealmsResponseContent

func NewListRealmsResponseContent ¶ added in v0.21.0

func NewListRealmsResponseContent(data []RealmSummary) *ListRealmsResponseContent

NewListRealmsResponseContent instantiates a new ListRealmsResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListRealmsResponseContentWithDefaults ¶ added in v0.21.0

func NewListRealmsResponseContentWithDefaults() *ListRealmsResponseContent

NewListRealmsResponseContentWithDefaults instantiates a new ListRealmsResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListRealmsResponseContent) GetData ¶ added in v0.21.0

func (o *ListRealmsResponseContent) GetData() []RealmSummary

GetData returns the Data field value

func (*ListRealmsResponseContent) GetDataOk ¶ added in v0.21.0

func (o *ListRealmsResponseContent) GetDataOk() ([]RealmSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListRealmsResponseContent) MarshalJSON ¶ added in v0.21.0

func (o ListRealmsResponseContent) MarshalJSON() ([]byte, error)

func (*ListRealmsResponseContent) SetData ¶ added in v0.21.0

func (o *ListRealmsResponseContent) SetData(v []RealmSummary)

SetData sets field value

func (ListRealmsResponseContent) ToMap ¶ added in v0.21.0

func (o ListRealmsResponseContent) ToMap() (map[string]interface{}, error)

type ListRepositoriesInformationResponseContent ¶

type ListRepositoriesInformationResponseContent struct {
	Data RepositoriesReport `json:"data"`
}

ListRepositoriesInformationResponseContent struct for ListRepositoriesInformationResponseContent

func NewListRepositoriesInformationResponseContent ¶

func NewListRepositoriesInformationResponseContent(data RepositoriesReport) *ListRepositoriesInformationResponseContent

NewListRepositoriesInformationResponseContent instantiates a new ListRepositoriesInformationResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListRepositoriesInformationResponseContentWithDefaults ¶

func NewListRepositoriesInformationResponseContentWithDefaults() *ListRepositoriesInformationResponseContent

NewListRepositoriesInformationResponseContentWithDefaults instantiates a new ListRepositoriesInformationResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListRepositoriesInformationResponseContent) GetData ¶

GetData returns the Data field value

func (*ListRepositoriesInformationResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListRepositoriesInformationResponseContent) MarshalJSON ¶

func (*ListRepositoriesInformationResponseContent) SetData ¶

SetData sets field value

func (ListRepositoriesInformationResponseContent) ToMap ¶ added in v0.9.0

func (o ListRepositoriesInformationResponseContent) ToMap() (map[string]interface{}, error)

type ListRolesResponseContent ¶ added in v0.38.0

type ListRolesResponseContent struct {
	Data []RoleSummary `json:"data"`
}

ListRolesResponseContent struct for ListRolesResponseContent

func NewListRolesResponseContent ¶ added in v0.38.0

func NewListRolesResponseContent(data []RoleSummary) *ListRolesResponseContent

NewListRolesResponseContent instantiates a new ListRolesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListRolesResponseContentWithDefaults ¶ added in v0.38.0

func NewListRolesResponseContentWithDefaults() *ListRolesResponseContent

NewListRolesResponseContentWithDefaults instantiates a new ListRolesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListRolesResponseContent) GetData ¶ added in v0.38.0

func (o *ListRolesResponseContent) GetData() []RoleSummary

GetData returns the Data field value

func (*ListRolesResponseContent) GetDataOk ¶ added in v0.38.0

func (o *ListRolesResponseContent) GetDataOk() ([]RoleSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListRolesResponseContent) MarshalJSON ¶ added in v0.38.0

func (o ListRolesResponseContent) MarshalJSON() ([]byte, error)

func (*ListRolesResponseContent) SetData ¶ added in v0.38.0

func (o *ListRolesResponseContent) SetData(v []RoleSummary)

SetData sets field value

func (ListRolesResponseContent) ToMap ¶ added in v0.38.0

func (o ListRolesResponseContent) ToMap() (map[string]interface{}, error)

type ListSnapshotsResponseContent ¶ added in v0.52.0

type ListSnapshotsResponseContent struct {
	Data []SnapshotSummary `json:"data"`
}

ListSnapshotsResponseContent struct for ListSnapshotsResponseContent

func NewListSnapshotsResponseContent ¶ added in v0.52.0

func NewListSnapshotsResponseContent(data []SnapshotSummary) *ListSnapshotsResponseContent

NewListSnapshotsResponseContent instantiates a new ListSnapshotsResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSnapshotsResponseContentWithDefaults ¶ added in v0.52.0

func NewListSnapshotsResponseContentWithDefaults() *ListSnapshotsResponseContent

NewListSnapshotsResponseContentWithDefaults instantiates a new ListSnapshotsResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSnapshotsResponseContent) GetData ¶ added in v0.52.0

GetData returns the Data field value

func (*ListSnapshotsResponseContent) GetDataOk ¶ added in v0.52.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListSnapshotsResponseContent) MarshalJSON ¶ added in v0.52.0

func (o ListSnapshotsResponseContent) MarshalJSON() ([]byte, error)

func (*ListSnapshotsResponseContent) SetData ¶ added in v0.52.0

SetData sets field value

func (ListSnapshotsResponseContent) ToMap ¶ added in v0.52.0

func (o ListSnapshotsResponseContent) ToMap() (map[string]interface{}, error)

type ListStorageResponseContent ¶

type ListStorageResponseContent struct {
	Data []StorageSummary `json:"data"`
}

ListStorageResponseContent struct for ListStorageResponseContent

func NewListStorageResponseContent ¶

func NewListStorageResponseContent(data []StorageSummary) *ListStorageResponseContent

NewListStorageResponseContent instantiates a new ListStorageResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListStorageResponseContentWithDefaults ¶

func NewListStorageResponseContentWithDefaults() *ListStorageResponseContent

NewListStorageResponseContentWithDefaults instantiates a new ListStorageResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListStorageResponseContent) GetData ¶

GetData returns the Data field value

func (*ListStorageResponseContent) GetDataOk ¶

func (o *ListStorageResponseContent) GetDataOk() ([]StorageSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListStorageResponseContent) MarshalJSON ¶

func (o ListStorageResponseContent) MarshalJSON() ([]byte, error)

func (*ListStorageResponseContent) SetData ¶

SetData sets field value

func (ListStorageResponseContent) ToMap ¶ added in v0.9.0

func (o ListStorageResponseContent) ToMap() (map[string]interface{}, error)

type ListStorageVolumesResponseContent ¶ added in v0.16.0

type ListStorageVolumesResponseContent struct {
	Data []StorageVolumeSummary `json:"data"`
}

ListStorageVolumesResponseContent struct for ListStorageVolumesResponseContent

func NewListStorageVolumesResponseContent ¶ added in v0.16.0

func NewListStorageVolumesResponseContent(data []StorageVolumeSummary) *ListStorageVolumesResponseContent

NewListStorageVolumesResponseContent instantiates a new ListStorageVolumesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListStorageVolumesResponseContentWithDefaults ¶ added in v0.16.0

func NewListStorageVolumesResponseContentWithDefaults() *ListStorageVolumesResponseContent

NewListStorageVolumesResponseContentWithDefaults instantiates a new ListStorageVolumesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListStorageVolumesResponseContent) GetData ¶ added in v0.16.0

GetData returns the Data field value

func (*ListStorageVolumesResponseContent) GetDataOk ¶ added in v0.16.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListStorageVolumesResponseContent) MarshalJSON ¶ added in v0.16.0

func (o ListStorageVolumesResponseContent) MarshalJSON() ([]byte, error)

func (*ListStorageVolumesResponseContent) SetData ¶ added in v0.16.0

SetData sets field value

func (ListStorageVolumesResponseContent) ToMap ¶ added in v0.16.0

func (o ListStorageVolumesResponseContent) ToMap() (map[string]interface{}, error)

type ListUpdatesResponseContent ¶

type ListUpdatesResponseContent struct {
	Data []UpdateSummary `json:"data"`
}

ListUpdatesResponseContent struct for ListUpdatesResponseContent

func NewListUpdatesResponseContent ¶

func NewListUpdatesResponseContent(data []UpdateSummary) *ListUpdatesResponseContent

NewListUpdatesResponseContent instantiates a new ListUpdatesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListUpdatesResponseContentWithDefaults ¶

func NewListUpdatesResponseContentWithDefaults() *ListUpdatesResponseContent

NewListUpdatesResponseContentWithDefaults instantiates a new ListUpdatesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListUpdatesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListUpdatesResponseContent) GetDataOk ¶

func (o *ListUpdatesResponseContent) GetDataOk() ([]UpdateSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListUpdatesResponseContent) MarshalJSON ¶

func (o ListUpdatesResponseContent) MarshalJSON() ([]byte, error)

func (*ListUpdatesResponseContent) SetData ¶

func (o *ListUpdatesResponseContent) SetData(v []UpdateSummary)

SetData sets field value

func (ListUpdatesResponseContent) ToMap ¶ added in v0.9.0

func (o ListUpdatesResponseContent) ToMap() (map[string]interface{}, error)

type ListUsbDevicesResponseContent ¶

type ListUsbDevicesResponseContent struct {
	Data []UsbDeviceSummary `json:"data"`
}

ListUsbDevicesResponseContent struct for ListUsbDevicesResponseContent

func NewListUsbDevicesResponseContent ¶

func NewListUsbDevicesResponseContent(data []UsbDeviceSummary) *ListUsbDevicesResponseContent

NewListUsbDevicesResponseContent instantiates a new ListUsbDevicesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListUsbDevicesResponseContentWithDefaults ¶

func NewListUsbDevicesResponseContentWithDefaults() *ListUsbDevicesResponseContent

NewListUsbDevicesResponseContentWithDefaults instantiates a new ListUsbDevicesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListUsbDevicesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListUsbDevicesResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListUsbDevicesResponseContent) MarshalJSON ¶

func (o ListUsbDevicesResponseContent) MarshalJSON() ([]byte, error)

func (*ListUsbDevicesResponseContent) SetData ¶

SetData sets field value

func (ListUsbDevicesResponseContent) ToMap ¶ added in v0.9.0

func (o ListUsbDevicesResponseContent) ToMap() (map[string]interface{}, error)

type ListUserTokensResponseContent ¶ added in v0.19.0

type ListUserTokensResponseContent struct {
	Data []UserTokenSummary `json:"data"`
}

ListUserTokensResponseContent struct for ListUserTokensResponseContent

func NewListUserTokensResponseContent ¶ added in v0.19.0

func NewListUserTokensResponseContent(data []UserTokenSummary) *ListUserTokensResponseContent

NewListUserTokensResponseContent instantiates a new ListUserTokensResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListUserTokensResponseContentWithDefaults ¶ added in v0.19.0

func NewListUserTokensResponseContentWithDefaults() *ListUserTokensResponseContent

NewListUserTokensResponseContentWithDefaults instantiates a new ListUserTokensResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListUserTokensResponseContent) GetData ¶ added in v0.19.0

GetData returns the Data field value

func (*ListUserTokensResponseContent) GetDataOk ¶ added in v0.19.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListUserTokensResponseContent) MarshalJSON ¶ added in v0.19.0

func (o ListUserTokensResponseContent) MarshalJSON() ([]byte, error)

func (*ListUserTokensResponseContent) SetData ¶ added in v0.19.0

SetData sets field value

func (ListUserTokensResponseContent) ToMap ¶ added in v0.19.0

func (o ListUserTokensResponseContent) ToMap() (map[string]interface{}, error)

type ListUsersResponseContent ¶ added in v0.19.0

type ListUsersResponseContent struct {
	Data []UserSummary `json:"data"`
}

ListUsersResponseContent struct for ListUsersResponseContent

func NewListUsersResponseContent ¶ added in v0.19.0

func NewListUsersResponseContent(data []UserSummary) *ListUsersResponseContent

NewListUsersResponseContent instantiates a new ListUsersResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListUsersResponseContentWithDefaults ¶ added in v0.19.0

func NewListUsersResponseContentWithDefaults() *ListUsersResponseContent

NewListUsersResponseContentWithDefaults instantiates a new ListUsersResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListUsersResponseContent) GetData ¶ added in v0.19.0

func (o *ListUsersResponseContent) GetData() []UserSummary

GetData returns the Data field value

func (*ListUsersResponseContent) GetDataOk ¶ added in v0.19.0

func (o *ListUsersResponseContent) GetDataOk() ([]UserSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListUsersResponseContent) MarshalJSON ¶ added in v0.19.0

func (o ListUsersResponseContent) MarshalJSON() ([]byte, error)

func (*ListUsersResponseContent) SetData ¶ added in v0.19.0

func (o *ListUsersResponseContent) SetData(v []UserSummary)

SetData sets field value

func (ListUsersResponseContent) ToMap ¶ added in v0.19.0

func (o ListUsersResponseContent) ToMap() (map[string]interface{}, error)

type ListVirtualMachineFirewallReferencesResponseContent ¶ added in v0.54.0

type ListVirtualMachineFirewallReferencesResponseContent struct {
	Data []VirtualMachineFirewallReferenceSummary `json:"data"`
}

ListVirtualMachineFirewallReferencesResponseContent struct for ListVirtualMachineFirewallReferencesResponseContent

func NewListVirtualMachineFirewallReferencesResponseContent ¶ added in v0.54.0

func NewListVirtualMachineFirewallReferencesResponseContent(data []VirtualMachineFirewallReferenceSummary) *ListVirtualMachineFirewallReferencesResponseContent

NewListVirtualMachineFirewallReferencesResponseContent instantiates a new ListVirtualMachineFirewallReferencesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListVirtualMachineFirewallReferencesResponseContentWithDefaults ¶ added in v0.54.0

func NewListVirtualMachineFirewallReferencesResponseContentWithDefaults() *ListVirtualMachineFirewallReferencesResponseContent

NewListVirtualMachineFirewallReferencesResponseContentWithDefaults instantiates a new ListVirtualMachineFirewallReferencesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListVirtualMachineFirewallReferencesResponseContent) GetData ¶ added in v0.54.0

GetData returns the Data field value

func (*ListVirtualMachineFirewallReferencesResponseContent) GetDataOk ¶ added in v0.54.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListVirtualMachineFirewallReferencesResponseContent) MarshalJSON ¶ added in v0.54.0

func (*ListVirtualMachineFirewallReferencesResponseContent) SetData ¶ added in v0.54.0

SetData sets field value

func (ListVirtualMachineFirewallReferencesResponseContent) ToMap ¶ added in v0.54.0

type ListVirtualMachinesResponseContent ¶

type ListVirtualMachinesResponseContent struct {
	Data []VirtualMachineSummary `json:"data"`
}

ListVirtualMachinesResponseContent struct for ListVirtualMachinesResponseContent

func NewListVirtualMachinesResponseContent ¶

func NewListVirtualMachinesResponseContent(data []VirtualMachineSummary) *ListVirtualMachinesResponseContent

NewListVirtualMachinesResponseContent instantiates a new ListVirtualMachinesResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListVirtualMachinesResponseContentWithDefaults ¶

func NewListVirtualMachinesResponseContentWithDefaults() *ListVirtualMachinesResponseContent

NewListVirtualMachinesResponseContentWithDefaults instantiates a new ListVirtualMachinesResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListVirtualMachinesResponseContent) GetData ¶

GetData returns the Data field value

func (*ListVirtualMachinesResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListVirtualMachinesResponseContent) MarshalJSON ¶

func (o ListVirtualMachinesResponseContent) MarshalJSON() ([]byte, error)

func (*ListVirtualMachinesResponseContent) SetData ¶

SetData sets field value

func (ListVirtualMachinesResponseContent) ToMap ¶ added in v0.9.0

func (o ListVirtualMachinesResponseContent) ToMap() (map[string]interface{}, error)

type ListZFSPoolsResponseContent ¶

type ListZFSPoolsResponseContent struct {
	Data []ZFSPoolSummary `json:"data"`
}

ListZFSPoolsResponseContent struct for ListZFSPoolsResponseContent

func NewListZFSPoolsResponseContent ¶

func NewListZFSPoolsResponseContent(data []ZFSPoolSummary) *ListZFSPoolsResponseContent

NewListZFSPoolsResponseContent instantiates a new ListZFSPoolsResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListZFSPoolsResponseContentWithDefaults ¶

func NewListZFSPoolsResponseContentWithDefaults() *ListZFSPoolsResponseContent

NewListZFSPoolsResponseContentWithDefaults instantiates a new ListZFSPoolsResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListZFSPoolsResponseContent) GetData ¶

GetData returns the Data field value

func (*ListZFSPoolsResponseContent) GetDataOk ¶

func (o *ListZFSPoolsResponseContent) GetDataOk() ([]ZFSPoolSummary, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ListZFSPoolsResponseContent) MarshalJSON ¶

func (o ListZFSPoolsResponseContent) MarshalJSON() ([]byte, error)

func (*ListZFSPoolsResponseContent) SetData ¶

SetData sets field value

func (ListZFSPoolsResponseContent) ToMap ¶ added in v0.9.0

func (o ListZFSPoolsResponseContent) ToMap() (map[string]interface{}, error)

type MachineCapabilitySummary ¶

type MachineCapabilitySummary struct {
	Id      string      `json:"id"`
	Type    MachineType `json:"type"`
	Version string      `json:"version"`
}

MachineCapabilitySummary struct for MachineCapabilitySummary

func NewMachineCapabilitySummary ¶

func NewMachineCapabilitySummary(id string, type_ MachineType, version string) *MachineCapabilitySummary

NewMachineCapabilitySummary instantiates a new MachineCapabilitySummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMachineCapabilitySummaryWithDefaults ¶

func NewMachineCapabilitySummaryWithDefaults() *MachineCapabilitySummary

NewMachineCapabilitySummaryWithDefaults instantiates a new MachineCapabilitySummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MachineCapabilitySummary) GetId ¶

func (o *MachineCapabilitySummary) GetId() string

GetId returns the Id field value

func (*MachineCapabilitySummary) GetIdOk ¶

func (o *MachineCapabilitySummary) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*MachineCapabilitySummary) GetType ¶

GetType returns the Type field value

func (*MachineCapabilitySummary) GetTypeOk ¶

func (o *MachineCapabilitySummary) GetTypeOk() (*MachineType, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*MachineCapabilitySummary) GetVersion ¶

func (o *MachineCapabilitySummary) GetVersion() string

GetVersion returns the Version field value

func (*MachineCapabilitySummary) GetVersionOk ¶

func (o *MachineCapabilitySummary) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (MachineCapabilitySummary) MarshalJSON ¶

func (o MachineCapabilitySummary) MarshalJSON() ([]byte, error)

func (*MachineCapabilitySummary) SetId ¶

func (o *MachineCapabilitySummary) SetId(v string)

SetId sets field value

func (*MachineCapabilitySummary) SetType ¶

func (o *MachineCapabilitySummary) SetType(v MachineType)

SetType sets field value

func (*MachineCapabilitySummary) SetVersion ¶

func (o *MachineCapabilitySummary) SetVersion(v string)

SetVersion sets field value

func (MachineCapabilitySummary) ToMap ¶ added in v0.9.0

func (o MachineCapabilitySummary) ToMap() (map[string]interface{}, error)

type MachineType ¶

type MachineType string

MachineType the model 'MachineType'

const (
	MACHINETYPE_Q35    MachineType = "q35"
	MACHINETYPE_I440FX MachineType = "i440fx"
)

List of MachineType

func NewMachineTypeFromValue ¶

func NewMachineTypeFromValue(v string) (*MachineType, error)

NewMachineTypeFromValue returns a pointer to a valid MachineType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (MachineType) IsValid ¶

func (v MachineType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (MachineType) Ptr ¶

func (v MachineType) Ptr() *MachineType

Ptr returns reference to MachineType value

func (*MachineType) UnmarshalJSON ¶

func (v *MachineType) UnmarshalJSON(src []byte) error

type MappedNullable ¶ added in v0.9.0

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MemoryBlockSummary ¶

type MemoryBlockSummary struct {
	Online     *bool    `json:"online,omitempty"`
	CanOffline *bool    `json:"can-offline,omitempty"`
	PhysIndex  *float32 `json:"phys-index,omitempty"`
}

MemoryBlockSummary struct for MemoryBlockSummary

func NewMemoryBlockSummary ¶

func NewMemoryBlockSummary() *MemoryBlockSummary

NewMemoryBlockSummary instantiates a new MemoryBlockSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMemoryBlockSummaryWithDefaults ¶

func NewMemoryBlockSummaryWithDefaults() *MemoryBlockSummary

NewMemoryBlockSummaryWithDefaults instantiates a new MemoryBlockSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MemoryBlockSummary) GetCanOffline ¶

func (o *MemoryBlockSummary) GetCanOffline() bool

GetCanOffline returns the CanOffline field value if set, zero value otherwise.

func (*MemoryBlockSummary) GetCanOfflineOk ¶

func (o *MemoryBlockSummary) GetCanOfflineOk() (*bool, bool)

GetCanOfflineOk returns a tuple with the CanOffline field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MemoryBlockSummary) GetOnline ¶

func (o *MemoryBlockSummary) GetOnline() bool

GetOnline returns the Online field value if set, zero value otherwise.

func (*MemoryBlockSummary) GetOnlineOk ¶

func (o *MemoryBlockSummary) GetOnlineOk() (*bool, bool)

GetOnlineOk returns a tuple with the Online field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MemoryBlockSummary) GetPhysIndex ¶

func (o *MemoryBlockSummary) GetPhysIndex() float32

GetPhysIndex returns the PhysIndex field value if set, zero value otherwise.

func (*MemoryBlockSummary) GetPhysIndexOk ¶

func (o *MemoryBlockSummary) GetPhysIndexOk() (*float32, bool)

GetPhysIndexOk returns a tuple with the PhysIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MemoryBlockSummary) HasCanOffline ¶

func (o *MemoryBlockSummary) HasCanOffline() bool

HasCanOffline returns a boolean if a field has been set.

func (*MemoryBlockSummary) HasOnline ¶

func (o *MemoryBlockSummary) HasOnline() bool

HasOnline returns a boolean if a field has been set.

func (*MemoryBlockSummary) HasPhysIndex ¶

func (o *MemoryBlockSummary) HasPhysIndex() bool

HasPhysIndex returns a boolean if a field has been set.

func (MemoryBlockSummary) MarshalJSON ¶

func (o MemoryBlockSummary) MarshalJSON() ([]byte, error)

func (*MemoryBlockSummary) SetCanOffline ¶

func (o *MemoryBlockSummary) SetCanOffline(v bool)

SetCanOffline gets a reference to the given bool and assigns it to the CanOffline field.

func (*MemoryBlockSummary) SetOnline ¶

func (o *MemoryBlockSummary) SetOnline(v bool)

SetOnline gets a reference to the given bool and assigns it to the Online field.

func (*MemoryBlockSummary) SetPhysIndex ¶

func (o *MemoryBlockSummary) SetPhysIndex(v float32)

SetPhysIndex gets a reference to the given float32 and assigns it to the PhysIndex field.

func (MemoryBlockSummary) ToMap ¶ added in v0.9.0

func (o MemoryBlockSummary) ToMap() (map[string]interface{}, error)

type ModifyPoolRequestContent ¶

type ModifyPoolRequestContent struct {
	Comment *string `json:"comment,omitempty"`
	// Remove storage and vms in request rather than adding.
	Delete *bool `json:"delete,omitempty"`
	// List of storage identifiers to add to the pool.
	Storage *string `json:"storage,omitempty"`
	// List of VM identifiers to add to the pool.
	Vms *string `json:"vms,omitempty"`
}

ModifyPoolRequestContent struct for ModifyPoolRequestContent

func NewModifyPoolRequestContent ¶

func NewModifyPoolRequestContent() *ModifyPoolRequestContent

NewModifyPoolRequestContent instantiates a new ModifyPoolRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModifyPoolRequestContentWithDefaults ¶

func NewModifyPoolRequestContentWithDefaults() *ModifyPoolRequestContent

NewModifyPoolRequestContentWithDefaults instantiates a new ModifyPoolRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModifyPoolRequestContent) GetComment ¶

func (o *ModifyPoolRequestContent) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*ModifyPoolRequestContent) GetCommentOk ¶

func (o *ModifyPoolRequestContent) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyPoolRequestContent) GetDelete ¶

func (o *ModifyPoolRequestContent) GetDelete() bool

GetDelete returns the Delete field value if set, zero value otherwise.

func (*ModifyPoolRequestContent) GetDeleteOk ¶

func (o *ModifyPoolRequestContent) GetDeleteOk() (*bool, bool)

GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyPoolRequestContent) GetStorage ¶

func (o *ModifyPoolRequestContent) GetStorage() string

GetStorage returns the Storage field value if set, zero value otherwise.

func (*ModifyPoolRequestContent) GetStorageOk ¶

func (o *ModifyPoolRequestContent) GetStorageOk() (*string, bool)

GetStorageOk returns a tuple with the Storage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyPoolRequestContent) GetVms ¶

func (o *ModifyPoolRequestContent) GetVms() string

GetVms returns the Vms field value if set, zero value otherwise.

func (*ModifyPoolRequestContent) GetVmsOk ¶

func (o *ModifyPoolRequestContent) GetVmsOk() (*string, bool)

GetVmsOk returns a tuple with the Vms field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyPoolRequestContent) HasComment ¶

func (o *ModifyPoolRequestContent) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*ModifyPoolRequestContent) HasDelete ¶

func (o *ModifyPoolRequestContent) HasDelete() bool

HasDelete returns a boolean if a field has been set.

func (*ModifyPoolRequestContent) HasStorage ¶

func (o *ModifyPoolRequestContent) HasStorage() bool

HasStorage returns a boolean if a field has been set.

func (*ModifyPoolRequestContent) HasVms ¶

func (o *ModifyPoolRequestContent) HasVms() bool

HasVms returns a boolean if a field has been set.

func (ModifyPoolRequestContent) MarshalJSON ¶

func (o ModifyPoolRequestContent) MarshalJSON() ([]byte, error)

func (*ModifyPoolRequestContent) SetComment ¶

func (o *ModifyPoolRequestContent) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*ModifyPoolRequestContent) SetDelete ¶

func (o *ModifyPoolRequestContent) SetDelete(v bool)

SetDelete gets a reference to the given bool and assigns it to the Delete field.

func (*ModifyPoolRequestContent) SetStorage ¶

func (o *ModifyPoolRequestContent) SetStorage(v string)

SetStorage gets a reference to the given string and assigns it to the Storage field.

func (*ModifyPoolRequestContent) SetVms ¶

func (o *ModifyPoolRequestContent) SetVms(v string)

SetVms gets a reference to the given string and assigns it to the Vms field.

func (ModifyPoolRequestContent) ToMap ¶ added in v0.9.0

func (o ModifyPoolRequestContent) ToMap() (map[string]interface{}, error)

type ModifyRoleRequestContent ¶ added in v0.38.0

type ModifyRoleRequestContent struct {
	Privs *string `json:"privs,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Append *float32 `json:"append,omitempty"`
}

ModifyRoleRequestContent struct for ModifyRoleRequestContent

func NewModifyRoleRequestContent ¶ added in v0.38.0

func NewModifyRoleRequestContent() *ModifyRoleRequestContent

NewModifyRoleRequestContent instantiates a new ModifyRoleRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModifyRoleRequestContentWithDefaults ¶ added in v0.38.0

func NewModifyRoleRequestContentWithDefaults() *ModifyRoleRequestContent

NewModifyRoleRequestContentWithDefaults instantiates a new ModifyRoleRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModifyRoleRequestContent) GetAppend ¶ added in v0.38.0

func (o *ModifyRoleRequestContent) GetAppend() float32

GetAppend returns the Append field value if set, zero value otherwise.

func (*ModifyRoleRequestContent) GetAppendOk ¶ added in v0.38.0

func (o *ModifyRoleRequestContent) GetAppendOk() (*float32, bool)

GetAppendOk returns a tuple with the Append field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyRoleRequestContent) GetPrivs ¶ added in v0.38.0

func (o *ModifyRoleRequestContent) GetPrivs() string

GetPrivs returns the Privs field value if set, zero value otherwise.

func (*ModifyRoleRequestContent) GetPrivsOk ¶ added in v0.38.0

func (o *ModifyRoleRequestContent) GetPrivsOk() (*string, bool)

GetPrivsOk returns a tuple with the Privs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyRoleRequestContent) HasAppend ¶ added in v0.38.0

func (o *ModifyRoleRequestContent) HasAppend() bool

HasAppend returns a boolean if a field has been set.

func (*ModifyRoleRequestContent) HasPrivs ¶ added in v0.38.0

func (o *ModifyRoleRequestContent) HasPrivs() bool

HasPrivs returns a boolean if a field has been set.

func (ModifyRoleRequestContent) MarshalJSON ¶ added in v0.38.0

func (o ModifyRoleRequestContent) MarshalJSON() ([]byte, error)

func (*ModifyRoleRequestContent) SetAppend ¶ added in v0.38.0

func (o *ModifyRoleRequestContent) SetAppend(v float32)

SetAppend gets a reference to the given float32 and assigns it to the Append field.

func (*ModifyRoleRequestContent) SetPrivs ¶ added in v0.38.0

func (o *ModifyRoleRequestContent) SetPrivs(v string)

SetPrivs gets a reference to the given string and assigns it to the Privs field.

func (ModifyRoleRequestContent) ToMap ¶ added in v0.38.0

func (o ModifyRoleRequestContent) ToMap() (map[string]interface{}, error)

type ModifyStorageRequestContent ¶

type ModifyStorageRequestContent struct {
	Blocksize *string `json:"blocksize,omitempty"`
	Bwlimit   *string `json:"bwlimit,omitempty"`
	ComstarHg *string `json:"comstar_hg,omitempty"`
	ComstarTg *string `json:"comstar_tg,omitempty"`
	// Allowed content types.
	Content *string `json:"content,omitempty"`
	// Data pool, only for erasure coding
	DataPool *string `json:"data-pool,omitempty"`
	// A list of settings to delete.
	Delete *string `json:"delete,omitempty"`
	// Prevent change if current configuration has a different SHA1 digest.
	Digest *string `json:"digest,omitempty"`
	// Disable the storage
	Disable *bool `json:"disable,omitempty"`
	// CIFS domain
	Domain *string `json:"domain,omitempty"`
	// Encryption key for storage. Use 'autogen' to generate one automatically without passphrase.
	EncryptionKey *string `json:"encryption-key,omitempty"`
	// Certificate SHA256 fingerprint
	Fingerprint *string `json:"fingerprint,omitempty"`
	// Default image format
	Format *string `json:"format,omitempty"`
	// The ceph filesystem name
	FsName *string `json:"fs-name,omitempty"`
	// Mount CephFS through FUSE
	Fuse *bool `json:"fuse,omitempty"`
	// Assume the given path is an externally managed mountpoint. This is a string boolean, using 'yes' or 'no'
	IsMountpoint *string `json:"is_mountpoint,omitempty"`
	// Client keyring contents
	Keyring *string `json:"keyring,omitempty"`
	// Always access rbd through krbd kernel module
	Krbd *bool `json:"krbd,omitempty"`
	// Target portal group for Linux LIO targets
	LioTpg *string `json:"lio_tpg,omitempty"`
	// Base64 encoded, PEM formatted public RSA key
	MasterPubkey *string `json:"master-pubkey,omitempty"`
	// Mac number of protected backups. Defaults to unlimited
	MaxProtectedBackups *float32 `json:"max-protected-backups,omitempty"`
	// Maximum number of files.
	Maxfiles *float32 `json:"maxfiles,omitempty"`
	// Create the directory if doesnt exist. Defaults to true.
	Mkdir *bool `json:"mkdir,omitempty"`
	// IP addresses of monitors.
	Monhost *string `json:"monhost,omitempty"`
	// The mount point
	Mountpoint *string `json:"mountpoint,omitempty"`
	// The namespace
	Namespace *string `json:"namespace,omitempty"`
	// Set the NOCOW flag on files. This is a boolean integer, using 0 for false or 1 for true.
	Nocow *float32 `json:"nocow,omitempty"`
	// Comma seperated list of node names
	Nodes *string `json:"nodes,omitempty"`
	// Disable write caching on the target.
	Nowritecache *bool `json:"nowritecache,omitempty"`
	// NFS mount options.
	Options *string `json:"options,omitempty"`
	// Password for accessing the datastore
	Password *string `json:"password,omitempty"`
	// The pool name
	Pool *string `json:"pool,omitempty"`
	// For non default port
	Port          *float32              `json:"port,omitempty"`
	Preallocation *StoragePreallocation `json:"preallocation,omitempty"`
	// The retention options.
	PruneBackups *string `json:"prune-backups,omitempty"`
	// Zero out data when removing LVs
	Saferemove *bool `json:"saferemove,omitempty"`
	// Wipe throughput.
	SaferemoveThroughput *string `json:"saferemove-throughput,omitempty"`
	// Server IP or DNS name
	Server *string `json:"server,omitempty"`
	// Backup server IP or DNS name
	Server2 *string `json:"server2,omitempty"`
	// Indicates if the storage is shared.
	Shared     *bool              `json:"shared,omitempty"`
	Smbversion *StorageSMBVersion `json:"smbversion,omitempty"`
	// Use sparse volumes.
	Sparse *bool `json:"sparse,omitempty"`
	// The subdir to mount.
	Subdir *string `json:"subdir,omitempty"`
	// Only use logical volumes tagged with 'pve-vm-ID'.
	TaggedOnly *bool             `json:"tagged_only,omitempty"`
	Transport  *StorageTransport `json:"transport,omitempty"`
	// The username to use.
	Username *string `json:"username,omitempty"`
}

ModifyStorageRequestContent struct for ModifyStorageRequestContent

func NewModifyStorageRequestContent ¶

func NewModifyStorageRequestContent() *ModifyStorageRequestContent

NewModifyStorageRequestContent instantiates a new ModifyStorageRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModifyStorageRequestContentWithDefaults ¶

func NewModifyStorageRequestContentWithDefaults() *ModifyStorageRequestContent

NewModifyStorageRequestContentWithDefaults instantiates a new ModifyStorageRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModifyStorageRequestContent) GetBlocksize ¶

func (o *ModifyStorageRequestContent) GetBlocksize() string

GetBlocksize returns the Blocksize field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetBlocksizeOk ¶

func (o *ModifyStorageRequestContent) GetBlocksizeOk() (*string, bool)

GetBlocksizeOk returns a tuple with the Blocksize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetBwlimit ¶

func (o *ModifyStorageRequestContent) GetBwlimit() string

GetBwlimit returns the Bwlimit field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetBwlimitOk ¶

func (o *ModifyStorageRequestContent) GetBwlimitOk() (*string, bool)

GetBwlimitOk returns a tuple with the Bwlimit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetComstarHg ¶

func (o *ModifyStorageRequestContent) GetComstarHg() string

GetComstarHg returns the ComstarHg field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetComstarHgOk ¶

func (o *ModifyStorageRequestContent) GetComstarHgOk() (*string, bool)

GetComstarHgOk returns a tuple with the ComstarHg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetComstarTg ¶

func (o *ModifyStorageRequestContent) GetComstarTg() string

GetComstarTg returns the ComstarTg field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetComstarTgOk ¶

func (o *ModifyStorageRequestContent) GetComstarTgOk() (*string, bool)

GetComstarTgOk returns a tuple with the ComstarTg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetContent ¶

func (o *ModifyStorageRequestContent) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetContentOk ¶

func (o *ModifyStorageRequestContent) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetDataPool ¶

func (o *ModifyStorageRequestContent) GetDataPool() string

GetDataPool returns the DataPool field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetDataPoolOk ¶

func (o *ModifyStorageRequestContent) GetDataPoolOk() (*string, bool)

GetDataPoolOk returns a tuple with the DataPool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetDelete ¶

func (o *ModifyStorageRequestContent) GetDelete() string

GetDelete returns the Delete field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetDeleteOk ¶

func (o *ModifyStorageRequestContent) GetDeleteOk() (*string, bool)

GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetDigest ¶

func (o *ModifyStorageRequestContent) GetDigest() string

GetDigest returns the Digest field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetDigestOk ¶

func (o *ModifyStorageRequestContent) GetDigestOk() (*string, bool)

GetDigestOk returns a tuple with the Digest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetDisable ¶

func (o *ModifyStorageRequestContent) GetDisable() bool

GetDisable returns the Disable field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetDisableOk ¶

func (o *ModifyStorageRequestContent) GetDisableOk() (*bool, bool)

GetDisableOk returns a tuple with the Disable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetDomain ¶

func (o *ModifyStorageRequestContent) GetDomain() string

GetDomain returns the Domain field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetDomainOk ¶

func (o *ModifyStorageRequestContent) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetEncryptionKey ¶

func (o *ModifyStorageRequestContent) GetEncryptionKey() string

GetEncryptionKey returns the EncryptionKey field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetEncryptionKeyOk ¶

func (o *ModifyStorageRequestContent) GetEncryptionKeyOk() (*string, bool)

GetEncryptionKeyOk returns a tuple with the EncryptionKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetFingerprint ¶

func (o *ModifyStorageRequestContent) GetFingerprint() string

GetFingerprint returns the Fingerprint field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetFingerprintOk ¶

func (o *ModifyStorageRequestContent) GetFingerprintOk() (*string, bool)

GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetFormat ¶

func (o *ModifyStorageRequestContent) GetFormat() string

GetFormat returns the Format field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetFormatOk ¶

func (o *ModifyStorageRequestContent) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetFsName ¶

func (o *ModifyStorageRequestContent) GetFsName() string

GetFsName returns the FsName field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetFsNameOk ¶

func (o *ModifyStorageRequestContent) GetFsNameOk() (*string, bool)

GetFsNameOk returns a tuple with the FsName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetFuse ¶

func (o *ModifyStorageRequestContent) GetFuse() bool

GetFuse returns the Fuse field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetFuseOk ¶

func (o *ModifyStorageRequestContent) GetFuseOk() (*bool, bool)

GetFuseOk returns a tuple with the Fuse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetIsMountpoint ¶

func (o *ModifyStorageRequestContent) GetIsMountpoint() string

GetIsMountpoint returns the IsMountpoint field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetIsMountpointOk ¶

func (o *ModifyStorageRequestContent) GetIsMountpointOk() (*string, bool)

GetIsMountpointOk returns a tuple with the IsMountpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetKeyring ¶

func (o *ModifyStorageRequestContent) GetKeyring() string

GetKeyring returns the Keyring field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetKeyringOk ¶

func (o *ModifyStorageRequestContent) GetKeyringOk() (*string, bool)

GetKeyringOk returns a tuple with the Keyring field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetKrbd ¶

func (o *ModifyStorageRequestContent) GetKrbd() bool

GetKrbd returns the Krbd field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetKrbdOk ¶

func (o *ModifyStorageRequestContent) GetKrbdOk() (*bool, bool)

GetKrbdOk returns a tuple with the Krbd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetLioTpg ¶

func (o *ModifyStorageRequestContent) GetLioTpg() string

GetLioTpg returns the LioTpg field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetLioTpgOk ¶

func (o *ModifyStorageRequestContent) GetLioTpgOk() (*string, bool)

GetLioTpgOk returns a tuple with the LioTpg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetMasterPubkey ¶

func (o *ModifyStorageRequestContent) GetMasterPubkey() string

GetMasterPubkey returns the MasterPubkey field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetMasterPubkeyOk ¶

func (o *ModifyStorageRequestContent) GetMasterPubkeyOk() (*string, bool)

GetMasterPubkeyOk returns a tuple with the MasterPubkey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetMaxProtectedBackups ¶

func (o *ModifyStorageRequestContent) GetMaxProtectedBackups() float32

GetMaxProtectedBackups returns the MaxProtectedBackups field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetMaxProtectedBackupsOk ¶

func (o *ModifyStorageRequestContent) GetMaxProtectedBackupsOk() (*float32, bool)

GetMaxProtectedBackupsOk returns a tuple with the MaxProtectedBackups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetMaxfiles ¶

func (o *ModifyStorageRequestContent) GetMaxfiles() float32

GetMaxfiles returns the Maxfiles field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetMaxfilesOk ¶

func (o *ModifyStorageRequestContent) GetMaxfilesOk() (*float32, bool)

GetMaxfilesOk returns a tuple with the Maxfiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetMkdir ¶

func (o *ModifyStorageRequestContent) GetMkdir() bool

GetMkdir returns the Mkdir field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetMkdirOk ¶

func (o *ModifyStorageRequestContent) GetMkdirOk() (*bool, bool)

GetMkdirOk returns a tuple with the Mkdir field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetMonhost ¶

func (o *ModifyStorageRequestContent) GetMonhost() string

GetMonhost returns the Monhost field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetMonhostOk ¶

func (o *ModifyStorageRequestContent) GetMonhostOk() (*string, bool)

GetMonhostOk returns a tuple with the Monhost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetMountpoint ¶

func (o *ModifyStorageRequestContent) GetMountpoint() string

GetMountpoint returns the Mountpoint field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetMountpointOk ¶

func (o *ModifyStorageRequestContent) GetMountpointOk() (*string, bool)

GetMountpointOk returns a tuple with the Mountpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetNamespace ¶

func (o *ModifyStorageRequestContent) GetNamespace() string

GetNamespace returns the Namespace field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetNamespaceOk ¶

func (o *ModifyStorageRequestContent) GetNamespaceOk() (*string, bool)

GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetNocow ¶

func (o *ModifyStorageRequestContent) GetNocow() float32

GetNocow returns the Nocow field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetNocowOk ¶

func (o *ModifyStorageRequestContent) GetNocowOk() (*float32, bool)

GetNocowOk returns a tuple with the Nocow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetNodes ¶

func (o *ModifyStorageRequestContent) GetNodes() string

GetNodes returns the Nodes field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetNodesOk ¶

func (o *ModifyStorageRequestContent) GetNodesOk() (*string, bool)

GetNodesOk returns a tuple with the Nodes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetNowritecache ¶

func (o *ModifyStorageRequestContent) GetNowritecache() bool

GetNowritecache returns the Nowritecache field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetNowritecacheOk ¶

func (o *ModifyStorageRequestContent) GetNowritecacheOk() (*bool, bool)

GetNowritecacheOk returns a tuple with the Nowritecache field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetOptions ¶

func (o *ModifyStorageRequestContent) GetOptions() string

GetOptions returns the Options field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetOptionsOk ¶

func (o *ModifyStorageRequestContent) GetOptionsOk() (*string, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetPassword ¶

func (o *ModifyStorageRequestContent) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetPasswordOk ¶

func (o *ModifyStorageRequestContent) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetPool ¶

func (o *ModifyStorageRequestContent) GetPool() string

GetPool returns the Pool field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetPoolOk ¶

func (o *ModifyStorageRequestContent) GetPoolOk() (*string, bool)

GetPoolOk returns a tuple with the Pool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetPort ¶

func (o *ModifyStorageRequestContent) GetPort() float32

GetPort returns the Port field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetPortOk ¶

func (o *ModifyStorageRequestContent) GetPortOk() (*float32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetPreallocation ¶

func (o *ModifyStorageRequestContent) GetPreallocation() StoragePreallocation

GetPreallocation returns the Preallocation field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetPreallocationOk ¶

func (o *ModifyStorageRequestContent) GetPreallocationOk() (*StoragePreallocation, bool)

GetPreallocationOk returns a tuple with the Preallocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetPruneBackups ¶

func (o *ModifyStorageRequestContent) GetPruneBackups() string

GetPruneBackups returns the PruneBackups field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetPruneBackupsOk ¶

func (o *ModifyStorageRequestContent) GetPruneBackupsOk() (*string, bool)

GetPruneBackupsOk returns a tuple with the PruneBackups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetSaferemove ¶

func (o *ModifyStorageRequestContent) GetSaferemove() bool

GetSaferemove returns the Saferemove field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetSaferemoveOk ¶

func (o *ModifyStorageRequestContent) GetSaferemoveOk() (*bool, bool)

GetSaferemoveOk returns a tuple with the Saferemove field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetSaferemoveThroughput ¶

func (o *ModifyStorageRequestContent) GetSaferemoveThroughput() string

GetSaferemoveThroughput returns the SaferemoveThroughput field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetSaferemoveThroughputOk ¶

func (o *ModifyStorageRequestContent) GetSaferemoveThroughputOk() (*string, bool)

GetSaferemoveThroughputOk returns a tuple with the SaferemoveThroughput field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetServer ¶

func (o *ModifyStorageRequestContent) GetServer() string

GetServer returns the Server field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetServer2 ¶

func (o *ModifyStorageRequestContent) GetServer2() string

GetServer2 returns the Server2 field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetServer2Ok ¶

func (o *ModifyStorageRequestContent) GetServer2Ok() (*string, bool)

GetServer2Ok returns a tuple with the Server2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetServerOk ¶

func (o *ModifyStorageRequestContent) GetServerOk() (*string, bool)

GetServerOk returns a tuple with the Server field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetShared ¶

func (o *ModifyStorageRequestContent) GetShared() bool

GetShared returns the Shared field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetSharedOk ¶

func (o *ModifyStorageRequestContent) GetSharedOk() (*bool, bool)

GetSharedOk returns a tuple with the Shared field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetSmbversion ¶

GetSmbversion returns the Smbversion field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetSmbversionOk ¶

func (o *ModifyStorageRequestContent) GetSmbversionOk() (*StorageSMBVersion, bool)

GetSmbversionOk returns a tuple with the Smbversion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetSparse ¶

func (o *ModifyStorageRequestContent) GetSparse() bool

GetSparse returns the Sparse field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetSparseOk ¶

func (o *ModifyStorageRequestContent) GetSparseOk() (*bool, bool)

GetSparseOk returns a tuple with the Sparse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetSubdir ¶

func (o *ModifyStorageRequestContent) GetSubdir() string

GetSubdir returns the Subdir field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetSubdirOk ¶

func (o *ModifyStorageRequestContent) GetSubdirOk() (*string, bool)

GetSubdirOk returns a tuple with the Subdir field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetTaggedOnly ¶

func (o *ModifyStorageRequestContent) GetTaggedOnly() bool

GetTaggedOnly returns the TaggedOnly field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetTaggedOnlyOk ¶

func (o *ModifyStorageRequestContent) GetTaggedOnlyOk() (*bool, bool)

GetTaggedOnlyOk returns a tuple with the TaggedOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetTransport ¶

GetTransport returns the Transport field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetTransportOk ¶

func (o *ModifyStorageRequestContent) GetTransportOk() (*StorageTransport, bool)

GetTransportOk returns a tuple with the Transport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) GetUsername ¶

func (o *ModifyStorageRequestContent) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*ModifyStorageRequestContent) GetUsernameOk ¶

func (o *ModifyStorageRequestContent) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyStorageRequestContent) HasBlocksize ¶

func (o *ModifyStorageRequestContent) HasBlocksize() bool

HasBlocksize returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasBwlimit ¶

func (o *ModifyStorageRequestContent) HasBwlimit() bool

HasBwlimit returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasComstarHg ¶

func (o *ModifyStorageRequestContent) HasComstarHg() bool

HasComstarHg returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasComstarTg ¶

func (o *ModifyStorageRequestContent) HasComstarTg() bool

HasComstarTg returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasContent ¶

func (o *ModifyStorageRequestContent) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasDataPool ¶

func (o *ModifyStorageRequestContent) HasDataPool() bool

HasDataPool returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasDelete ¶

func (o *ModifyStorageRequestContent) HasDelete() bool

HasDelete returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasDigest ¶

func (o *ModifyStorageRequestContent) HasDigest() bool

HasDigest returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasDisable ¶

func (o *ModifyStorageRequestContent) HasDisable() bool

HasDisable returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasDomain ¶

func (o *ModifyStorageRequestContent) HasDomain() bool

HasDomain returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasEncryptionKey ¶

func (o *ModifyStorageRequestContent) HasEncryptionKey() bool

HasEncryptionKey returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasFingerprint ¶

func (o *ModifyStorageRequestContent) HasFingerprint() bool

HasFingerprint returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasFormat ¶

func (o *ModifyStorageRequestContent) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasFsName ¶

func (o *ModifyStorageRequestContent) HasFsName() bool

HasFsName returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasFuse ¶

func (o *ModifyStorageRequestContent) HasFuse() bool

HasFuse returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasIsMountpoint ¶

func (o *ModifyStorageRequestContent) HasIsMountpoint() bool

HasIsMountpoint returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasKeyring ¶

func (o *ModifyStorageRequestContent) HasKeyring() bool

HasKeyring returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasKrbd ¶

func (o *ModifyStorageRequestContent) HasKrbd() bool

HasKrbd returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasLioTpg ¶

func (o *ModifyStorageRequestContent) HasLioTpg() bool

HasLioTpg returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasMasterPubkey ¶

func (o *ModifyStorageRequestContent) HasMasterPubkey() bool

HasMasterPubkey returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasMaxProtectedBackups ¶

func (o *ModifyStorageRequestContent) HasMaxProtectedBackups() bool

HasMaxProtectedBackups returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasMaxfiles ¶

func (o *ModifyStorageRequestContent) HasMaxfiles() bool

HasMaxfiles returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasMkdir ¶

func (o *ModifyStorageRequestContent) HasMkdir() bool

HasMkdir returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasMonhost ¶

func (o *ModifyStorageRequestContent) HasMonhost() bool

HasMonhost returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasMountpoint ¶

func (o *ModifyStorageRequestContent) HasMountpoint() bool

HasMountpoint returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasNamespace ¶

func (o *ModifyStorageRequestContent) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasNocow ¶

func (o *ModifyStorageRequestContent) HasNocow() bool

HasNocow returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasNodes ¶

func (o *ModifyStorageRequestContent) HasNodes() bool

HasNodes returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasNowritecache ¶

func (o *ModifyStorageRequestContent) HasNowritecache() bool

HasNowritecache returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasOptions ¶

func (o *ModifyStorageRequestContent) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasPassword ¶

func (o *ModifyStorageRequestContent) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasPool ¶

func (o *ModifyStorageRequestContent) HasPool() bool

HasPool returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasPort ¶

func (o *ModifyStorageRequestContent) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasPreallocation ¶

func (o *ModifyStorageRequestContent) HasPreallocation() bool

HasPreallocation returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasPruneBackups ¶

func (o *ModifyStorageRequestContent) HasPruneBackups() bool

HasPruneBackups returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasSaferemove ¶

func (o *ModifyStorageRequestContent) HasSaferemove() bool

HasSaferemove returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasSaferemoveThroughput ¶

func (o *ModifyStorageRequestContent) HasSaferemoveThroughput() bool

HasSaferemoveThroughput returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasServer ¶

func (o *ModifyStorageRequestContent) HasServer() bool

HasServer returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasServer2 ¶

func (o *ModifyStorageRequestContent) HasServer2() bool

HasServer2 returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasShared ¶

func (o *ModifyStorageRequestContent) HasShared() bool

HasShared returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasSmbversion ¶

func (o *ModifyStorageRequestContent) HasSmbversion() bool

HasSmbversion returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasSparse ¶

func (o *ModifyStorageRequestContent) HasSparse() bool

HasSparse returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasSubdir ¶

func (o *ModifyStorageRequestContent) HasSubdir() bool

HasSubdir returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasTaggedOnly ¶

func (o *ModifyStorageRequestContent) HasTaggedOnly() bool

HasTaggedOnly returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasTransport ¶

func (o *ModifyStorageRequestContent) HasTransport() bool

HasTransport returns a boolean if a field has been set.

func (*ModifyStorageRequestContent) HasUsername ¶

func (o *ModifyStorageRequestContent) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (ModifyStorageRequestContent) MarshalJSON ¶

func (o ModifyStorageRequestContent) MarshalJSON() ([]byte, error)

func (*ModifyStorageRequestContent) SetBlocksize ¶

func (o *ModifyStorageRequestContent) SetBlocksize(v string)

SetBlocksize gets a reference to the given string and assigns it to the Blocksize field.

func (*ModifyStorageRequestContent) SetBwlimit ¶

func (o *ModifyStorageRequestContent) SetBwlimit(v string)

SetBwlimit gets a reference to the given string and assigns it to the Bwlimit field.

func (*ModifyStorageRequestContent) SetComstarHg ¶

func (o *ModifyStorageRequestContent) SetComstarHg(v string)

SetComstarHg gets a reference to the given string and assigns it to the ComstarHg field.

func (*ModifyStorageRequestContent) SetComstarTg ¶

func (o *ModifyStorageRequestContent) SetComstarTg(v string)

SetComstarTg gets a reference to the given string and assigns it to the ComstarTg field.

func (*ModifyStorageRequestContent) SetContent ¶

func (o *ModifyStorageRequestContent) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*ModifyStorageRequestContent) SetDataPool ¶

func (o *ModifyStorageRequestContent) SetDataPool(v string)

SetDataPool gets a reference to the given string and assigns it to the DataPool field.

func (*ModifyStorageRequestContent) SetDelete ¶

func (o *ModifyStorageRequestContent) SetDelete(v string)

SetDelete gets a reference to the given string and assigns it to the Delete field.

func (*ModifyStorageRequestContent) SetDigest ¶

func (o *ModifyStorageRequestContent) SetDigest(v string)

SetDigest gets a reference to the given string and assigns it to the Digest field.

func (*ModifyStorageRequestContent) SetDisable ¶

func (o *ModifyStorageRequestContent) SetDisable(v bool)

SetDisable gets a reference to the given bool and assigns it to the Disable field.

func (*ModifyStorageRequestContent) SetDomain ¶

func (o *ModifyStorageRequestContent) SetDomain(v string)

SetDomain gets a reference to the given string and assigns it to the Domain field.

func (*ModifyStorageRequestContent) SetEncryptionKey ¶

func (o *ModifyStorageRequestContent) SetEncryptionKey(v string)

SetEncryptionKey gets a reference to the given string and assigns it to the EncryptionKey field.

func (*ModifyStorageRequestContent) SetFingerprint ¶

func (o *ModifyStorageRequestContent) SetFingerprint(v string)

SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.

func (*ModifyStorageRequestContent) SetFormat ¶

func (o *ModifyStorageRequestContent) SetFormat(v string)

SetFormat gets a reference to the given string and assigns it to the Format field.

func (*ModifyStorageRequestContent) SetFsName ¶

func (o *ModifyStorageRequestContent) SetFsName(v string)

SetFsName gets a reference to the given string and assigns it to the FsName field.

func (*ModifyStorageRequestContent) SetFuse ¶

func (o *ModifyStorageRequestContent) SetFuse(v bool)

SetFuse gets a reference to the given bool and assigns it to the Fuse field.

func (*ModifyStorageRequestContent) SetIsMountpoint ¶

func (o *ModifyStorageRequestContent) SetIsMountpoint(v string)

SetIsMountpoint gets a reference to the given string and assigns it to the IsMountpoint field.

func (*ModifyStorageRequestContent) SetKeyring ¶

func (o *ModifyStorageRequestContent) SetKeyring(v string)

SetKeyring gets a reference to the given string and assigns it to the Keyring field.

func (*ModifyStorageRequestContent) SetKrbd ¶

func (o *ModifyStorageRequestContent) SetKrbd(v bool)

SetKrbd gets a reference to the given bool and assigns it to the Krbd field.

func (*ModifyStorageRequestContent) SetLioTpg ¶

func (o *ModifyStorageRequestContent) SetLioTpg(v string)

SetLioTpg gets a reference to the given string and assigns it to the LioTpg field.

func (*ModifyStorageRequestContent) SetMasterPubkey ¶

func (o *ModifyStorageRequestContent) SetMasterPubkey(v string)

SetMasterPubkey gets a reference to the given string and assigns it to the MasterPubkey field.

func (*ModifyStorageRequestContent) SetMaxProtectedBackups ¶

func (o *ModifyStorageRequestContent) SetMaxProtectedBackups(v float32)

SetMaxProtectedBackups gets a reference to the given float32 and assigns it to the MaxProtectedBackups field.

func (*ModifyStorageRequestContent) SetMaxfiles ¶

func (o *ModifyStorageRequestContent) SetMaxfiles(v float32)

SetMaxfiles gets a reference to the given float32 and assigns it to the Maxfiles field.

func (*ModifyStorageRequestContent) SetMkdir ¶

func (o *ModifyStorageRequestContent) SetMkdir(v bool)

SetMkdir gets a reference to the given bool and assigns it to the Mkdir field.

func (*ModifyStorageRequestContent) SetMonhost ¶

func (o *ModifyStorageRequestContent) SetMonhost(v string)

SetMonhost gets a reference to the given string and assigns it to the Monhost field.

func (*ModifyStorageRequestContent) SetMountpoint ¶

func (o *ModifyStorageRequestContent) SetMountpoint(v string)

SetMountpoint gets a reference to the given string and assigns it to the Mountpoint field.

func (*ModifyStorageRequestContent) SetNamespace ¶

func (o *ModifyStorageRequestContent) SetNamespace(v string)

SetNamespace gets a reference to the given string and assigns it to the Namespace field.

func (*ModifyStorageRequestContent) SetNocow ¶

func (o *ModifyStorageRequestContent) SetNocow(v float32)

SetNocow gets a reference to the given float32 and assigns it to the Nocow field.

func (*ModifyStorageRequestContent) SetNodes ¶

func (o *ModifyStorageRequestContent) SetNodes(v string)

SetNodes gets a reference to the given string and assigns it to the Nodes field.

func (*ModifyStorageRequestContent) SetNowritecache ¶

func (o *ModifyStorageRequestContent) SetNowritecache(v bool)

SetNowritecache gets a reference to the given bool and assigns it to the Nowritecache field.

func (*ModifyStorageRequestContent) SetOptions ¶

func (o *ModifyStorageRequestContent) SetOptions(v string)

SetOptions gets a reference to the given string and assigns it to the Options field.

func (*ModifyStorageRequestContent) SetPassword ¶

func (o *ModifyStorageRequestContent) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*ModifyStorageRequestContent) SetPool ¶

func (o *ModifyStorageRequestContent) SetPool(v string)

SetPool gets a reference to the given string and assigns it to the Pool field.

func (*ModifyStorageRequestContent) SetPort ¶

func (o *ModifyStorageRequestContent) SetPort(v float32)

SetPort gets a reference to the given float32 and assigns it to the Port field.

func (*ModifyStorageRequestContent) SetPreallocation ¶

func (o *ModifyStorageRequestContent) SetPreallocation(v StoragePreallocation)

SetPreallocation gets a reference to the given StoragePreallocation and assigns it to the Preallocation field.

func (*ModifyStorageRequestContent) SetPruneBackups ¶

func (o *ModifyStorageRequestContent) SetPruneBackups(v string)

SetPruneBackups gets a reference to the given string and assigns it to the PruneBackups field.

func (*ModifyStorageRequestContent) SetSaferemove ¶

func (o *ModifyStorageRequestContent) SetSaferemove(v bool)

SetSaferemove gets a reference to the given bool and assigns it to the Saferemove field.

func (*ModifyStorageRequestContent) SetSaferemoveThroughput ¶

func (o *ModifyStorageRequestContent) SetSaferemoveThroughput(v string)

SetSaferemoveThroughput gets a reference to the given string and assigns it to the SaferemoveThroughput field.

func (*ModifyStorageRequestContent) SetServer ¶

func (o *ModifyStorageRequestContent) SetServer(v string)

SetServer gets a reference to the given string and assigns it to the Server field.

func (*ModifyStorageRequestContent) SetServer2 ¶

func (o *ModifyStorageRequestContent) SetServer2(v string)

SetServer2 gets a reference to the given string and assigns it to the Server2 field.

func (*ModifyStorageRequestContent) SetShared ¶

func (o *ModifyStorageRequestContent) SetShared(v bool)

SetShared gets a reference to the given bool and assigns it to the Shared field.

func (*ModifyStorageRequestContent) SetSmbversion ¶

func (o *ModifyStorageRequestContent) SetSmbversion(v StorageSMBVersion)

SetSmbversion gets a reference to the given StorageSMBVersion and assigns it to the Smbversion field.

func (*ModifyStorageRequestContent) SetSparse ¶

func (o *ModifyStorageRequestContent) SetSparse(v bool)

SetSparse gets a reference to the given bool and assigns it to the Sparse field.

func (*ModifyStorageRequestContent) SetSubdir ¶

func (o *ModifyStorageRequestContent) SetSubdir(v string)

SetSubdir gets a reference to the given string and assigns it to the Subdir field.

func (*ModifyStorageRequestContent) SetTaggedOnly ¶

func (o *ModifyStorageRequestContent) SetTaggedOnly(v bool)

SetTaggedOnly gets a reference to the given bool and assigns it to the TaggedOnly field.

func (*ModifyStorageRequestContent) SetTransport ¶

func (o *ModifyStorageRequestContent) SetTransport(v StorageTransport)

SetTransport gets a reference to the given StorageTransport and assigns it to the Transport field.

func (*ModifyStorageRequestContent) SetUsername ¶

func (o *ModifyStorageRequestContent) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (ModifyStorageRequestContent) ToMap ¶ added in v0.9.0

func (o ModifyStorageRequestContent) ToMap() (map[string]interface{}, error)

type ModifyStorageResponseContent ¶

type ModifyStorageResponseContent struct {
	Data StorageConfiguration `json:"data"`
}

ModifyStorageResponseContent struct for ModifyStorageResponseContent

func NewModifyStorageResponseContent ¶

func NewModifyStorageResponseContent(data StorageConfiguration) *ModifyStorageResponseContent

NewModifyStorageResponseContent instantiates a new ModifyStorageResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModifyStorageResponseContentWithDefaults ¶

func NewModifyStorageResponseContentWithDefaults() *ModifyStorageResponseContent

NewModifyStorageResponseContentWithDefaults instantiates a new ModifyStorageResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModifyStorageResponseContent) GetData ¶

GetData returns the Data field value

func (*ModifyStorageResponseContent) GetDataOk ¶

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ModifyStorageResponseContent) MarshalJSON ¶

func (o ModifyStorageResponseContent) MarshalJSON() ([]byte, error)

func (*ModifyStorageResponseContent) SetData ¶

SetData sets field value

func (ModifyStorageResponseContent) ToMap ¶ added in v0.9.0

func (o ModifyStorageResponseContent) ToMap() (map[string]interface{}, error)

type ModifyUserRequestContent ¶ added in v0.19.0

type ModifyUserRequestContent struct {
	Comment *string `json:"comment,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Append *float32 `json:"append,omitempty"`
	Email  *string  `json:"email,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Enable    *float32 `json:"enable,omitempty"`
	Firstname *string  `json:"firstname,omitempty"`
	Lastname  *string  `json:"lastname,omitempty"`
	Groups    *string  `json:"groups,omitempty"`
	Keys      *string  `json:"keys,omitempty"`
	Expire    *float32 `json:"expire,omitempty"`
}

ModifyUserRequestContent struct for ModifyUserRequestContent

func NewModifyUserRequestContent ¶ added in v0.19.0

func NewModifyUserRequestContent() *ModifyUserRequestContent

NewModifyUserRequestContent instantiates a new ModifyUserRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModifyUserRequestContentWithDefaults ¶ added in v0.19.0

func NewModifyUserRequestContentWithDefaults() *ModifyUserRequestContent

NewModifyUserRequestContentWithDefaults instantiates a new ModifyUserRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModifyUserRequestContent) GetAppend ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetAppend() float32

GetAppend returns the Append field value if set, zero value otherwise.

func (*ModifyUserRequestContent) GetAppendOk ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetAppendOk() (*float32, bool)

GetAppendOk returns a tuple with the Append field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyUserRequestContent) GetComment ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*ModifyUserRequestContent) GetCommentOk ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyUserRequestContent) GetEmail ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*ModifyUserRequestContent) GetEmailOk ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyUserRequestContent) GetEnable ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetEnable() float32

GetEnable returns the Enable field value if set, zero value otherwise.

func (*ModifyUserRequestContent) GetEnableOk ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetEnableOk() (*float32, bool)

GetEnableOk returns a tuple with the Enable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyUserRequestContent) GetExpire ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetExpire() float32

GetExpire returns the Expire field value if set, zero value otherwise.

func (*ModifyUserRequestContent) GetExpireOk ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetExpireOk() (*float32, bool)

GetExpireOk returns a tuple with the Expire field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyUserRequestContent) GetFirstname ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetFirstname() string

GetFirstname returns the Firstname field value if set, zero value otherwise.

func (*ModifyUserRequestContent) GetFirstnameOk ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetFirstnameOk() (*string, bool)

GetFirstnameOk returns a tuple with the Firstname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyUserRequestContent) GetGroups ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetGroups() string

GetGroups returns the Groups field value if set, zero value otherwise.

func (*ModifyUserRequestContent) GetGroupsOk ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetGroupsOk() (*string, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyUserRequestContent) GetKeys ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetKeys() string

GetKeys returns the Keys field value if set, zero value otherwise.

func (*ModifyUserRequestContent) GetKeysOk ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetKeysOk() (*string, bool)

GetKeysOk returns a tuple with the Keys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyUserRequestContent) GetLastname ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetLastname() string

GetLastname returns the Lastname field value if set, zero value otherwise.

func (*ModifyUserRequestContent) GetLastnameOk ¶ added in v0.19.0

func (o *ModifyUserRequestContent) GetLastnameOk() (*string, bool)

GetLastnameOk returns a tuple with the Lastname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyUserRequestContent) HasAppend ¶ added in v0.19.0

func (o *ModifyUserRequestContent) HasAppend() bool

HasAppend returns a boolean if a field has been set.

func (*ModifyUserRequestContent) HasComment ¶ added in v0.19.0

func (o *ModifyUserRequestContent) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*ModifyUserRequestContent) HasEmail ¶ added in v0.19.0

func (o *ModifyUserRequestContent) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*ModifyUserRequestContent) HasEnable ¶ added in v0.19.0

func (o *ModifyUserRequestContent) HasEnable() bool

HasEnable returns a boolean if a field has been set.

func (*ModifyUserRequestContent) HasExpire ¶ added in v0.19.0

func (o *ModifyUserRequestContent) HasExpire() bool

HasExpire returns a boolean if a field has been set.

func (*ModifyUserRequestContent) HasFirstname ¶ added in v0.19.0

func (o *ModifyUserRequestContent) HasFirstname() bool

HasFirstname returns a boolean if a field has been set.

func (*ModifyUserRequestContent) HasGroups ¶ added in v0.19.0

func (o *ModifyUserRequestContent) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (*ModifyUserRequestContent) HasKeys ¶ added in v0.19.0

func (o *ModifyUserRequestContent) HasKeys() bool

HasKeys returns a boolean if a field has been set.

func (*ModifyUserRequestContent) HasLastname ¶ added in v0.19.0

func (o *ModifyUserRequestContent) HasLastname() bool

HasLastname returns a boolean if a field has been set.

func (ModifyUserRequestContent) MarshalJSON ¶ added in v0.19.0

func (o ModifyUserRequestContent) MarshalJSON() ([]byte, error)

func (*ModifyUserRequestContent) SetAppend ¶ added in v0.19.0

func (o *ModifyUserRequestContent) SetAppend(v float32)

SetAppend gets a reference to the given float32 and assigns it to the Append field.

func (*ModifyUserRequestContent) SetComment ¶ added in v0.19.0

func (o *ModifyUserRequestContent) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*ModifyUserRequestContent) SetEmail ¶ added in v0.19.0

func (o *ModifyUserRequestContent) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*ModifyUserRequestContent) SetEnable ¶ added in v0.19.0

func (o *ModifyUserRequestContent) SetEnable(v float32)

SetEnable gets a reference to the given float32 and assigns it to the Enable field.

func (*ModifyUserRequestContent) SetExpire ¶ added in v0.19.0

func (o *ModifyUserRequestContent) SetExpire(v float32)

SetExpire gets a reference to the given float32 and assigns it to the Expire field.

func (*ModifyUserRequestContent) SetFirstname ¶ added in v0.19.0

func (o *ModifyUserRequestContent) SetFirstname(v string)

SetFirstname gets a reference to the given string and assigns it to the Firstname field.

func (*ModifyUserRequestContent) SetGroups ¶ added in v0.19.0

func (o *ModifyUserRequestContent) SetGroups(v string)

SetGroups gets a reference to the given string and assigns it to the Groups field.

func (*ModifyUserRequestContent) SetKeys ¶ added in v0.19.0

func (o *ModifyUserRequestContent) SetKeys(v string)

SetKeys gets a reference to the given string and assigns it to the Keys field.

func (*ModifyUserRequestContent) SetLastname ¶ added in v0.19.0

func (o *ModifyUserRequestContent) SetLastname(v string)

SetLastname gets a reference to the given string and assigns it to the Lastname field.

func (ModifyUserRequestContent) ToMap ¶ added in v0.19.0

func (o ModifyUserRequestContent) ToMap() (map[string]interface{}, error)

type ModifyUserTokenRequestContent ¶ added in v0.19.0

type ModifyUserTokenRequestContent struct {
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Privsep *float32 `json:"privsep,omitempty"`
	Expire  *float32 `json:"expire,omitempty"`
	Comment *string  `json:"comment,omitempty"`
}

ModifyUserTokenRequestContent struct for ModifyUserTokenRequestContent

func NewModifyUserTokenRequestContent ¶ added in v0.19.0

func NewModifyUserTokenRequestContent() *ModifyUserTokenRequestContent

NewModifyUserTokenRequestContent instantiates a new ModifyUserTokenRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModifyUserTokenRequestContentWithDefaults ¶ added in v0.19.0

func NewModifyUserTokenRequestContentWithDefaults() *ModifyUserTokenRequestContent

NewModifyUserTokenRequestContentWithDefaults instantiates a new ModifyUserTokenRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModifyUserTokenRequestContent) GetComment ¶ added in v0.19.0

func (o *ModifyUserTokenRequestContent) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*ModifyUserTokenRequestContent) GetCommentOk ¶ added in v0.19.0

func (o *ModifyUserTokenRequestContent) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyUserTokenRequestContent) GetExpire ¶ added in v0.19.0

func (o *ModifyUserTokenRequestContent) GetExpire() float32

GetExpire returns the Expire field value if set, zero value otherwise.

func (*ModifyUserTokenRequestContent) GetExpireOk ¶ added in v0.19.0

func (o *ModifyUserTokenRequestContent) GetExpireOk() (*float32, bool)

GetExpireOk returns a tuple with the Expire field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyUserTokenRequestContent) GetPrivsep ¶ added in v0.19.0

func (o *ModifyUserTokenRequestContent) GetPrivsep() float32

GetPrivsep returns the Privsep field value if set, zero value otherwise.

func (*ModifyUserTokenRequestContent) GetPrivsepOk ¶ added in v0.19.0

func (o *ModifyUserTokenRequestContent) GetPrivsepOk() (*float32, bool)

GetPrivsepOk returns a tuple with the Privsep field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ModifyUserTokenRequestContent) HasComment ¶ added in v0.19.0

func (o *ModifyUserTokenRequestContent) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*ModifyUserTokenRequestContent) HasExpire ¶ added in v0.19.0

func (o *ModifyUserTokenRequestContent) HasExpire() bool

HasExpire returns a boolean if a field has been set.

func (*ModifyUserTokenRequestContent) HasPrivsep ¶ added in v0.19.0

func (o *ModifyUserTokenRequestContent) HasPrivsep() bool

HasPrivsep returns a boolean if a field has been set.

func (ModifyUserTokenRequestContent) MarshalJSON ¶ added in v0.19.0

func (o ModifyUserTokenRequestContent) MarshalJSON() ([]byte, error)

func (*ModifyUserTokenRequestContent) SetComment ¶ added in v0.19.0

func (o *ModifyUserTokenRequestContent) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*ModifyUserTokenRequestContent) SetExpire ¶ added in v0.19.0

func (o *ModifyUserTokenRequestContent) SetExpire(v float32)

SetExpire gets a reference to the given float32 and assigns it to the Expire field.

func (*ModifyUserTokenRequestContent) SetPrivsep ¶ added in v0.19.0

func (o *ModifyUserTokenRequestContent) SetPrivsep(v float32)

SetPrivsep gets a reference to the given float32 and assigns it to the Privsep field.

func (ModifyUserTokenRequestContent) ToMap ¶ added in v0.19.0

func (o ModifyUserTokenRequestContent) ToMap() (map[string]interface{}, error)

type ModifyUserTokenResponseContent ¶ added in v0.19.0

type ModifyUserTokenResponseContent struct {
	Data UserConfigurationTokenSummary `json:"data"`
}

ModifyUserTokenResponseContent struct for ModifyUserTokenResponseContent

func NewModifyUserTokenResponseContent ¶ added in v0.19.0

func NewModifyUserTokenResponseContent(data UserConfigurationTokenSummary) *ModifyUserTokenResponseContent

NewModifyUserTokenResponseContent instantiates a new ModifyUserTokenResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModifyUserTokenResponseContentWithDefaults ¶ added in v0.19.0

func NewModifyUserTokenResponseContentWithDefaults() *ModifyUserTokenResponseContent

NewModifyUserTokenResponseContentWithDefaults instantiates a new ModifyUserTokenResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModifyUserTokenResponseContent) GetData ¶ added in v0.19.0

GetData returns the Data field value

func (*ModifyUserTokenResponseContent) GetDataOk ¶ added in v0.19.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ModifyUserTokenResponseContent) MarshalJSON ¶ added in v0.19.0

func (o ModifyUserTokenResponseContent) MarshalJSON() ([]byte, error)

func (*ModifyUserTokenResponseContent) SetData ¶ added in v0.19.0

SetData sets field value

func (ModifyUserTokenResponseContent) ToMap ¶ added in v0.19.0

func (o ModifyUserTokenResponseContent) ToMap() (map[string]interface{}, error)

type NetworkInterfaceBondHashPolicy ¶

type NetworkInterfaceBondHashPolicy string

NetworkInterfaceBondHashPolicy the model 'NetworkInterfaceBondHashPolicy'

const (
	NETWORKINTERFACEBONDHASHPOLICY_LAYER2  NetworkInterfaceBondHashPolicy = "layer2"
	NETWORKINTERFACEBONDHASHPOLICY_LAYER23 NetworkInterfaceBondHashPolicy = "layer2+3"
	NETWORKINTERFACEBONDHASHPOLICY_LAYER34 NetworkInterfaceBondHashPolicy = "layer3+4"
)

List of NetworkInterfaceBondHashPolicy

func NewNetworkInterfaceBondHashPolicyFromValue ¶

func NewNetworkInterfaceBondHashPolicyFromValue(v string) (*NetworkInterfaceBondHashPolicy, error)

NewNetworkInterfaceBondHashPolicyFromValue returns a pointer to a valid NetworkInterfaceBondHashPolicy for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NetworkInterfaceBondHashPolicy) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (NetworkInterfaceBondHashPolicy) Ptr ¶

Ptr returns reference to NetworkInterfaceBondHashPolicy value

func (*NetworkInterfaceBondHashPolicy) UnmarshalJSON ¶

func (v *NetworkInterfaceBondHashPolicy) UnmarshalJSON(src []byte) error

type NetworkInterfaceBondMode ¶

type NetworkInterfaceBondMode string

NetworkInterfaceBondMode the model 'NetworkInterfaceBondMode'

const (
	NETWORKINTERFACEBONDMODE_BALANCE_RR       NetworkInterfaceBondMode = "balance-rr"
	NETWORKINTERFACEBONDMODE_ACTIVE_BACKUP    NetworkInterfaceBondMode = "active-backup"
	NETWORKINTERFACEBONDMODE_BALANCE_XOR      NetworkInterfaceBondMode = "balance-xor"
	NETWORKINTERFACEBONDMODE_BROADCAST        NetworkInterfaceBondMode = "broadcast"
	NETWORKINTERFACEBONDMODE__802_3AD         NetworkInterfaceBondMode = "802.3ad"
	NETWORKINTERFACEBONDMODE_BALANCE_TLB      NetworkInterfaceBondMode = "balance-tlb"
	NETWORKINTERFACEBONDMODE_BALANCE_ALB      NetworkInterfaceBondMode = "balance-alb"
	NETWORKINTERFACEBONDMODE_BALANCE_SLB      NetworkInterfaceBondMode = "balance-slb"
	NETWORKINTERFACEBONDMODE_LACP_BALANCE_SLB NetworkInterfaceBondMode = "lacp-balance-slb"
	NETWORKINTERFACEBONDMODE_LACP_BALANCE_TCP NetworkInterfaceBondMode = "lacp-balance-tcp"
)

List of NetworkInterfaceBondMode

func NewNetworkInterfaceBondModeFromValue ¶

func NewNetworkInterfaceBondModeFromValue(v string) (*NetworkInterfaceBondMode, error)

NewNetworkInterfaceBondModeFromValue returns a pointer to a valid NetworkInterfaceBondMode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NetworkInterfaceBondMode) IsValid ¶

func (v NetworkInterfaceBondMode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NetworkInterfaceBondMode) Ptr ¶

Ptr returns reference to NetworkInterfaceBondMode value

func (*NetworkInterfaceBondMode) UnmarshalJSON ¶

func (v *NetworkInterfaceBondMode) UnmarshalJSON(src []byte) error

type NetworkInterfaceIpAddressSummary ¶ added in v0.18.0

type NetworkInterfaceIpAddressSummary struct {
	IpAddress     *string  `json:"ip-address,omitempty"`
	IpAddressType *string  `json:"ip-address-type,omitempty"`
	Prefix        *float32 `json:"prefix,omitempty"`
}

NetworkInterfaceIpAddressSummary struct for NetworkInterfaceIpAddressSummary

func NewNetworkInterfaceIpAddressSummary ¶ added in v0.18.0

func NewNetworkInterfaceIpAddressSummary() *NetworkInterfaceIpAddressSummary

NewNetworkInterfaceIpAddressSummary instantiates a new NetworkInterfaceIpAddressSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkInterfaceIpAddressSummaryWithDefaults ¶ added in v0.18.0

func NewNetworkInterfaceIpAddressSummaryWithDefaults() *NetworkInterfaceIpAddressSummary

NewNetworkInterfaceIpAddressSummaryWithDefaults instantiates a new NetworkInterfaceIpAddressSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkInterfaceIpAddressSummary) GetIpAddress ¶ added in v0.18.0

func (o *NetworkInterfaceIpAddressSummary) GetIpAddress() string

GetIpAddress returns the IpAddress field value if set, zero value otherwise.

func (*NetworkInterfaceIpAddressSummary) GetIpAddressOk ¶ added in v0.18.0

func (o *NetworkInterfaceIpAddressSummary) GetIpAddressOk() (*string, bool)

GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceIpAddressSummary) GetIpAddressType ¶ added in v0.18.0

func (o *NetworkInterfaceIpAddressSummary) GetIpAddressType() string

GetIpAddressType returns the IpAddressType field value if set, zero value otherwise.

func (*NetworkInterfaceIpAddressSummary) GetIpAddressTypeOk ¶ added in v0.18.0

func (o *NetworkInterfaceIpAddressSummary) GetIpAddressTypeOk() (*string, bool)

GetIpAddressTypeOk returns a tuple with the IpAddressType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceIpAddressSummary) GetPrefix ¶ added in v0.18.0

GetPrefix returns the Prefix field value if set, zero value otherwise.

func (*NetworkInterfaceIpAddressSummary) GetPrefixOk ¶ added in v0.18.0

func (o *NetworkInterfaceIpAddressSummary) GetPrefixOk() (*float32, bool)

GetPrefixOk returns a tuple with the Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceIpAddressSummary) HasIpAddress ¶ added in v0.18.0

func (o *NetworkInterfaceIpAddressSummary) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (*NetworkInterfaceIpAddressSummary) HasIpAddressType ¶ added in v0.18.0

func (o *NetworkInterfaceIpAddressSummary) HasIpAddressType() bool

HasIpAddressType returns a boolean if a field has been set.

func (*NetworkInterfaceIpAddressSummary) HasPrefix ¶ added in v0.18.0

func (o *NetworkInterfaceIpAddressSummary) HasPrefix() bool

HasPrefix returns a boolean if a field has been set.

func (NetworkInterfaceIpAddressSummary) MarshalJSON ¶ added in v0.18.0

func (o NetworkInterfaceIpAddressSummary) MarshalJSON() ([]byte, error)

func (*NetworkInterfaceIpAddressSummary) SetIpAddress ¶ added in v0.18.0

func (o *NetworkInterfaceIpAddressSummary) SetIpAddress(v string)

SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.

func (*NetworkInterfaceIpAddressSummary) SetIpAddressType ¶ added in v0.18.0

func (o *NetworkInterfaceIpAddressSummary) SetIpAddressType(v string)

SetIpAddressType gets a reference to the given string and assigns it to the IpAddressType field.

func (*NetworkInterfaceIpAddressSummary) SetPrefix ¶ added in v0.18.0

func (o *NetworkInterfaceIpAddressSummary) SetPrefix(v float32)

SetPrefix gets a reference to the given float32 and assigns it to the Prefix field.

func (NetworkInterfaceIpAddressSummary) ToMap ¶ added in v0.18.0

func (o NetworkInterfaceIpAddressSummary) ToMap() (map[string]interface{}, error)

type NetworkInterfaceMethod ¶

type NetworkInterfaceMethod string

NetworkInterfaceMethod the model 'NetworkInterfaceMethod'

const (
	NETWORKINTERFACEMETHOD_MANUAL        NetworkInterfaceMethod = "manual"
	NETWORKINTERFACEMETHOD_STATIC        NetworkInterfaceMethod = "static"
	NETWORKINTERFACEMETHOD_NONE          NetworkInterfaceMethod = "none"
	NETWORKINTERFACEMETHOD_DHCP          NetworkInterfaceMethod = "dhcp"
	NETWORKINTERFACEMETHOD_IPV6_AUTOCONF NetworkInterfaceMethod = "ipv6_autoconf"
)

List of NetworkInterfaceMethod

func NewNetworkInterfaceMethodFromValue ¶

func NewNetworkInterfaceMethodFromValue(v string) (*NetworkInterfaceMethod, error)

NewNetworkInterfaceMethodFromValue returns a pointer to a valid NetworkInterfaceMethod for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NetworkInterfaceMethod) IsValid ¶

func (v NetworkInterfaceMethod) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NetworkInterfaceMethod) Ptr ¶

Ptr returns reference to NetworkInterfaceMethod value

func (*NetworkInterfaceMethod) UnmarshalJSON ¶

func (v *NetworkInterfaceMethod) UnmarshalJSON(src []byte) error

type NetworkInterfaceStatisticsSummary ¶ added in v0.18.0

type NetworkInterfaceStatisticsSummary struct {
	RxBytes   *float32 `json:"rx-bytes,omitempty"`
	RxDropped *float32 `json:"rx-dropped,omitempty"`
	RxErrs    *float32 `json:"rx-errs,omitempty"`
	RxPackets *float32 `json:"rx-packets,omitempty"`
	TxBytes   *float32 `json:"tx-bytes,omitempty"`
	TxDropped *float32 `json:"tx-dropped,omitempty"`
	TxErrs    *float32 `json:"tx-errs,omitempty"`
	TxPackets *float32 `json:"tx-packets,omitempty"`
}

NetworkInterfaceStatisticsSummary struct for NetworkInterfaceStatisticsSummary

func NewNetworkInterfaceStatisticsSummary ¶ added in v0.18.0

func NewNetworkInterfaceStatisticsSummary() *NetworkInterfaceStatisticsSummary

NewNetworkInterfaceStatisticsSummary instantiates a new NetworkInterfaceStatisticsSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkInterfaceStatisticsSummaryWithDefaults ¶ added in v0.18.0

func NewNetworkInterfaceStatisticsSummaryWithDefaults() *NetworkInterfaceStatisticsSummary

NewNetworkInterfaceStatisticsSummaryWithDefaults instantiates a new NetworkInterfaceStatisticsSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkInterfaceStatisticsSummary) GetRxBytes ¶ added in v0.18.0

GetRxBytes returns the RxBytes field value if set, zero value otherwise.

func (*NetworkInterfaceStatisticsSummary) GetRxBytesOk ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) GetRxBytesOk() (*float32, bool)

GetRxBytesOk returns a tuple with the RxBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceStatisticsSummary) GetRxDropped ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) GetRxDropped() float32

GetRxDropped returns the RxDropped field value if set, zero value otherwise.

func (*NetworkInterfaceStatisticsSummary) GetRxDroppedOk ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) GetRxDroppedOk() (*float32, bool)

GetRxDroppedOk returns a tuple with the RxDropped field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceStatisticsSummary) GetRxErrs ¶ added in v0.18.0

GetRxErrs returns the RxErrs field value if set, zero value otherwise.

func (*NetworkInterfaceStatisticsSummary) GetRxErrsOk ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) GetRxErrsOk() (*float32, bool)

GetRxErrsOk returns a tuple with the RxErrs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceStatisticsSummary) GetRxPackets ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) GetRxPackets() float32

GetRxPackets returns the RxPackets field value if set, zero value otherwise.

func (*NetworkInterfaceStatisticsSummary) GetRxPacketsOk ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) GetRxPacketsOk() (*float32, bool)

GetRxPacketsOk returns a tuple with the RxPackets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceStatisticsSummary) GetTxBytes ¶ added in v0.18.0

GetTxBytes returns the TxBytes field value if set, zero value otherwise.

func (*NetworkInterfaceStatisticsSummary) GetTxBytesOk ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) GetTxBytesOk() (*float32, bool)

GetTxBytesOk returns a tuple with the TxBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceStatisticsSummary) GetTxDropped ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) GetTxDropped() float32

GetTxDropped returns the TxDropped field value if set, zero value otherwise.

func (*NetworkInterfaceStatisticsSummary) GetTxDroppedOk ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) GetTxDroppedOk() (*float32, bool)

GetTxDroppedOk returns a tuple with the TxDropped field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceStatisticsSummary) GetTxErrs ¶ added in v0.18.0

GetTxErrs returns the TxErrs field value if set, zero value otherwise.

func (*NetworkInterfaceStatisticsSummary) GetTxErrsOk ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) GetTxErrsOk() (*float32, bool)

GetTxErrsOk returns a tuple with the TxErrs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceStatisticsSummary) GetTxPackets ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) GetTxPackets() float32

GetTxPackets returns the TxPackets field value if set, zero value otherwise.

func (*NetworkInterfaceStatisticsSummary) GetTxPacketsOk ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) GetTxPacketsOk() (*float32, bool)

GetTxPacketsOk returns a tuple with the TxPackets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceStatisticsSummary) HasRxBytes ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) HasRxBytes() bool

HasRxBytes returns a boolean if a field has been set.

func (*NetworkInterfaceStatisticsSummary) HasRxDropped ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) HasRxDropped() bool

HasRxDropped returns a boolean if a field has been set.

func (*NetworkInterfaceStatisticsSummary) HasRxErrs ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) HasRxErrs() bool

HasRxErrs returns a boolean if a field has been set.

func (*NetworkInterfaceStatisticsSummary) HasRxPackets ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) HasRxPackets() bool

HasRxPackets returns a boolean if a field has been set.

func (*NetworkInterfaceStatisticsSummary) HasTxBytes ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) HasTxBytes() bool

HasTxBytes returns a boolean if a field has been set.

func (*NetworkInterfaceStatisticsSummary) HasTxDropped ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) HasTxDropped() bool

HasTxDropped returns a boolean if a field has been set.

func (*NetworkInterfaceStatisticsSummary) HasTxErrs ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) HasTxErrs() bool

HasTxErrs returns a boolean if a field has been set.

func (*NetworkInterfaceStatisticsSummary) HasTxPackets ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) HasTxPackets() bool

HasTxPackets returns a boolean if a field has been set.

func (NetworkInterfaceStatisticsSummary) MarshalJSON ¶ added in v0.18.0

func (o NetworkInterfaceStatisticsSummary) MarshalJSON() ([]byte, error)

func (*NetworkInterfaceStatisticsSummary) SetRxBytes ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) SetRxBytes(v float32)

SetRxBytes gets a reference to the given float32 and assigns it to the RxBytes field.

func (*NetworkInterfaceStatisticsSummary) SetRxDropped ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) SetRxDropped(v float32)

SetRxDropped gets a reference to the given float32 and assigns it to the RxDropped field.

func (*NetworkInterfaceStatisticsSummary) SetRxErrs ¶ added in v0.18.0

SetRxErrs gets a reference to the given float32 and assigns it to the RxErrs field.

func (*NetworkInterfaceStatisticsSummary) SetRxPackets ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) SetRxPackets(v float32)

SetRxPackets gets a reference to the given float32 and assigns it to the RxPackets field.

func (*NetworkInterfaceStatisticsSummary) SetTxBytes ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) SetTxBytes(v float32)

SetTxBytes gets a reference to the given float32 and assigns it to the TxBytes field.

func (*NetworkInterfaceStatisticsSummary) SetTxDropped ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) SetTxDropped(v float32)

SetTxDropped gets a reference to the given float32 and assigns it to the TxDropped field.

func (*NetworkInterfaceStatisticsSummary) SetTxErrs ¶ added in v0.18.0

SetTxErrs gets a reference to the given float32 and assigns it to the TxErrs field.

func (*NetworkInterfaceStatisticsSummary) SetTxPackets ¶ added in v0.18.0

func (o *NetworkInterfaceStatisticsSummary) SetTxPackets(v float32)

SetTxPackets gets a reference to the given float32 and assigns it to the TxPackets field.

func (NetworkInterfaceStatisticsSummary) ToMap ¶ added in v0.18.0

func (o NetworkInterfaceStatisticsSummary) ToMap() (map[string]interface{}, error)

type NetworkInterfaceSummary ¶

type NetworkInterfaceSummary struct {
	Iface              string                          `json:"iface"`
	Type               NetworkInterfaceType            `json:"type"`
	Method             *NetworkInterfaceMethod         `json:"method,omitempty"`
	Method6            *NetworkInterfaceMethod         `json:"method6,omitempty"`
	Priority           *float32                        `json:"priority,omitempty"`
	Families           []string                        `json:"families,omitempty"`
	BondPrimary        *string                         `json:"bond_primary,omitempty"`
	BondMode           *NetworkInterfaceBondMode       `json:"bond_mode,omitempty"`
	BondXmitHashPolicy *NetworkInterfaceBondHashPolicy `json:"bond_xmit_hash_policy,omitempty"`
	BondMiimon         *string                         `json:"bond_miimon,omitempty"`
	Slaves             *string                         `json:"slaves,omitempty"`
	Autostart          *float32                        `json:"autostart,omitempty"`
	Comments           *string                         `json:"comments,omitempty"`
	Active             *float32                        `json:"active,omitempty"`
	Exists             *float32                        `json:"exists,omitempty"`
	BridgeVids         *string                         `json:"bridge_vids,omitempty"`
	BridgePorts        *string                         `json:"bridge_ports,omitempty"`
	BridgeFd           *string                         `json:"bridge_fd,omitempty"`
	BridgeStp          *string                         `json:"bridge_stp,omitempty"`
	BridgeVlanAware    *float32                        `json:"bridge_vlan_aware,omitempty"`
	Address            *string                         `json:"address,omitempty"`
	Gateway            *string                         `json:"gateway,omitempty"`
	Gateway6           *string                         `json:"gateway6,omitempty"`
	Netmask            *string                         `json:"netmask,omitempty"`
	Netmask6           *string                         `json:"netmask6,omitempty"`
	Cidr               *string                         `json:"cidr,omitempty"`
	Cidr6              *string                         `json:"cidr6,omitempty"`
	Address6           *string                         `json:"address6,omitempty"`
}

NetworkInterfaceSummary struct for NetworkInterfaceSummary

func NewNetworkInterfaceSummary ¶

func NewNetworkInterfaceSummary(iface string, type_ NetworkInterfaceType) *NetworkInterfaceSummary

NewNetworkInterfaceSummary instantiates a new NetworkInterfaceSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkInterfaceSummaryWithDefaults ¶

func NewNetworkInterfaceSummaryWithDefaults() *NetworkInterfaceSummary

NewNetworkInterfaceSummaryWithDefaults instantiates a new NetworkInterfaceSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkInterfaceSummary) GetActive ¶

func (o *NetworkInterfaceSummary) GetActive() float32

GetActive returns the Active field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetActiveOk ¶

func (o *NetworkInterfaceSummary) GetActiveOk() (*float32, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetAddress ¶

func (o *NetworkInterfaceSummary) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetAddress6 ¶

func (o *NetworkInterfaceSummary) GetAddress6() string

GetAddress6 returns the Address6 field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetAddress6Ok ¶

func (o *NetworkInterfaceSummary) GetAddress6Ok() (*string, bool)

GetAddress6Ok returns a tuple with the Address6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetAddressOk ¶

func (o *NetworkInterfaceSummary) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetAutostart ¶

func (o *NetworkInterfaceSummary) GetAutostart() float32

GetAutostart returns the Autostart field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetAutostartOk ¶

func (o *NetworkInterfaceSummary) GetAutostartOk() (*float32, bool)

GetAutostartOk returns a tuple with the Autostart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetBondMiimon ¶

func (o *NetworkInterfaceSummary) GetBondMiimon() string

GetBondMiimon returns the BondMiimon field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetBondMiimonOk ¶

func (o *NetworkInterfaceSummary) GetBondMiimonOk() (*string, bool)

GetBondMiimonOk returns a tuple with the BondMiimon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetBondMode ¶

GetBondMode returns the BondMode field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetBondModeOk ¶

func (o *NetworkInterfaceSummary) GetBondModeOk() (*NetworkInterfaceBondMode, bool)

GetBondModeOk returns a tuple with the BondMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetBondPrimary ¶ added in v0.27.0

func (o *NetworkInterfaceSummary) GetBondPrimary() string

GetBondPrimary returns the BondPrimary field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetBondPrimaryOk ¶ added in v0.27.0

func (o *NetworkInterfaceSummary) GetBondPrimaryOk() (*string, bool)

GetBondPrimaryOk returns a tuple with the BondPrimary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetBondXmitHashPolicy ¶

func (o *NetworkInterfaceSummary) GetBondXmitHashPolicy() NetworkInterfaceBondHashPolicy

GetBondXmitHashPolicy returns the BondXmitHashPolicy field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetBondXmitHashPolicyOk ¶

func (o *NetworkInterfaceSummary) GetBondXmitHashPolicyOk() (*NetworkInterfaceBondHashPolicy, bool)

GetBondXmitHashPolicyOk returns a tuple with the BondXmitHashPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetBridgeFd ¶

func (o *NetworkInterfaceSummary) GetBridgeFd() string

GetBridgeFd returns the BridgeFd field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetBridgeFdOk ¶

func (o *NetworkInterfaceSummary) GetBridgeFdOk() (*string, bool)

GetBridgeFdOk returns a tuple with the BridgeFd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetBridgePorts ¶

func (o *NetworkInterfaceSummary) GetBridgePorts() string

GetBridgePorts returns the BridgePorts field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetBridgePortsOk ¶

func (o *NetworkInterfaceSummary) GetBridgePortsOk() (*string, bool)

GetBridgePortsOk returns a tuple with the BridgePorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetBridgeStp ¶

func (o *NetworkInterfaceSummary) GetBridgeStp() string

GetBridgeStp returns the BridgeStp field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetBridgeStpOk ¶

func (o *NetworkInterfaceSummary) GetBridgeStpOk() (*string, bool)

GetBridgeStpOk returns a tuple with the BridgeStp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetBridgeVids ¶

func (o *NetworkInterfaceSummary) GetBridgeVids() string

GetBridgeVids returns the BridgeVids field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetBridgeVidsOk ¶

func (o *NetworkInterfaceSummary) GetBridgeVidsOk() (*string, bool)

GetBridgeVidsOk returns a tuple with the BridgeVids field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetBridgeVlanAware ¶

func (o *NetworkInterfaceSummary) GetBridgeVlanAware() float32

GetBridgeVlanAware returns the BridgeVlanAware field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetBridgeVlanAwareOk ¶

func (o *NetworkInterfaceSummary) GetBridgeVlanAwareOk() (*float32, bool)

GetBridgeVlanAwareOk returns a tuple with the BridgeVlanAware field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetCidr ¶

func (o *NetworkInterfaceSummary) GetCidr() string

GetCidr returns the Cidr field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetCidr6 ¶ added in v0.14.0

func (o *NetworkInterfaceSummary) GetCidr6() string

GetCidr6 returns the Cidr6 field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetCidr6Ok ¶ added in v0.14.0

func (o *NetworkInterfaceSummary) GetCidr6Ok() (*string, bool)

GetCidr6Ok returns a tuple with the Cidr6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetCidrOk ¶

func (o *NetworkInterfaceSummary) GetCidrOk() (*string, bool)

GetCidrOk returns a tuple with the Cidr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetComments ¶ added in v0.30.0

func (o *NetworkInterfaceSummary) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetCommentsOk ¶ added in v0.30.0

func (o *NetworkInterfaceSummary) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetExists ¶

func (o *NetworkInterfaceSummary) GetExists() float32

GetExists returns the Exists field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetExistsOk ¶

func (o *NetworkInterfaceSummary) GetExistsOk() (*float32, bool)

GetExistsOk returns a tuple with the Exists field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetFamilies ¶

func (o *NetworkInterfaceSummary) GetFamilies() []string

GetFamilies returns the Families field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetFamiliesOk ¶

func (o *NetworkInterfaceSummary) GetFamiliesOk() ([]string, bool)

GetFamiliesOk returns a tuple with the Families field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetGateway ¶ added in v0.14.0

func (o *NetworkInterfaceSummary) GetGateway() string

GetGateway returns the Gateway field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetGateway6 ¶ added in v0.14.0

func (o *NetworkInterfaceSummary) GetGateway6() string

GetGateway6 returns the Gateway6 field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetGateway6Ok ¶ added in v0.14.0

func (o *NetworkInterfaceSummary) GetGateway6Ok() (*string, bool)

GetGateway6Ok returns a tuple with the Gateway6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetGatewayOk ¶ added in v0.14.0

func (o *NetworkInterfaceSummary) GetGatewayOk() (*string, bool)

GetGatewayOk returns a tuple with the Gateway field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetIface ¶

func (o *NetworkInterfaceSummary) GetIface() string

GetIface returns the Iface field value

func (*NetworkInterfaceSummary) GetIfaceOk ¶

func (o *NetworkInterfaceSummary) GetIfaceOk() (*string, bool)

GetIfaceOk returns a tuple with the Iface field value and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetMethod ¶

GetMethod returns the Method field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetMethod6 ¶

GetMethod6 returns the Method6 field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetMethod6Ok ¶

func (o *NetworkInterfaceSummary) GetMethod6Ok() (*NetworkInterfaceMethod, bool)

GetMethod6Ok returns a tuple with the Method6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetMethodOk ¶

GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetNetmask ¶

func (o *NetworkInterfaceSummary) GetNetmask() string

GetNetmask returns the Netmask field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetNetmask6 ¶ added in v0.15.0

func (o *NetworkInterfaceSummary) GetNetmask6() string

GetNetmask6 returns the Netmask6 field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetNetmask6Ok ¶ added in v0.15.0

func (o *NetworkInterfaceSummary) GetNetmask6Ok() (*string, bool)

GetNetmask6Ok returns a tuple with the Netmask6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetNetmaskOk ¶

func (o *NetworkInterfaceSummary) GetNetmaskOk() (*string, bool)

GetNetmaskOk returns a tuple with the Netmask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetPriority ¶

func (o *NetworkInterfaceSummary) GetPriority() float32

GetPriority returns the Priority field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetPriorityOk ¶

func (o *NetworkInterfaceSummary) GetPriorityOk() (*float32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetSlaves ¶

func (o *NetworkInterfaceSummary) GetSlaves() string

GetSlaves returns the Slaves field value if set, zero value otherwise.

func (*NetworkInterfaceSummary) GetSlavesOk ¶

func (o *NetworkInterfaceSummary) GetSlavesOk() (*string, bool)

GetSlavesOk returns a tuple with the Slaves field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) GetType ¶ added in v0.10.0

GetType returns the Type field value

func (*NetworkInterfaceSummary) GetTypeOk ¶ added in v0.10.0

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*NetworkInterfaceSummary) HasActive ¶

func (o *NetworkInterfaceSummary) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasAddress ¶

func (o *NetworkInterfaceSummary) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasAddress6 ¶

func (o *NetworkInterfaceSummary) HasAddress6() bool

HasAddress6 returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasAutostart ¶

func (o *NetworkInterfaceSummary) HasAutostart() bool

HasAutostart returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasBondMiimon ¶

func (o *NetworkInterfaceSummary) HasBondMiimon() bool

HasBondMiimon returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasBondMode ¶

func (o *NetworkInterfaceSummary) HasBondMode() bool

HasBondMode returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasBondPrimary ¶ added in v0.27.0

func (o *NetworkInterfaceSummary) HasBondPrimary() bool

HasBondPrimary returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasBondXmitHashPolicy ¶

func (o *NetworkInterfaceSummary) HasBondXmitHashPolicy() bool

HasBondXmitHashPolicy returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasBridgeFd ¶

func (o *NetworkInterfaceSummary) HasBridgeFd() bool

HasBridgeFd returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasBridgePorts ¶

func (o *NetworkInterfaceSummary) HasBridgePorts() bool

HasBridgePorts returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasBridgeStp ¶

func (o *NetworkInterfaceSummary) HasBridgeStp() bool

HasBridgeStp returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasBridgeVids ¶

func (o *NetworkInterfaceSummary) HasBridgeVids() bool

HasBridgeVids returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasBridgeVlanAware ¶

func (o *NetworkInterfaceSummary) HasBridgeVlanAware() bool

HasBridgeVlanAware returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasCidr ¶

func (o *NetworkInterfaceSummary) HasCidr() bool

HasCidr returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasCidr6 ¶ added in v0.14.0

func (o *NetworkInterfaceSummary) HasCidr6() bool

HasCidr6 returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasComments ¶ added in v0.30.0

func (o *NetworkInterfaceSummary) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasExists ¶

func (o *NetworkInterfaceSummary) HasExists() bool

HasExists returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasFamilies ¶

func (o *NetworkInterfaceSummary) HasFamilies() bool

HasFamilies returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasGateway ¶ added in v0.14.0

func (o *NetworkInterfaceSummary) HasGateway() bool

HasGateway returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasGateway6 ¶ added in v0.14.0

func (o *NetworkInterfaceSummary) HasGateway6() bool

HasGateway6 returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasMethod ¶

func (o *NetworkInterfaceSummary) HasMethod() bool

HasMethod returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasMethod6 ¶

func (o *NetworkInterfaceSummary) HasMethod6() bool

HasMethod6 returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasNetmask ¶

func (o *NetworkInterfaceSummary) HasNetmask() bool

HasNetmask returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasNetmask6 ¶ added in v0.15.0

func (o *NetworkInterfaceSummary) HasNetmask6() bool

HasNetmask6 returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasPriority ¶

func (o *NetworkInterfaceSummary) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*NetworkInterfaceSummary) HasSlaves ¶

func (o *NetworkInterfaceSummary) HasSlaves() bool

HasSlaves returns a boolean if a field has been set.

func (NetworkInterfaceSummary) MarshalJSON ¶

func (o NetworkInterfaceSummary) MarshalJSON() ([]byte, error)

func (*NetworkInterfaceSummary) SetActive ¶

func (o *NetworkInterfaceSummary) SetActive(v float32)

SetActive gets a reference to the given float32 and assigns it to the Active field.

func (*NetworkInterfaceSummary) SetAddress ¶

func (o *NetworkInterfaceSummary) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NetworkInterfaceSummary) SetAddress6 ¶

func (o *NetworkInterfaceSummary) SetAddress6(v string)

SetAddress6 gets a reference to the given string and assigns it to the Address6 field.

func (*NetworkInterfaceSummary) SetAutostart ¶

func (o *NetworkInterfaceSummary) SetAutostart(v float32)

SetAutostart gets a reference to the given float32 and assigns it to the Autostart field.

func (*NetworkInterfaceSummary) SetBondMiimon ¶

func (o *NetworkInterfaceSummary) SetBondMiimon(v string)

SetBondMiimon gets a reference to the given string and assigns it to the BondMiimon field.

func (*NetworkInterfaceSummary) SetBondMode ¶

SetBondMode gets a reference to the given NetworkInterfaceBondMode and assigns it to the BondMode field.

func (*NetworkInterfaceSummary) SetBondPrimary ¶ added in v0.27.0

func (o *NetworkInterfaceSummary) SetBondPrimary(v string)

SetBondPrimary gets a reference to the given string and assigns it to the BondPrimary field.

func (*NetworkInterfaceSummary) SetBondXmitHashPolicy ¶

func (o *NetworkInterfaceSummary) SetBondXmitHashPolicy(v NetworkInterfaceBondHashPolicy)

SetBondXmitHashPolicy gets a reference to the given NetworkInterfaceBondHashPolicy and assigns it to the BondXmitHashPolicy field.

func (*NetworkInterfaceSummary) SetBridgeFd ¶

func (o *NetworkInterfaceSummary) SetBridgeFd(v string)

SetBridgeFd gets a reference to the given string and assigns it to the BridgeFd field.

func (*NetworkInterfaceSummary) SetBridgePorts ¶

func (o *NetworkInterfaceSummary) SetBridgePorts(v string)

SetBridgePorts gets a reference to the given string and assigns it to the BridgePorts field.

func (*NetworkInterfaceSummary) SetBridgeStp ¶

func (o *NetworkInterfaceSummary) SetBridgeStp(v string)

SetBridgeStp gets a reference to the given string and assigns it to the BridgeStp field.

func (*NetworkInterfaceSummary) SetBridgeVids ¶

func (o *NetworkInterfaceSummary) SetBridgeVids(v string)

SetBridgeVids gets a reference to the given string and assigns it to the BridgeVids field.

func (*NetworkInterfaceSummary) SetBridgeVlanAware ¶

func (o *NetworkInterfaceSummary) SetBridgeVlanAware(v float32)

SetBridgeVlanAware gets a reference to the given float32 and assigns it to the BridgeVlanAware field.

func (*NetworkInterfaceSummary) SetCidr ¶

func (o *NetworkInterfaceSummary) SetCidr(v string)

SetCidr gets a reference to the given string and assigns it to the Cidr field.

func (*NetworkInterfaceSummary) SetCidr6 ¶ added in v0.14.0

func (o *NetworkInterfaceSummary) SetCidr6(v string)

SetCidr6 gets a reference to the given string and assigns it to the Cidr6 field.

func (*NetworkInterfaceSummary) SetComments ¶ added in v0.30.0

func (o *NetworkInterfaceSummary) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*NetworkInterfaceSummary) SetExists ¶

func (o *NetworkInterfaceSummary) SetExists(v float32)

SetExists gets a reference to the given float32 and assigns it to the Exists field.

func (*NetworkInterfaceSummary) SetFamilies ¶

func (o *NetworkInterfaceSummary) SetFamilies(v []string)

SetFamilies gets a reference to the given []string and assigns it to the Families field.

func (*NetworkInterfaceSummary) SetGateway ¶ added in v0.14.0

func (o *NetworkInterfaceSummary) SetGateway(v string)

SetGateway gets a reference to the given string and assigns it to the Gateway field.

func (*NetworkInterfaceSummary) SetGateway6 ¶ added in v0.14.0

func (o *NetworkInterfaceSummary) SetGateway6(v string)

SetGateway6 gets a reference to the given string and assigns it to the Gateway6 field.

func (*NetworkInterfaceSummary) SetIface ¶

func (o *NetworkInterfaceSummary) SetIface(v string)

SetIface sets field value

func (*NetworkInterfaceSummary) SetMethod ¶

SetMethod gets a reference to the given NetworkInterfaceMethod and assigns it to the Method field.

func (*NetworkInterfaceSummary) SetMethod6 ¶

SetMethod6 gets a reference to the given NetworkInterfaceMethod and assigns it to the Method6 field.

func (*NetworkInterfaceSummary) SetNetmask ¶

func (o *NetworkInterfaceSummary) SetNetmask(v string)

SetNetmask gets a reference to the given string and assigns it to the Netmask field.

func (*NetworkInterfaceSummary) SetNetmask6 ¶ added in v0.15.0

func (o *NetworkInterfaceSummary) SetNetmask6(v string)

SetNetmask6 gets a reference to the given string and assigns it to the Netmask6 field.

func (*NetworkInterfaceSummary) SetPriority ¶

func (o *NetworkInterfaceSummary) SetPriority(v float32)

SetPriority gets a reference to the given float32 and assigns it to the Priority field.

func (*NetworkInterfaceSummary) SetSlaves ¶

func (o *NetworkInterfaceSummary) SetSlaves(v string)

SetSlaves gets a reference to the given string and assigns it to the Slaves field.

func (*NetworkInterfaceSummary) SetType ¶ added in v0.10.0

SetType sets field value

func (NetworkInterfaceSummary) ToMap ¶ added in v0.9.0

func (o NetworkInterfaceSummary) ToMap() (map[string]interface{}, error)

type NetworkInterfaceType ¶

type NetworkInterfaceType string

NetworkInterfaceType the model 'NetworkInterfaceType'

const (
	NETWORKINTERFACETYPE_BRIDGE       NetworkInterfaceType = "bridge"
	NETWORKINTERFACETYPE_BOND         NetworkInterfaceType = "bond"
	NETWORKINTERFACETYPE_ETH          NetworkInterfaceType = "eth"
	NETWORKINTERFACETYPE_ALIAS        NetworkInterfaceType = "alias"
	NETWORKINTERFACETYPE_VLAN         NetworkInterfaceType = "vlan"
	NETWORKINTERFACETYPE_OVS_BRIDGE   NetworkInterfaceType = "OVSBridge"
	NETWORKINTERFACETYPE_OVS_BOND     NetworkInterfaceType = "OVSBond"
	NETWORKINTERFACETYPE_OVS_PORT     NetworkInterfaceType = "OVSPort"
	NETWORKINTERFACETYPE_OVS_INT_PORT NetworkInterfaceType = "OVSIntPort"
	NETWORKINTERFACETYPE_UNKNOWN      NetworkInterfaceType = "unknown"
)

List of NetworkInterfaceType

func NewNetworkInterfaceTypeFromValue ¶

func NewNetworkInterfaceTypeFromValue(v string) (*NetworkInterfaceType, error)

NewNetworkInterfaceTypeFromValue returns a pointer to a valid NetworkInterfaceType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NetworkInterfaceType) IsValid ¶

func (v NetworkInterfaceType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NetworkInterfaceType) Ptr ¶

Ptr returns reference to NetworkInterfaceType value

func (*NetworkInterfaceType) UnmarshalJSON ¶

func (v *NetworkInterfaceType) UnmarshalJSON(src []byte) error

type NoGuestAgentErrorResponseContent ¶

type NoGuestAgentErrorResponseContent struct {
	Message string `json:"message"`
}

NoGuestAgentErrorResponseContent struct for NoGuestAgentErrorResponseContent

func NewNoGuestAgentErrorResponseContent ¶

func NewNoGuestAgentErrorResponseContent(message string) *NoGuestAgentErrorResponseContent

NewNoGuestAgentErrorResponseContent instantiates a new NoGuestAgentErrorResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNoGuestAgentErrorResponseContentWithDefaults ¶

func NewNoGuestAgentErrorResponseContentWithDefaults() *NoGuestAgentErrorResponseContent

NewNoGuestAgentErrorResponseContentWithDefaults instantiates a new NoGuestAgentErrorResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NoGuestAgentErrorResponseContent) GetMessage ¶

func (o *NoGuestAgentErrorResponseContent) GetMessage() string

GetMessage returns the Message field value

func (*NoGuestAgentErrorResponseContent) GetMessageOk ¶

func (o *NoGuestAgentErrorResponseContent) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (NoGuestAgentErrorResponseContent) MarshalJSON ¶

func (o NoGuestAgentErrorResponseContent) MarshalJSON() ([]byte, error)

func (*NoGuestAgentErrorResponseContent) SetMessage ¶

func (o *NoGuestAgentErrorResponseContent) SetMessage(v string)

SetMessage sets field value

func (NoGuestAgentErrorResponseContent) ToMap ¶ added in v0.9.0

func (o NoGuestAgentErrorResponseContent) ToMap() (map[string]interface{}, error)

type NodeCertificate ¶

type NodeCertificate struct {
	// The certificate's filename.
	Filename *string `json:"filename,omitempty"`
	// The certificate's fingerprint.
	Fingerprint *string `json:"fingerprint,omitempty"`
	// The certificate's issuer.
	Issuer *string `json:"issuer,omitempty"`
	// The certificate's notAfter timestamp.
	NotAfter *float32 `json:"notAfter,omitempty"`
	// The certificate's notAfter timestamp.
	NotBefore *float32 `json:"notBefore,omitempty"`
	Pem       *string  `json:"pem,omitempty"`
	// The certificate's key size.
	PublicKeyBits *string `json:"public-key-bits,omitempty"`
	// The certificate's key algorithm.
	PublicKeyType *string `json:"public-key-type,omitempty"`
	// The certificate's sans
	Sans []string `json:"sans,omitempty"`
	// The certificate's subject.
	Subject *string `json:"subject,omitempty"`
}

NodeCertificate struct for NodeCertificate

func NewNodeCertificate ¶

func NewNodeCertificate() *NodeCertificate

NewNodeCertificate instantiates a new NodeCertificate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeCertificateWithDefaults ¶

func NewNodeCertificateWithDefaults() *NodeCertificate

NewNodeCertificateWithDefaults instantiates a new NodeCertificate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeCertificate) GetFilename ¶

func (o *NodeCertificate) GetFilename() string

GetFilename returns the Filename field value if set, zero value otherwise.

func (*NodeCertificate) GetFilenameOk ¶

func (o *NodeCertificate) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCertificate) GetFingerprint ¶

func (o *NodeCertificate) GetFingerprint() string

GetFingerprint returns the Fingerprint field value if set, zero value otherwise.

func (*NodeCertificate) GetFingerprintOk ¶

func (o *NodeCertificate) GetFingerprintOk() (*string, bool)

GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCertificate) GetIssuer ¶

func (o *NodeCertificate) GetIssuer() string

GetIssuer returns the Issuer field value if set, zero value otherwise.

func (*NodeCertificate) GetIssuerOk ¶

func (o *NodeCertificate) GetIssuerOk() (*string, bool)

GetIssuerOk returns a tuple with the Issuer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCertificate) GetNotAfter ¶

func (o *NodeCertificate) GetNotAfter() float32

GetNotAfter returns the NotAfter field value if set, zero value otherwise.

func (*NodeCertificate) GetNotAfterOk ¶

func (o *NodeCertificate) GetNotAfterOk() (*float32, bool)

GetNotAfterOk returns a tuple with the NotAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCertificate) GetNotBefore ¶

func (o *NodeCertificate) GetNotBefore() float32

GetNotBefore returns the NotBefore field value if set, zero value otherwise.

func (*NodeCertificate) GetNotBeforeOk ¶

func (o *NodeCertificate) GetNotBeforeOk() (*float32, bool)

GetNotBeforeOk returns a tuple with the NotBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCertificate) GetPem ¶

func (o *NodeCertificate) GetPem() string

GetPem returns the Pem field value if set, zero value otherwise.

func (*NodeCertificate) GetPemOk ¶

func (o *NodeCertificate) GetPemOk() (*string, bool)

GetPemOk returns a tuple with the Pem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCertificate) GetPublicKeyBits ¶

func (o *NodeCertificate) GetPublicKeyBits() string

GetPublicKeyBits returns the PublicKeyBits field value if set, zero value otherwise.

func (*NodeCertificate) GetPublicKeyBitsOk ¶

func (o *NodeCertificate) GetPublicKeyBitsOk() (*string, bool)

GetPublicKeyBitsOk returns a tuple with the PublicKeyBits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCertificate) GetPublicKeyType ¶

func (o *NodeCertificate) GetPublicKeyType() string

GetPublicKeyType returns the PublicKeyType field value if set, zero value otherwise.

func (*NodeCertificate) GetPublicKeyTypeOk ¶

func (o *NodeCertificate) GetPublicKeyTypeOk() (*string, bool)

GetPublicKeyTypeOk returns a tuple with the PublicKeyType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCertificate) GetSans ¶

func (o *NodeCertificate) GetSans() []string

GetSans returns the Sans field value if set, zero value otherwise.

func (*NodeCertificate) GetSansOk ¶

func (o *NodeCertificate) GetSansOk() ([]string, bool)

GetSansOk returns a tuple with the Sans field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCertificate) GetSubject ¶

func (o *NodeCertificate) GetSubject() string

GetSubject returns the Subject field value if set, zero value otherwise.

func (*NodeCertificate) GetSubjectOk ¶

func (o *NodeCertificate) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCertificate) HasFilename ¶

func (o *NodeCertificate) HasFilename() bool

HasFilename returns a boolean if a field has been set.

func (*NodeCertificate) HasFingerprint ¶

func (o *NodeCertificate) HasFingerprint() bool

HasFingerprint returns a boolean if a field has been set.

func (*NodeCertificate) HasIssuer ¶

func (o *NodeCertificate) HasIssuer() bool

HasIssuer returns a boolean if a field has been set.

func (*NodeCertificate) HasNotAfter ¶

func (o *NodeCertificate) HasNotAfter() bool

HasNotAfter returns a boolean if a field has been set.

func (*NodeCertificate) HasNotBefore ¶

func (o *NodeCertificate) HasNotBefore() bool

HasNotBefore returns a boolean if a field has been set.

func (*NodeCertificate) HasPem ¶

func (o *NodeCertificate) HasPem() bool

HasPem returns a boolean if a field has been set.

func (*NodeCertificate) HasPublicKeyBits ¶

func (o *NodeCertificate) HasPublicKeyBits() bool

HasPublicKeyBits returns a boolean if a field has been set.

func (*NodeCertificate) HasPublicKeyType ¶

func (o *NodeCertificate) HasPublicKeyType() bool

HasPublicKeyType returns a boolean if a field has been set.

func (*NodeCertificate) HasSans ¶

func (o *NodeCertificate) HasSans() bool

HasSans returns a boolean if a field has been set.

func (*NodeCertificate) HasSubject ¶

func (o *NodeCertificate) HasSubject() bool

HasSubject returns a boolean if a field has been set.

func (NodeCertificate) MarshalJSON ¶

func (o NodeCertificate) MarshalJSON() ([]byte, error)

func (*NodeCertificate) SetFilename ¶

func (o *NodeCertificate) SetFilename(v string)

SetFilename gets a reference to the given string and assigns it to the Filename field.

func (*NodeCertificate) SetFingerprint ¶

func (o *NodeCertificate) SetFingerprint(v string)

SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.

func (*NodeCertificate) SetIssuer ¶

func (o *NodeCertificate) SetIssuer(v string)

SetIssuer gets a reference to the given string and assigns it to the Issuer field.

func (*NodeCertificate) SetNotAfter ¶

func (o *NodeCertificate) SetNotAfter(v float32)

SetNotAfter gets a reference to the given float32 and assigns it to the NotAfter field.

func (*NodeCertificate) SetNotBefore ¶

func (o *NodeCertificate) SetNotBefore(v float32)

SetNotBefore gets a reference to the given float32 and assigns it to the NotBefore field.

func (*NodeCertificate) SetPem ¶

func (o *NodeCertificate) SetPem(v string)

SetPem gets a reference to the given string and assigns it to the Pem field.

func (*NodeCertificate) SetPublicKeyBits ¶

func (o *NodeCertificate) SetPublicKeyBits(v string)

SetPublicKeyBits gets a reference to the given string and assigns it to the PublicKeyBits field.

func (*NodeCertificate) SetPublicKeyType ¶

func (o *NodeCertificate) SetPublicKeyType(v string)

SetPublicKeyType gets a reference to the given string and assigns it to the PublicKeyType field.

func (*NodeCertificate) SetSans ¶

func (o *NodeCertificate) SetSans(v []string)

SetSans gets a reference to the given []string and assigns it to the Sans field.

func (*NodeCertificate) SetSubject ¶

func (o *NodeCertificate) SetSubject(v string)

SetSubject gets a reference to the given string and assigns it to the Subject field.

func (NodeCertificate) ToMap ¶ added in v0.9.0

func (o NodeCertificate) ToMap() (map[string]interface{}, error)

type NodeDnsSummary ¶ added in v0.56.0

type NodeDnsSummary struct {
	Dns1   *string `json:"dns1,omitempty"`
	Dns2   *string `json:"dns2,omitempty"`
	Dns3   *string `json:"dns3,omitempty"`
	Search *string `json:"search,omitempty"`
}

NodeDnsSummary struct for NodeDnsSummary

func NewNodeDnsSummary ¶ added in v0.56.0

func NewNodeDnsSummary() *NodeDnsSummary

NewNodeDnsSummary instantiates a new NodeDnsSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeDnsSummaryWithDefaults ¶ added in v0.56.0

func NewNodeDnsSummaryWithDefaults() *NodeDnsSummary

NewNodeDnsSummaryWithDefaults instantiates a new NodeDnsSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeDnsSummary) GetDns1 ¶ added in v0.56.0

func (o *NodeDnsSummary) GetDns1() string

GetDns1 returns the Dns1 field value if set, zero value otherwise.

func (*NodeDnsSummary) GetDns1Ok ¶ added in v0.56.0

func (o *NodeDnsSummary) GetDns1Ok() (*string, bool)

GetDns1Ok returns a tuple with the Dns1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDnsSummary) GetDns2 ¶ added in v0.56.0

func (o *NodeDnsSummary) GetDns2() string

GetDns2 returns the Dns2 field value if set, zero value otherwise.

func (*NodeDnsSummary) GetDns2Ok ¶ added in v0.56.0

func (o *NodeDnsSummary) GetDns2Ok() (*string, bool)

GetDns2Ok returns a tuple with the Dns2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDnsSummary) GetDns3 ¶ added in v0.56.0

func (o *NodeDnsSummary) GetDns3() string

GetDns3 returns the Dns3 field value if set, zero value otherwise.

func (*NodeDnsSummary) GetDns3Ok ¶ added in v0.56.0

func (o *NodeDnsSummary) GetDns3Ok() (*string, bool)

GetDns3Ok returns a tuple with the Dns3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDnsSummary) GetSearch ¶ added in v0.56.0

func (o *NodeDnsSummary) GetSearch() string

GetSearch returns the Search field value if set, zero value otherwise.

func (*NodeDnsSummary) GetSearchOk ¶ added in v0.56.0

func (o *NodeDnsSummary) GetSearchOk() (*string, bool)

GetSearchOk returns a tuple with the Search field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDnsSummary) HasDns1 ¶ added in v0.56.0

func (o *NodeDnsSummary) HasDns1() bool

HasDns1 returns a boolean if a field has been set.

func (*NodeDnsSummary) HasDns2 ¶ added in v0.56.0

func (o *NodeDnsSummary) HasDns2() bool

HasDns2 returns a boolean if a field has been set.

func (*NodeDnsSummary) HasDns3 ¶ added in v0.56.0

func (o *NodeDnsSummary) HasDns3() bool

HasDns3 returns a boolean if a field has been set.

func (*NodeDnsSummary) HasSearch ¶ added in v0.56.0

func (o *NodeDnsSummary) HasSearch() bool

HasSearch returns a boolean if a field has been set.

func (NodeDnsSummary) MarshalJSON ¶ added in v0.56.0

func (o NodeDnsSummary) MarshalJSON() ([]byte, error)

func (*NodeDnsSummary) SetDns1 ¶ added in v0.56.0

func (o *NodeDnsSummary) SetDns1(v string)

SetDns1 gets a reference to the given string and assigns it to the Dns1 field.

func (*NodeDnsSummary) SetDns2 ¶ added in v0.56.0

func (o *NodeDnsSummary) SetDns2(v string)

SetDns2 gets a reference to the given string and assigns it to the Dns2 field.

func (*NodeDnsSummary) SetDns3 ¶ added in v0.56.0

func (o *NodeDnsSummary) SetDns3(v string)

SetDns3 gets a reference to the given string and assigns it to the Dns3 field.

func (*NodeDnsSummary) SetSearch ¶ added in v0.56.0

func (o *NodeDnsSummary) SetSearch(v string)

SetSearch gets a reference to the given string and assigns it to the Search field.

func (NodeDnsSummary) ToMap ¶ added in v0.56.0

func (o NodeDnsSummary) ToMap() (map[string]interface{}, error)

type NodeStatus ¶

type NodeStatus string

NodeStatus the model 'NodeStatus'

const (
	NODESTATUS_ONLINE  NodeStatus = "online"
	NODESTATUS_OFFLINE NodeStatus = "offline"
)

List of NodeStatus

func NewNodeStatusFromValue ¶

func NewNodeStatusFromValue(v string) (*NodeStatus, error)

NewNodeStatusFromValue returns a pointer to a valid NodeStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NodeStatus) IsValid ¶

func (v NodeStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NodeStatus) Ptr ¶

func (v NodeStatus) Ptr() *NodeStatus

Ptr returns reference to NodeStatus value

func (*NodeStatus) UnmarshalJSON ¶

func (v *NodeStatus) UnmarshalJSON(src []byte) error

type NodeStorageSummary ¶ added in v0.16.0

type NodeStorageSummary struct {
	Storage string      `json:"storage"`
	Type    StorageType `json:"type"`
	// The allowed storage content types.
	Content string `json:"content"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Active *float32 `json:"active,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Enabled *float32 `json:"enabled,omitempty"`
	// Whether the storage is shared across all nodes.
	Shared       *float32 `json:"shared,omitempty"`
	Total        *float32 `json:"total,omitempty"`
	Used         *float32 `json:"used,omitempty"`
	UsedFraction *float32 `json:"used_fraction,omitempty"`
	Avail        *float32 `json:"avail,omitempty"`
}

NodeStorageSummary struct for NodeStorageSummary

func NewNodeStorageSummary ¶ added in v0.16.0

func NewNodeStorageSummary(storage string, type_ StorageType, content string) *NodeStorageSummary

NewNodeStorageSummary instantiates a new NodeStorageSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeStorageSummaryWithDefaults ¶ added in v0.16.0

func NewNodeStorageSummaryWithDefaults() *NodeStorageSummary

NewNodeStorageSummaryWithDefaults instantiates a new NodeStorageSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeStorageSummary) GetActive ¶ added in v0.16.0

func (o *NodeStorageSummary) GetActive() float32

GetActive returns the Active field value if set, zero value otherwise.

func (*NodeStorageSummary) GetActiveOk ¶ added in v0.16.0

func (o *NodeStorageSummary) GetActiveOk() (*float32, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeStorageSummary) GetAvail ¶ added in v0.16.0

func (o *NodeStorageSummary) GetAvail() float32

GetAvail returns the Avail field value if set, zero value otherwise.

func (*NodeStorageSummary) GetAvailOk ¶ added in v0.16.0

func (o *NodeStorageSummary) GetAvailOk() (*float32, bool)

GetAvailOk returns a tuple with the Avail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeStorageSummary) GetContent ¶ added in v0.16.0

func (o *NodeStorageSummary) GetContent() string

GetContent returns the Content field value

func (*NodeStorageSummary) GetContentOk ¶ added in v0.16.0

func (o *NodeStorageSummary) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.

func (*NodeStorageSummary) GetEnabled ¶ added in v0.16.0

func (o *NodeStorageSummary) GetEnabled() float32

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*NodeStorageSummary) GetEnabledOk ¶ added in v0.16.0

func (o *NodeStorageSummary) GetEnabledOk() (*float32, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeStorageSummary) GetShared ¶ added in v0.16.0

func (o *NodeStorageSummary) GetShared() float32

GetShared returns the Shared field value if set, zero value otherwise.

func (*NodeStorageSummary) GetSharedOk ¶ added in v0.16.0

func (o *NodeStorageSummary) GetSharedOk() (*float32, bool)

GetSharedOk returns a tuple with the Shared field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeStorageSummary) GetStorage ¶ added in v0.16.0

func (o *NodeStorageSummary) GetStorage() string

GetStorage returns the Storage field value

func (*NodeStorageSummary) GetStorageOk ¶ added in v0.16.0

func (o *NodeStorageSummary) GetStorageOk() (*string, bool)

GetStorageOk returns a tuple with the Storage field value and a boolean to check if the value has been set.

func (*NodeStorageSummary) GetTotal ¶ added in v0.16.0

func (o *NodeStorageSummary) GetTotal() float32

GetTotal returns the Total field value if set, zero value otherwise.

func (*NodeStorageSummary) GetTotalOk ¶ added in v0.16.0

func (o *NodeStorageSummary) GetTotalOk() (*float32, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeStorageSummary) GetType ¶ added in v0.16.0

func (o *NodeStorageSummary) GetType() StorageType

GetType returns the Type field value

func (*NodeStorageSummary) GetTypeOk ¶ added in v0.16.0

func (o *NodeStorageSummary) GetTypeOk() (*StorageType, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*NodeStorageSummary) GetUsed ¶ added in v0.16.0

func (o *NodeStorageSummary) GetUsed() float32

GetUsed returns the Used field value if set, zero value otherwise.

func (*NodeStorageSummary) GetUsedFraction ¶ added in v0.16.0

func (o *NodeStorageSummary) GetUsedFraction() float32

GetUsedFraction returns the UsedFraction field value if set, zero value otherwise.

func (*NodeStorageSummary) GetUsedFractionOk ¶ added in v0.16.0

func (o *NodeStorageSummary) GetUsedFractionOk() (*float32, bool)

GetUsedFractionOk returns a tuple with the UsedFraction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeStorageSummary) GetUsedOk ¶ added in v0.16.0

func (o *NodeStorageSummary) GetUsedOk() (*float32, bool)

GetUsedOk returns a tuple with the Used field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeStorageSummary) HasActive ¶ added in v0.16.0

func (o *NodeStorageSummary) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*NodeStorageSummary) HasAvail ¶ added in v0.16.0

func (o *NodeStorageSummary) HasAvail() bool

HasAvail returns a boolean if a field has been set.

func (*NodeStorageSummary) HasEnabled ¶ added in v0.16.0

func (o *NodeStorageSummary) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*NodeStorageSummary) HasShared ¶ added in v0.16.0

func (o *NodeStorageSummary) HasShared() bool

HasShared returns a boolean if a field has been set.

func (*NodeStorageSummary) HasTotal ¶ added in v0.16.0

func (o *NodeStorageSummary) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (*NodeStorageSummary) HasUsed ¶ added in v0.16.0

func (o *NodeStorageSummary) HasUsed() bool

HasUsed returns a boolean if a field has been set.

func (*NodeStorageSummary) HasUsedFraction ¶ added in v0.16.0

func (o *NodeStorageSummary) HasUsedFraction() bool

HasUsedFraction returns a boolean if a field has been set.

func (NodeStorageSummary) MarshalJSON ¶ added in v0.16.0

func (o NodeStorageSummary) MarshalJSON() ([]byte, error)

func (*NodeStorageSummary) SetActive ¶ added in v0.16.0

func (o *NodeStorageSummary) SetActive(v float32)

SetActive gets a reference to the given float32 and assigns it to the Active field.

func (*NodeStorageSummary) SetAvail ¶ added in v0.16.0

func (o *NodeStorageSummary) SetAvail(v float32)

SetAvail gets a reference to the given float32 and assigns it to the Avail field.

func (*NodeStorageSummary) SetContent ¶ added in v0.16.0

func (o *NodeStorageSummary) SetContent(v string)

SetContent sets field value

func (*NodeStorageSummary) SetEnabled ¶ added in v0.16.0

func (o *NodeStorageSummary) SetEnabled(v float32)

SetEnabled gets a reference to the given float32 and assigns it to the Enabled field.

func (*NodeStorageSummary) SetShared ¶ added in v0.16.0

func (o *NodeStorageSummary) SetShared(v float32)

SetShared gets a reference to the given float32 and assigns it to the Shared field.

func (*NodeStorageSummary) SetStorage ¶ added in v0.16.0

func (o *NodeStorageSummary) SetStorage(v string)

SetStorage sets field value

func (*NodeStorageSummary) SetTotal ¶ added in v0.16.0

func (o *NodeStorageSummary) SetTotal(v float32)

SetTotal gets a reference to the given float32 and assigns it to the Total field.

func (*NodeStorageSummary) SetType ¶ added in v0.16.0

func (o *NodeStorageSummary) SetType(v StorageType)

SetType sets field value

func (*NodeStorageSummary) SetUsed ¶ added in v0.16.0

func (o *NodeStorageSummary) SetUsed(v float32)

SetUsed gets a reference to the given float32 and assigns it to the Used field.

func (*NodeStorageSummary) SetUsedFraction ¶ added in v0.16.0

func (o *NodeStorageSummary) SetUsedFraction(v float32)

SetUsedFraction gets a reference to the given float32 and assigns it to the UsedFraction field.

func (NodeStorageSummary) ToMap ¶ added in v0.16.0

func (o NodeStorageSummary) ToMap() (map[string]interface{}, error)

type NodeSummary ¶

type NodeSummary struct {
	// The name of the node
	Node string `json:"node"`
	// Max memory allocated in bytes
	Maxmem *float32 `json:"maxmem,omitempty"`
	// Current memory utilization in bytes
	Mem *float32 `json:"mem,omitempty"`
	// Current disk utilization in bytes
	Disk *float32 `json:"disk,omitempty"`
	// Max disk space available in bytes
	Maxdisk *float32 `json:"maxdisk,omitempty"`
	// Amount of CPU cores available on node
	Maxcpu *float32 `json:"maxcpu,omitempty"`
	// The node id. This is a string of 'node/<name>'
	Id *string `json:"id,omitempty"`
	// The node's support level
	Level          *string `json:"level,omitempty"`
	SslFingerprint *string `json:"ssl_fingerprint,omitempty"`
	// The system type. Seems to be always node
	Type *string `json:"type,omitempty"`
	// The virtual machines cpu utilization in percent
	Cpu *float32 `json:"cpu,omitempty"`
	// The node's uptime in seconds
	Uptime *float32    `json:"uptime,omitempty"`
	Status *NodeStatus `json:"status,omitempty"`
}

NodeSummary struct for NodeSummary

func NewNodeSummary ¶

func NewNodeSummary(node string) *NodeSummary

NewNodeSummary instantiates a new NodeSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeSummaryWithDefaults ¶

func NewNodeSummaryWithDefaults() *NodeSummary

NewNodeSummaryWithDefaults instantiates a new NodeSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeSummary) GetCpu ¶

func (o *NodeSummary) GetCpu() float32

GetCpu returns the Cpu field value if set, zero value otherwise.

func (*NodeSummary) GetCpuOk ¶

func (o *NodeSummary) GetCpuOk() (*float32, bool)

GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSummary) GetDisk ¶

func (o *NodeSummary) GetDisk() float32

GetDisk returns the Disk field value if set, zero value otherwise.

func (*NodeSummary) GetDiskOk ¶

func (o *NodeSummary) GetDiskOk() (*float32, bool)

GetDiskOk returns a tuple with the Disk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSummary) GetId ¶

func (o *NodeSummary) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*NodeSummary) GetIdOk ¶

func (o *NodeSummary) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSummary) GetLevel ¶

func (o *NodeSummary) GetLevel() string

GetLevel returns the Level field value if set, zero value otherwise.

func (*NodeSummary) GetLevelOk ¶

func (o *NodeSummary) GetLevelOk() (*string, bool)

GetLevelOk returns a tuple with the Level field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSummary) GetMaxcpu ¶

func (o *NodeSummary) GetMaxcpu() float32

GetMaxcpu returns the Maxcpu field value if set, zero value otherwise.

func (*NodeSummary) GetMaxcpuOk ¶

func (o *NodeSummary) GetMaxcpuOk() (*float32, bool)

GetMaxcpuOk returns a tuple with the Maxcpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSummary) GetMaxdisk ¶

func (o *NodeSummary) GetMaxdisk() float32

GetMaxdisk returns the Maxdisk field value if set, zero value otherwise.

func (*NodeSummary) GetMaxdiskOk ¶

func (o *NodeSummary) GetMaxdiskOk() (*float32, bool)

GetMaxdiskOk returns a tuple with the Maxdisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSummary) GetMaxmem ¶

func (o *NodeSummary) GetMaxmem() float32

GetMaxmem returns the Maxmem field value if set, zero value otherwise.

func (*NodeSummary) GetMaxmemOk ¶

func (o *NodeSummary) GetMaxmemOk() (*float32, bool)

GetMaxmemOk returns a tuple with the Maxmem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSummary) GetMem ¶

func (o *NodeSummary) GetMem() float32

GetMem returns the Mem field value if set, zero value otherwise.

func (*NodeSummary) GetMemOk ¶

func (o *NodeSummary) GetMemOk() (*float32, bool)

GetMemOk returns a tuple with the Mem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSummary) GetNode ¶

func (o *NodeSummary) GetNode() string

GetNode returns the Node field value

func (*NodeSummary) GetNodeOk ¶

func (o *NodeSummary) GetNodeOk() (*string, bool)

GetNodeOk returns a tuple with the Node field value and a boolean to check if the value has been set.

func (*NodeSummary) GetSslFingerprint ¶

func (o *NodeSummary) GetSslFingerprint() string

GetSslFingerprint returns the SslFingerprint field value if set, zero value otherwise.

func (*NodeSummary) GetSslFingerprintOk ¶

func (o *NodeSummary) GetSslFingerprintOk() (*string, bool)

GetSslFingerprintOk returns a tuple with the SslFingerprint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSummary) GetStatus ¶

func (o *NodeSummary) GetStatus() NodeStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*NodeSummary) GetStatusOk ¶

func (o *NodeSummary) GetStatusOk() (*NodeStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSummary) GetType ¶

func (o *NodeSummary) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*NodeSummary) GetTypeOk ¶

func (o *NodeSummary) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSummary) GetUptime ¶

func (o *NodeSummary) GetUptime() float32

GetUptime returns the Uptime field value if set, zero value otherwise.

func (*NodeSummary) GetUptimeOk ¶

func (o *NodeSummary) GetUptimeOk() (*float32, bool)

GetUptimeOk returns a tuple with the Uptime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSummary) HasCpu ¶

func (o *NodeSummary) HasCpu() bool

HasCpu returns a boolean if a field has been set.

func (*NodeSummary) HasDisk ¶

func (o *NodeSummary) HasDisk() bool

HasDisk returns a boolean if a field has been set.

func (*NodeSummary) HasId ¶

func (o *NodeSummary) HasId() bool

HasId returns a boolean if a field has been set.

func (*NodeSummary) HasLevel ¶

func (o *NodeSummary) HasLevel() bool

HasLevel returns a boolean if a field has been set.

func (*NodeSummary) HasMaxcpu ¶

func (o *NodeSummary) HasMaxcpu() bool

HasMaxcpu returns a boolean if a field has been set.

func (*NodeSummary) HasMaxdisk ¶

func (o *NodeSummary) HasMaxdisk() bool

HasMaxdisk returns a boolean if a field has been set.

func (*NodeSummary) HasMaxmem ¶

func (o *NodeSummary) HasMaxmem() bool

HasMaxmem returns a boolean if a field has been set.

func (*NodeSummary) HasMem ¶

func (o *NodeSummary) HasMem() bool

HasMem returns a boolean if a field has been set.

func (*NodeSummary) HasSslFingerprint ¶

func (o *NodeSummary) HasSslFingerprint() bool

HasSslFingerprint returns a boolean if a field has been set.

func (*NodeSummary) HasStatus ¶

func (o *NodeSummary) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*NodeSummary) HasType ¶

func (o *NodeSummary) HasType() bool

HasType returns a boolean if a field has been set.

func (*NodeSummary) HasUptime ¶

func (o *NodeSummary) HasUptime() bool

HasUptime returns a boolean if a field has been set.

func (NodeSummary) MarshalJSON ¶

func (o NodeSummary) MarshalJSON() ([]byte, error)

func (*NodeSummary) SetCpu ¶

func (o *NodeSummary) SetCpu(v float32)

SetCpu gets a reference to the given float32 and assigns it to the Cpu field.

func (*NodeSummary) SetDisk ¶

func (o *NodeSummary) SetDisk(v float32)

SetDisk gets a reference to the given float32 and assigns it to the Disk field.

func (*NodeSummary) SetId ¶

func (o *NodeSummary) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*NodeSummary) SetLevel ¶

func (o *NodeSummary) SetLevel(v string)

SetLevel gets a reference to the given string and assigns it to the Level field.

func (*NodeSummary) SetMaxcpu ¶

func (o *NodeSummary) SetMaxcpu(v float32)

SetMaxcpu gets a reference to the given float32 and assigns it to the Maxcpu field.

func (*NodeSummary) SetMaxdisk ¶

func (o *NodeSummary) SetMaxdisk(v float32)

SetMaxdisk gets a reference to the given float32 and assigns it to the Maxdisk field.

func (*NodeSummary) SetMaxmem ¶

func (o *NodeSummary) SetMaxmem(v float32)

SetMaxmem gets a reference to the given float32 and assigns it to the Maxmem field.

func (*NodeSummary) SetMem ¶

func (o *NodeSummary) SetMem(v float32)

SetMem gets a reference to the given float32 and assigns it to the Mem field.

func (*NodeSummary) SetNode ¶

func (o *NodeSummary) SetNode(v string)

SetNode sets field value

func (*NodeSummary) SetSslFingerprint ¶

func (o *NodeSummary) SetSslFingerprint(v string)

SetSslFingerprint gets a reference to the given string and assigns it to the SslFingerprint field.

func (*NodeSummary) SetStatus ¶

func (o *NodeSummary) SetStatus(v NodeStatus)

SetStatus gets a reference to the given NodeStatus and assigns it to the Status field.

func (*NodeSummary) SetType ¶

func (o *NodeSummary) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*NodeSummary) SetUptime ¶

func (o *NodeSummary) SetUptime(v float32)

SetUptime gets a reference to the given float32 and assigns it to the Uptime field.

func (NodeSummary) ToMap ¶ added in v0.9.0

func (o NodeSummary) ToMap() (map[string]interface{}, error)

type NullableAccessControlSummary ¶

type NullableAccessControlSummary struct {
	// contains filtered or unexported fields
}

func (NullableAccessControlSummary) Get ¶

func (NullableAccessControlSummary) IsSet ¶

func (NullableAccessControlSummary) MarshalJSON ¶

func (v NullableAccessControlSummary) MarshalJSON() ([]byte, error)

func (*NullableAccessControlSummary) Set ¶

func (*NullableAccessControlSummary) UnmarshalJSON ¶

func (v *NullableAccessControlSummary) UnmarshalJSON(src []byte) error

func (*NullableAccessControlSummary) Unset ¶

func (v *NullableAccessControlSummary) Unset()

type NullableAccessControlType ¶

type NullableAccessControlType struct {
	// contains filtered or unexported fields
}

func NewNullableAccessControlType ¶

func NewNullableAccessControlType(val *AccessControlType) *NullableAccessControlType

func (NullableAccessControlType) Get ¶

func (NullableAccessControlType) IsSet ¶

func (v NullableAccessControlType) IsSet() bool

func (NullableAccessControlType) MarshalJSON ¶

func (v NullableAccessControlType) MarshalJSON() ([]byte, error)

func (*NullableAccessControlType) Set ¶

func (*NullableAccessControlType) UnmarshalJSON ¶

func (v *NullableAccessControlType) UnmarshalJSON(src []byte) error

func (*NullableAccessControlType) Unset ¶

func (v *NullableAccessControlType) Unset()

type NullableAddCorosyncNodeRequestContent ¶

type NullableAddCorosyncNodeRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableAddCorosyncNodeRequestContent) Get ¶

func (NullableAddCorosyncNodeRequestContent) IsSet ¶

func (NullableAddCorosyncNodeRequestContent) MarshalJSON ¶

func (v NullableAddCorosyncNodeRequestContent) MarshalJSON() ([]byte, error)

func (*NullableAddCorosyncNodeRequestContent) Set ¶

func (*NullableAddCorosyncNodeRequestContent) UnmarshalJSON ¶

func (v *NullableAddCorosyncNodeRequestContent) UnmarshalJSON(src []byte) error

func (*NullableAddCorosyncNodeRequestContent) Unset ¶

type NullableAddCorosyncNodeResponseContent ¶

type NullableAddCorosyncNodeResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableAddCorosyncNodeResponseContent) Get ¶

func (NullableAddCorosyncNodeResponseContent) IsSet ¶

func (NullableAddCorosyncNodeResponseContent) MarshalJSON ¶

func (v NullableAddCorosyncNodeResponseContent) MarshalJSON() ([]byte, error)

func (*NullableAddCorosyncNodeResponseContent) Set ¶

func (*NullableAddCorosyncNodeResponseContent) UnmarshalJSON ¶

func (v *NullableAddCorosyncNodeResponseContent) UnmarshalJSON(src []byte) error

func (*NullableAddCorosyncNodeResponseContent) Unset ¶

type NullableAddCustomNodeCertificateRequestContent ¶

type NullableAddCustomNodeCertificateRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableAddCustomNodeCertificateRequestContent) Get ¶

func (NullableAddCustomNodeCertificateRequestContent) IsSet ¶

func (NullableAddCustomNodeCertificateRequestContent) MarshalJSON ¶

func (*NullableAddCustomNodeCertificateRequestContent) Set ¶

func (*NullableAddCustomNodeCertificateRequestContent) UnmarshalJSON ¶

func (*NullableAddCustomNodeCertificateRequestContent) Unset ¶

type NullableAddCustomNodeCertificateResponseContent ¶

type NullableAddCustomNodeCertificateResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableAddCustomNodeCertificateResponseContent) Get ¶

func (NullableAddCustomNodeCertificateResponseContent) IsSet ¶

func (NullableAddCustomNodeCertificateResponseContent) MarshalJSON ¶

func (*NullableAddCustomNodeCertificateResponseContent) Set ¶

func (*NullableAddCustomNodeCertificateResponseContent) UnmarshalJSON ¶

func (*NullableAddCustomNodeCertificateResponseContent) Unset ¶

type NullableAgentInfoSummary ¶ added in v0.13.0

type NullableAgentInfoSummary struct {
	// contains filtered or unexported fields
}

func NewNullableAgentInfoSummary ¶ added in v0.13.0

func NewNullableAgentInfoSummary(val *AgentInfoSummary) *NullableAgentInfoSummary

func (NullableAgentInfoSummary) Get ¶ added in v0.13.0

func (NullableAgentInfoSummary) IsSet ¶ added in v0.13.0

func (v NullableAgentInfoSummary) IsSet() bool

func (NullableAgentInfoSummary) MarshalJSON ¶ added in v0.13.0

func (v NullableAgentInfoSummary) MarshalJSON() ([]byte, error)

func (*NullableAgentInfoSummary) Set ¶ added in v0.13.0

func (*NullableAgentInfoSummary) UnmarshalJSON ¶ added in v0.13.0

func (v *NullableAgentInfoSummary) UnmarshalJSON(src []byte) error

func (*NullableAgentInfoSummary) Unset ¶ added in v0.13.0

func (v *NullableAgentInfoSummary) Unset()

type NullableApplyNetworkInterfaceConfigurationResponseContent ¶

type NullableApplyNetworkInterfaceConfigurationResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableApplyNetworkInterfaceConfigurationResponseContent) Get ¶

func (NullableApplyNetworkInterfaceConfigurationResponseContent) IsSet ¶

func (NullableApplyNetworkInterfaceConfigurationResponseContent) MarshalJSON ¶

func (*NullableApplyNetworkInterfaceConfigurationResponseContent) Set ¶

func (*NullableApplyNetworkInterfaceConfigurationResponseContent) UnmarshalJSON ¶

func (*NullableApplyNetworkInterfaceConfigurationResponseContent) Unset ¶

type NullableApplyVirtualMachineConfigurationAsyncRequestContent ¶

type NullableApplyVirtualMachineConfigurationAsyncRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableApplyVirtualMachineConfigurationAsyncRequestContent) Get ¶

func (NullableApplyVirtualMachineConfigurationAsyncRequestContent) IsSet ¶

func (NullableApplyVirtualMachineConfigurationAsyncRequestContent) MarshalJSON ¶

func (*NullableApplyVirtualMachineConfigurationAsyncRequestContent) Set ¶

func (*NullableApplyVirtualMachineConfigurationAsyncRequestContent) UnmarshalJSON ¶

func (*NullableApplyVirtualMachineConfigurationAsyncRequestContent) Unset ¶

type NullableApplyVirtualMachineConfigurationAsyncResponseContent ¶

type NullableApplyVirtualMachineConfigurationAsyncResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableApplyVirtualMachineConfigurationAsyncResponseContent) Get ¶

func (NullableApplyVirtualMachineConfigurationAsyncResponseContent) IsSet ¶

func (NullableApplyVirtualMachineConfigurationAsyncResponseContent) MarshalJSON ¶

func (*NullableApplyVirtualMachineConfigurationAsyncResponseContent) Set ¶

func (*NullableApplyVirtualMachineConfigurationAsyncResponseContent) UnmarshalJSON ¶

func (*NullableApplyVirtualMachineConfigurationAsyncResponseContent) Unset ¶

type NullableApplyVirtualMachineConfigurationSyncRequestContent ¶

type NullableApplyVirtualMachineConfigurationSyncRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableApplyVirtualMachineConfigurationSyncRequestContent) Get ¶

func (NullableApplyVirtualMachineConfigurationSyncRequestContent) IsSet ¶

func (NullableApplyVirtualMachineConfigurationSyncRequestContent) MarshalJSON ¶

func (*NullableApplyVirtualMachineConfigurationSyncRequestContent) Set ¶

func (*NullableApplyVirtualMachineConfigurationSyncRequestContent) UnmarshalJSON ¶

func (*NullableApplyVirtualMachineConfigurationSyncRequestContent) Unset ¶

type NullableBool ¶

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ¶

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ¶

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ¶

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ¶

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ¶

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ¶

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ¶

func (v *NullableBool) Unset()

type NullableCephMonitorSummary ¶ added in v0.58.0

type NullableCephMonitorSummary struct {
	// contains filtered or unexported fields
}

func NewNullableCephMonitorSummary ¶ added in v0.58.0

func NewNullableCephMonitorSummary(val *CephMonitorSummary) *NullableCephMonitorSummary

func (NullableCephMonitorSummary) Get ¶ added in v0.58.0

func (NullableCephMonitorSummary) IsSet ¶ added in v0.58.0

func (v NullableCephMonitorSummary) IsSet() bool

func (NullableCephMonitorSummary) MarshalJSON ¶ added in v0.58.0

func (v NullableCephMonitorSummary) MarshalJSON() ([]byte, error)

func (*NullableCephMonitorSummary) Set ¶ added in v0.58.0

func (*NullableCephMonitorSummary) UnmarshalJSON ¶ added in v0.58.0

func (v *NullableCephMonitorSummary) UnmarshalJSON(src []byte) error

func (*NullableCephMonitorSummary) Unset ¶ added in v0.58.0

func (v *NullableCephMonitorSummary) Unset()

type NullableChangePasswordRequestContent ¶ added in v0.19.0

type NullableChangePasswordRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableChangePasswordRequestContent ¶ added in v0.19.0

func NewNullableChangePasswordRequestContent(val *ChangePasswordRequestContent) *NullableChangePasswordRequestContent

func (NullableChangePasswordRequestContent) Get ¶ added in v0.19.0

func (NullableChangePasswordRequestContent) IsSet ¶ added in v0.19.0

func (NullableChangePasswordRequestContent) MarshalJSON ¶ added in v0.19.0

func (v NullableChangePasswordRequestContent) MarshalJSON() ([]byte, error)

func (*NullableChangePasswordRequestContent) Set ¶ added in v0.19.0

func (*NullableChangePasswordRequestContent) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableChangePasswordRequestContent) UnmarshalJSON(src []byte) error

func (*NullableChangePasswordRequestContent) Unset ¶ added in v0.19.0

type NullableChecksumAlgorithm ¶ added in v0.16.0

type NullableChecksumAlgorithm struct {
	// contains filtered or unexported fields
}

func NewNullableChecksumAlgorithm ¶ added in v0.16.0

func NewNullableChecksumAlgorithm(val *ChecksumAlgorithm) *NullableChecksumAlgorithm

func (NullableChecksumAlgorithm) Get ¶ added in v0.16.0

func (NullableChecksumAlgorithm) IsSet ¶ added in v0.16.0

func (v NullableChecksumAlgorithm) IsSet() bool

func (NullableChecksumAlgorithm) MarshalJSON ¶ added in v0.16.0

func (v NullableChecksumAlgorithm) MarshalJSON() ([]byte, error)

func (*NullableChecksumAlgorithm) Set ¶ added in v0.16.0

func (*NullableChecksumAlgorithm) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableChecksumAlgorithm) UnmarshalJSON(src []byte) error

func (*NullableChecksumAlgorithm) Unset ¶ added in v0.16.0

func (v *NullableChecksumAlgorithm) Unset()

type NullableCloneVirtualMachineDiskFormat ¶

type NullableCloneVirtualMachineDiskFormat struct {
	// contains filtered or unexported fields
}

func (NullableCloneVirtualMachineDiskFormat) Get ¶

func (NullableCloneVirtualMachineDiskFormat) IsSet ¶

func (NullableCloneVirtualMachineDiskFormat) MarshalJSON ¶

func (v NullableCloneVirtualMachineDiskFormat) MarshalJSON() ([]byte, error)

func (*NullableCloneVirtualMachineDiskFormat) Set ¶

func (*NullableCloneVirtualMachineDiskFormat) UnmarshalJSON ¶

func (v *NullableCloneVirtualMachineDiskFormat) UnmarshalJSON(src []byte) error

func (*NullableCloneVirtualMachineDiskFormat) Unset ¶

type NullableCloneVirtualMachineRequestContent ¶

type NullableCloneVirtualMachineRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableCloneVirtualMachineRequestContent) Get ¶

func (NullableCloneVirtualMachineRequestContent) IsSet ¶

func (NullableCloneVirtualMachineRequestContent) MarshalJSON ¶

func (*NullableCloneVirtualMachineRequestContent) Set ¶

func (*NullableCloneVirtualMachineRequestContent) UnmarshalJSON ¶

func (v *NullableCloneVirtualMachineRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCloneVirtualMachineRequestContent) Unset ¶

type NullableCloneVirtualMachineResponseContent ¶

type NullableCloneVirtualMachineResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableCloneVirtualMachineResponseContent) Get ¶

func (NullableCloneVirtualMachineResponseContent) IsSet ¶

func (NullableCloneVirtualMachineResponseContent) MarshalJSON ¶

func (*NullableCloneVirtualMachineResponseContent) Set ¶

func (*NullableCloneVirtualMachineResponseContent) UnmarshalJSON ¶

func (v *NullableCloneVirtualMachineResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCloneVirtualMachineResponseContent) Unset ¶

type NullableCloudInitType ¶

type NullableCloudInitType struct {
	// contains filtered or unexported fields
}

func NewNullableCloudInitType ¶

func NewNullableCloudInitType(val *CloudInitType) *NullableCloudInitType

func (NullableCloudInitType) Get ¶

func (NullableCloudInitType) IsSet ¶

func (v NullableCloudInitType) IsSet() bool

func (NullableCloudInitType) MarshalJSON ¶

func (v NullableCloudInitType) MarshalJSON() ([]byte, error)

func (*NullableCloudInitType) Set ¶

func (v *NullableCloudInitType) Set(val *CloudInitType)

func (*NullableCloudInitType) UnmarshalJSON ¶

func (v *NullableCloudInitType) UnmarshalJSON(src []byte) error

func (*NullableCloudInitType) Unset ¶

func (v *NullableCloudInitType) Unset()

type NullableCommandStatusSummary ¶ added in v0.45.0

type NullableCommandStatusSummary struct {
	// contains filtered or unexported fields
}

func NewNullableCommandStatusSummary ¶ added in v0.45.0

func NewNullableCommandStatusSummary(val *CommandStatusSummary) *NullableCommandStatusSummary

func (NullableCommandStatusSummary) Get ¶ added in v0.45.0

func (NullableCommandStatusSummary) IsSet ¶ added in v0.45.0

func (NullableCommandStatusSummary) MarshalJSON ¶ added in v0.45.0

func (v NullableCommandStatusSummary) MarshalJSON() ([]byte, error)

func (*NullableCommandStatusSummary) Set ¶ added in v0.45.0

func (*NullableCommandStatusSummary) UnmarshalJSON ¶ added in v0.45.0

func (v *NullableCommandStatusSummary) UnmarshalJSON(src []byte) error

func (*NullableCommandStatusSummary) Unset ¶ added in v0.45.0

func (v *NullableCommandStatusSummary) Unset()

type NullableCommandSummary ¶ added in v0.13.0

type NullableCommandSummary struct {
	// contains filtered or unexported fields
}

func NewNullableCommandSummary ¶ added in v0.13.0

func NewNullableCommandSummary(val *CommandSummary) *NullableCommandSummary

func (NullableCommandSummary) Get ¶ added in v0.13.0

func (NullableCommandSummary) IsSet ¶ added in v0.13.0

func (v NullableCommandSummary) IsSet() bool

func (NullableCommandSummary) MarshalJSON ¶ added in v0.13.0

func (v NullableCommandSummary) MarshalJSON() ([]byte, error)

func (*NullableCommandSummary) Set ¶ added in v0.13.0

func (*NullableCommandSummary) UnmarshalJSON ¶ added in v0.13.0

func (v *NullableCommandSummary) UnmarshalJSON(src []byte) error

func (*NullableCommandSummary) Unset ¶ added in v0.13.0

func (v *NullableCommandSummary) Unset()

type NullableCorosyncNodeSummary ¶

type NullableCorosyncNodeSummary struct {
	// contains filtered or unexported fields
}

func (NullableCorosyncNodeSummary) Get ¶

func (NullableCorosyncNodeSummary) IsSet ¶

func (NullableCorosyncNodeSummary) MarshalJSON ¶

func (v NullableCorosyncNodeSummary) MarshalJSON() ([]byte, error)

func (*NullableCorosyncNodeSummary) Set ¶

func (*NullableCorosyncNodeSummary) UnmarshalJSON ¶

func (v *NullableCorosyncNodeSummary) UnmarshalJSON(src []byte) error

func (*NullableCorosyncNodeSummary) Unset ¶

func (v *NullableCorosyncNodeSummary) Unset()

type NullableCorosyncSettings ¶

type NullableCorosyncSettings struct {
	// contains filtered or unexported fields
}

func NewNullableCorosyncSettings ¶

func NewNullableCorosyncSettings(val *CorosyncSettings) *NullableCorosyncSettings

func (NullableCorosyncSettings) Get ¶

func (NullableCorosyncSettings) IsSet ¶

func (v NullableCorosyncSettings) IsSet() bool

func (NullableCorosyncSettings) MarshalJSON ¶

func (v NullableCorosyncSettings) MarshalJSON() ([]byte, error)

func (*NullableCorosyncSettings) Set ¶

func (*NullableCorosyncSettings) UnmarshalJSON ¶

func (v *NullableCorosyncSettings) UnmarshalJSON(src []byte) error

func (*NullableCorosyncSettings) Unset ¶

func (v *NullableCorosyncSettings) Unset()

type NullableCpuCapabilitySummary ¶

type NullableCpuCapabilitySummary struct {
	// contains filtered or unexported fields
}

func (NullableCpuCapabilitySummary) Get ¶

func (NullableCpuCapabilitySummary) IsSet ¶

func (NullableCpuCapabilitySummary) MarshalJSON ¶

func (v NullableCpuCapabilitySummary) MarshalJSON() ([]byte, error)

func (*NullableCpuCapabilitySummary) Set ¶

func (*NullableCpuCapabilitySummary) UnmarshalJSON ¶

func (v *NullableCpuCapabilitySummary) UnmarshalJSON(src []byte) error

func (*NullableCpuCapabilitySummary) Unset ¶

func (v *NullableCpuCapabilitySummary) Unset()

type NullableCreateCephManagerResponseContent ¶ added in v0.59.0

type NullableCreateCephManagerResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateCephManagerResponseContent ¶ added in v0.59.0

func NewNullableCreateCephManagerResponseContent(val *CreateCephManagerResponseContent) *NullableCreateCephManagerResponseContent

func (NullableCreateCephManagerResponseContent) Get ¶ added in v0.59.0

func (NullableCreateCephManagerResponseContent) IsSet ¶ added in v0.59.0

func (NullableCreateCephManagerResponseContent) MarshalJSON ¶ added in v0.59.0

func (*NullableCreateCephManagerResponseContent) Set ¶ added in v0.59.0

func (*NullableCreateCephManagerResponseContent) UnmarshalJSON ¶ added in v0.59.0

func (v *NullableCreateCephManagerResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateCephManagerResponseContent) Unset ¶ added in v0.59.0

type NullableCreateCephMonitorRequestContent ¶ added in v0.58.0

type NullableCreateCephMonitorRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateCephMonitorRequestContent ¶ added in v0.58.0

func NewNullableCreateCephMonitorRequestContent(val *CreateCephMonitorRequestContent) *NullableCreateCephMonitorRequestContent

func (NullableCreateCephMonitorRequestContent) Get ¶ added in v0.58.0

func (NullableCreateCephMonitorRequestContent) IsSet ¶ added in v0.58.0

func (NullableCreateCephMonitorRequestContent) MarshalJSON ¶ added in v0.58.0

func (v NullableCreateCephMonitorRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateCephMonitorRequestContent) Set ¶ added in v0.58.0

func (*NullableCreateCephMonitorRequestContent) UnmarshalJSON ¶ added in v0.58.0

func (v *NullableCreateCephMonitorRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateCephMonitorRequestContent) Unset ¶ added in v0.58.0

type NullableCreateCephMonitorResponseContent ¶ added in v0.58.0

type NullableCreateCephMonitorResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateCephMonitorResponseContent ¶ added in v0.58.0

func NewNullableCreateCephMonitorResponseContent(val *CreateCephMonitorResponseContent) *NullableCreateCephMonitorResponseContent

func (NullableCreateCephMonitorResponseContent) Get ¶ added in v0.58.0

func (NullableCreateCephMonitorResponseContent) IsSet ¶ added in v0.58.0

func (NullableCreateCephMonitorResponseContent) MarshalJSON ¶ added in v0.58.0

func (*NullableCreateCephMonitorResponseContent) Set ¶ added in v0.58.0

func (*NullableCreateCephMonitorResponseContent) UnmarshalJSON ¶ added in v0.58.0

func (v *NullableCreateCephMonitorResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateCephMonitorResponseContent) Unset ¶ added in v0.58.0

type NullableCreateClusterConfigRequestContent ¶

type NullableCreateClusterConfigRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateClusterConfigRequestContent) Get ¶

func (NullableCreateClusterConfigRequestContent) IsSet ¶

func (NullableCreateClusterConfigRequestContent) MarshalJSON ¶

func (*NullableCreateClusterConfigRequestContent) Set ¶

func (*NullableCreateClusterConfigRequestContent) UnmarshalJSON ¶

func (v *NullableCreateClusterConfigRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateClusterConfigRequestContent) Unset ¶

type NullableCreateClusterConfigResponseContent ¶

type NullableCreateClusterConfigResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateClusterConfigResponseContent) Get ¶

func (NullableCreateClusterConfigResponseContent) IsSet ¶

func (NullableCreateClusterConfigResponseContent) MarshalJSON ¶

func (*NullableCreateClusterConfigResponseContent) Set ¶

func (*NullableCreateClusterConfigResponseContent) UnmarshalJSON ¶

func (v *NullableCreateClusterConfigResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateClusterConfigResponseContent) Unset ¶

type NullableCreateDirectoryRequestContent ¶

type NullableCreateDirectoryRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateDirectoryRequestContent) Get ¶

func (NullableCreateDirectoryRequestContent) IsSet ¶

func (NullableCreateDirectoryRequestContent) MarshalJSON ¶

func (v NullableCreateDirectoryRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateDirectoryRequestContent) Set ¶

func (*NullableCreateDirectoryRequestContent) UnmarshalJSON ¶

func (v *NullableCreateDirectoryRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateDirectoryRequestContent) Unset ¶

type NullableCreateDirectoryResponseContent ¶

type NullableCreateDirectoryResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateDirectoryResponseContent) Get ¶

func (NullableCreateDirectoryResponseContent) IsSet ¶

func (NullableCreateDirectoryResponseContent) MarshalJSON ¶

func (v NullableCreateDirectoryResponseContent) MarshalJSON() ([]byte, error)

func (*NullableCreateDirectoryResponseContent) Set ¶

func (*NullableCreateDirectoryResponseContent) UnmarshalJSON ¶

func (v *NullableCreateDirectoryResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateDirectoryResponseContent) Unset ¶

type NullableCreateGroupRequestContent ¶ added in v0.36.0

type NullableCreateGroupRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateGroupRequestContent ¶ added in v0.36.0

func NewNullableCreateGroupRequestContent(val *CreateGroupRequestContent) *NullableCreateGroupRequestContent

func (NullableCreateGroupRequestContent) Get ¶ added in v0.36.0

func (NullableCreateGroupRequestContent) IsSet ¶ added in v0.36.0

func (NullableCreateGroupRequestContent) MarshalJSON ¶ added in v0.36.0

func (v NullableCreateGroupRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateGroupRequestContent) Set ¶ added in v0.36.0

func (*NullableCreateGroupRequestContent) UnmarshalJSON ¶ added in v0.36.0

func (v *NullableCreateGroupRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateGroupRequestContent) Unset ¶ added in v0.36.0

type NullableCreateLVMRequestContent ¶

type NullableCreateLVMRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateLVMRequestContent) Get ¶

func (NullableCreateLVMRequestContent) IsSet ¶

func (NullableCreateLVMRequestContent) MarshalJSON ¶

func (v NullableCreateLVMRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateLVMRequestContent) Set ¶

func (*NullableCreateLVMRequestContent) UnmarshalJSON ¶

func (v *NullableCreateLVMRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateLVMRequestContent) Unset ¶

type NullableCreateLVMResponseContent ¶

type NullableCreateLVMResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateLVMResponseContent) Get ¶

func (NullableCreateLVMResponseContent) IsSet ¶

func (NullableCreateLVMResponseContent) MarshalJSON ¶

func (v NullableCreateLVMResponseContent) MarshalJSON() ([]byte, error)

func (*NullableCreateLVMResponseContent) Set ¶

func (*NullableCreateLVMResponseContent) UnmarshalJSON ¶

func (v *NullableCreateLVMResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateLVMResponseContent) Unset ¶

type NullableCreateLVMThinRequestContent ¶

type NullableCreateLVMThinRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateLVMThinRequestContent) Get ¶

func (NullableCreateLVMThinRequestContent) IsSet ¶

func (NullableCreateLVMThinRequestContent) MarshalJSON ¶

func (v NullableCreateLVMThinRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateLVMThinRequestContent) Set ¶

func (*NullableCreateLVMThinRequestContent) UnmarshalJSON ¶

func (v *NullableCreateLVMThinRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateLVMThinRequestContent) Unset ¶

type NullableCreateLVMThinResponseContent ¶

type NullableCreateLVMThinResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateLVMThinResponseContent) Get ¶

func (NullableCreateLVMThinResponseContent) IsSet ¶

func (NullableCreateLVMThinResponseContent) MarshalJSON ¶

func (v NullableCreateLVMThinResponseContent) MarshalJSON() ([]byte, error)

func (*NullableCreateLVMThinResponseContent) Set ¶

func (*NullableCreateLVMThinResponseContent) UnmarshalJSON ¶

func (v *NullableCreateLVMThinResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateLVMThinResponseContent) Unset ¶

type NullableCreateNetworkInterfaceRequestContent ¶

type NullableCreateNetworkInterfaceRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateNetworkInterfaceRequestContent) Get ¶

func (NullableCreateNetworkInterfaceRequestContent) IsSet ¶

func (NullableCreateNetworkInterfaceRequestContent) MarshalJSON ¶

func (*NullableCreateNetworkInterfaceRequestContent) Set ¶

func (*NullableCreateNetworkInterfaceRequestContent) UnmarshalJSON ¶

func (*NullableCreateNetworkInterfaceRequestContent) Unset ¶

type NullableCreatePoolRequestContent ¶

type NullableCreatePoolRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableCreatePoolRequestContent) Get ¶

func (NullableCreatePoolRequestContent) IsSet ¶

func (NullableCreatePoolRequestContent) MarshalJSON ¶

func (v NullableCreatePoolRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreatePoolRequestContent) Set ¶

func (*NullableCreatePoolRequestContent) UnmarshalJSON ¶

func (v *NullableCreatePoolRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreatePoolRequestContent) Unset ¶

type NullableCreateRealmRequestContent ¶ added in v0.29.0

type NullableCreateRealmRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateRealmRequestContent ¶ added in v0.29.0

func NewNullableCreateRealmRequestContent(val *CreateRealmRequestContent) *NullableCreateRealmRequestContent

func (NullableCreateRealmRequestContent) Get ¶ added in v0.29.0

func (NullableCreateRealmRequestContent) IsSet ¶ added in v0.29.0

func (NullableCreateRealmRequestContent) MarshalJSON ¶ added in v0.29.0

func (v NullableCreateRealmRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateRealmRequestContent) Set ¶ added in v0.29.0

func (*NullableCreateRealmRequestContent) UnmarshalJSON ¶ added in v0.29.0

func (v *NullableCreateRealmRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateRealmRequestContent) Unset ¶ added in v0.29.0

type NullableCreateRoleRequestContent ¶ added in v0.38.0

type NullableCreateRoleRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateRoleRequestContent ¶ added in v0.38.0

func NewNullableCreateRoleRequestContent(val *CreateRoleRequestContent) *NullableCreateRoleRequestContent

func (NullableCreateRoleRequestContent) Get ¶ added in v0.38.0

func (NullableCreateRoleRequestContent) IsSet ¶ added in v0.38.0

func (NullableCreateRoleRequestContent) MarshalJSON ¶ added in v0.38.0

func (v NullableCreateRoleRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateRoleRequestContent) Set ¶ added in v0.38.0

func (*NullableCreateRoleRequestContent) UnmarshalJSON ¶ added in v0.38.0

func (v *NullableCreateRoleRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateRoleRequestContent) Unset ¶ added in v0.38.0

type NullableCreateSnapshotRequestContent ¶ added in v0.53.0

type NullableCreateSnapshotRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateSnapshotRequestContent ¶ added in v0.53.0

func NewNullableCreateSnapshotRequestContent(val *CreateSnapshotRequestContent) *NullableCreateSnapshotRequestContent

func (NullableCreateSnapshotRequestContent) Get ¶ added in v0.53.0

func (NullableCreateSnapshotRequestContent) IsSet ¶ added in v0.53.0

func (NullableCreateSnapshotRequestContent) MarshalJSON ¶ added in v0.53.0

func (v NullableCreateSnapshotRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateSnapshotRequestContent) Set ¶ added in v0.53.0

func (*NullableCreateSnapshotRequestContent) UnmarshalJSON ¶ added in v0.53.0

func (v *NullableCreateSnapshotRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateSnapshotRequestContent) Unset ¶ added in v0.53.0

type NullableCreateSnapshotResponseContent ¶ added in v0.53.0

type NullableCreateSnapshotResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateSnapshotResponseContent ¶ added in v0.53.0

func NewNullableCreateSnapshotResponseContent(val *CreateSnapshotResponseContent) *NullableCreateSnapshotResponseContent

func (NullableCreateSnapshotResponseContent) Get ¶ added in v0.53.0

func (NullableCreateSnapshotResponseContent) IsSet ¶ added in v0.53.0

func (NullableCreateSnapshotResponseContent) MarshalJSON ¶ added in v0.53.0

func (v NullableCreateSnapshotResponseContent) MarshalJSON() ([]byte, error)

func (*NullableCreateSnapshotResponseContent) Set ¶ added in v0.53.0

func (*NullableCreateSnapshotResponseContent) UnmarshalJSON ¶ added in v0.53.0

func (v *NullableCreateSnapshotResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateSnapshotResponseContent) Unset ¶ added in v0.53.0

type NullableCreateStorageRequestContent ¶

type NullableCreateStorageRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateStorageRequestContent) Get ¶

func (NullableCreateStorageRequestContent) IsSet ¶

func (NullableCreateStorageRequestContent) MarshalJSON ¶

func (v NullableCreateStorageRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateStorageRequestContent) Set ¶

func (*NullableCreateStorageRequestContent) UnmarshalJSON ¶

func (v *NullableCreateStorageRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateStorageRequestContent) Unset ¶

type NullableCreateStorageResponseContent ¶

type NullableCreateStorageResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateStorageResponseContent) Get ¶

func (NullableCreateStorageResponseContent) IsSet ¶

func (NullableCreateStorageResponseContent) MarshalJSON ¶

func (v NullableCreateStorageResponseContent) MarshalJSON() ([]byte, error)

func (*NullableCreateStorageResponseContent) Set ¶

func (*NullableCreateStorageResponseContent) UnmarshalJSON ¶

func (v *NullableCreateStorageResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateStorageResponseContent) Unset ¶

type NullableCreateStorageVolumeRequestContent ¶ added in v0.16.0

type NullableCreateStorageVolumeRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateStorageVolumeRequestContent ¶ added in v0.16.0

func NewNullableCreateStorageVolumeRequestContent(val *CreateStorageVolumeRequestContent) *NullableCreateStorageVolumeRequestContent

func (NullableCreateStorageVolumeRequestContent) Get ¶ added in v0.16.0

func (NullableCreateStorageVolumeRequestContent) IsSet ¶ added in v0.16.0

func (NullableCreateStorageVolumeRequestContent) MarshalJSON ¶ added in v0.16.0

func (*NullableCreateStorageVolumeRequestContent) Set ¶ added in v0.16.0

func (*NullableCreateStorageVolumeRequestContent) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableCreateStorageVolumeRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateStorageVolumeRequestContent) Unset ¶ added in v0.16.0

type NullableCreateStorageVolumeResponseContent ¶ added in v0.16.0

type NullableCreateStorageVolumeResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateStorageVolumeResponseContent ¶ added in v0.16.0

func NewNullableCreateStorageVolumeResponseContent(val *CreateStorageVolumeResponseContent) *NullableCreateStorageVolumeResponseContent

func (NullableCreateStorageVolumeResponseContent) Get ¶ added in v0.16.0

func (NullableCreateStorageVolumeResponseContent) IsSet ¶ added in v0.16.0

func (NullableCreateStorageVolumeResponseContent) MarshalJSON ¶ added in v0.16.0

func (*NullableCreateStorageVolumeResponseContent) Set ¶ added in v0.16.0

func (*NullableCreateStorageVolumeResponseContent) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableCreateStorageVolumeResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateStorageVolumeResponseContent) Unset ¶ added in v0.16.0

type NullableCreateTicketRequestContent ¶

type NullableCreateTicketRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateTicketRequestContent) Get ¶

func (NullableCreateTicketRequestContent) IsSet ¶

func (NullableCreateTicketRequestContent) MarshalJSON ¶

func (v NullableCreateTicketRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateTicketRequestContent) Set ¶

func (*NullableCreateTicketRequestContent) UnmarshalJSON ¶

func (v *NullableCreateTicketRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateTicketRequestContent) Unset ¶

type NullableCreateTicketResponseContent ¶

type NullableCreateTicketResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateTicketResponseContent) Get ¶

func (NullableCreateTicketResponseContent) IsSet ¶

func (NullableCreateTicketResponseContent) MarshalJSON ¶

func (v NullableCreateTicketResponseContent) MarshalJSON() ([]byte, error)

func (*NullableCreateTicketResponseContent) Set ¶

func (*NullableCreateTicketResponseContent) UnmarshalJSON ¶

func (v *NullableCreateTicketResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateTicketResponseContent) Unset ¶

type NullableCreateUserRequestContent ¶ added in v0.19.0

type NullableCreateUserRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateUserRequestContent ¶ added in v0.19.0

func NewNullableCreateUserRequestContent(val *CreateUserRequestContent) *NullableCreateUserRequestContent

func (NullableCreateUserRequestContent) Get ¶ added in v0.19.0

func (NullableCreateUserRequestContent) IsSet ¶ added in v0.19.0

func (NullableCreateUserRequestContent) MarshalJSON ¶ added in v0.19.0

func (v NullableCreateUserRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateUserRequestContent) Set ¶ added in v0.19.0

func (*NullableCreateUserRequestContent) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableCreateUserRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateUserRequestContent) Unset ¶ added in v0.19.0

type NullableCreateUserTokenRequestContent ¶ added in v0.19.0

type NullableCreateUserTokenRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateUserTokenRequestContent ¶ added in v0.19.0

func NewNullableCreateUserTokenRequestContent(val *CreateUserTokenRequestContent) *NullableCreateUserTokenRequestContent

func (NullableCreateUserTokenRequestContent) Get ¶ added in v0.19.0

func (NullableCreateUserTokenRequestContent) IsSet ¶ added in v0.19.0

func (NullableCreateUserTokenRequestContent) MarshalJSON ¶ added in v0.19.0

func (v NullableCreateUserTokenRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateUserTokenRequestContent) Set ¶ added in v0.19.0

func (*NullableCreateUserTokenRequestContent) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableCreateUserTokenRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateUserTokenRequestContent) Unset ¶ added in v0.19.0

type NullableCreateUserTokenResponseContent ¶ added in v0.19.0

type NullableCreateUserTokenResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableCreateUserTokenResponseContent ¶ added in v0.19.0

func NewNullableCreateUserTokenResponseContent(val *CreateUserTokenResponseContent) *NullableCreateUserTokenResponseContent

func (NullableCreateUserTokenResponseContent) Get ¶ added in v0.19.0

func (NullableCreateUserTokenResponseContent) IsSet ¶ added in v0.19.0

func (NullableCreateUserTokenResponseContent) MarshalJSON ¶ added in v0.19.0

func (v NullableCreateUserTokenResponseContent) MarshalJSON() ([]byte, error)

func (*NullableCreateUserTokenResponseContent) Set ¶ added in v0.19.0

func (*NullableCreateUserTokenResponseContent) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableCreateUserTokenResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateUserTokenResponseContent) Unset ¶ added in v0.19.0

type NullableCreateVirtualMachineRequestContent ¶

type NullableCreateVirtualMachineRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateVirtualMachineRequestContent) Get ¶

func (NullableCreateVirtualMachineRequestContent) IsSet ¶

func (NullableCreateVirtualMachineRequestContent) MarshalJSON ¶

func (*NullableCreateVirtualMachineRequestContent) Set ¶

func (*NullableCreateVirtualMachineRequestContent) UnmarshalJSON ¶

func (v *NullableCreateVirtualMachineRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateVirtualMachineRequestContent) Unset ¶

type NullableCreateVirtualMachineResponseContent ¶

type NullableCreateVirtualMachineResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateVirtualMachineResponseContent) Get ¶

func (NullableCreateVirtualMachineResponseContent) IsSet ¶

func (NullableCreateVirtualMachineResponseContent) MarshalJSON ¶

func (*NullableCreateVirtualMachineResponseContent) Set ¶

func (*NullableCreateVirtualMachineResponseContent) UnmarshalJSON ¶

func (v *NullableCreateVirtualMachineResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateVirtualMachineResponseContent) Unset ¶

type NullableCreateVirtualMachineTemplateRequestContent ¶

type NullableCreateVirtualMachineTemplateRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateVirtualMachineTemplateRequestContent) Get ¶

func (NullableCreateVirtualMachineTemplateRequestContent) IsSet ¶

func (NullableCreateVirtualMachineTemplateRequestContent) MarshalJSON ¶

func (*NullableCreateVirtualMachineTemplateRequestContent) Set ¶

func (*NullableCreateVirtualMachineTemplateRequestContent) UnmarshalJSON ¶

func (*NullableCreateVirtualMachineTemplateRequestContent) Unset ¶

type NullableCreateVirtualMachineTemplateResponseContent ¶

type NullableCreateVirtualMachineTemplateResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateVirtualMachineTemplateResponseContent) Get ¶

func (NullableCreateVirtualMachineTemplateResponseContent) IsSet ¶

func (NullableCreateVirtualMachineTemplateResponseContent) MarshalJSON ¶

func (*NullableCreateVirtualMachineTemplateResponseContent) Set ¶

func (*NullableCreateVirtualMachineTemplateResponseContent) UnmarshalJSON ¶

func (*NullableCreateVirtualMachineTemplateResponseContent) Unset ¶

type NullableCreateZFSPoolRequestContent ¶

type NullableCreateZFSPoolRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateZFSPoolRequestContent) Get ¶

func (NullableCreateZFSPoolRequestContent) IsSet ¶

func (NullableCreateZFSPoolRequestContent) MarshalJSON ¶

func (v NullableCreateZFSPoolRequestContent) MarshalJSON() ([]byte, error)

func (*NullableCreateZFSPoolRequestContent) Set ¶

func (*NullableCreateZFSPoolRequestContent) UnmarshalJSON ¶

func (v *NullableCreateZFSPoolRequestContent) UnmarshalJSON(src []byte) error

func (*NullableCreateZFSPoolRequestContent) Unset ¶

type NullableCreateZFSPoolResponseContent ¶

type NullableCreateZFSPoolResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableCreateZFSPoolResponseContent) Get ¶

func (NullableCreateZFSPoolResponseContent) IsSet ¶

func (NullableCreateZFSPoolResponseContent) MarshalJSON ¶

func (v NullableCreateZFSPoolResponseContent) MarshalJSON() ([]byte, error)

func (*NullableCreateZFSPoolResponseContent) Set ¶

func (*NullableCreateZFSPoolResponseContent) UnmarshalJSON ¶

func (v *NullableCreateZFSPoolResponseContent) UnmarshalJSON(src []byte) error

func (*NullableCreateZFSPoolResponseContent) Unset ¶

type NullableCreatedTokenSummary ¶ added in v0.19.0

type NullableCreatedTokenSummary struct {
	// contains filtered or unexported fields
}

func NewNullableCreatedTokenSummary ¶ added in v0.19.0

func NewNullableCreatedTokenSummary(val *CreatedTokenSummary) *NullableCreatedTokenSummary

func (NullableCreatedTokenSummary) Get ¶ added in v0.19.0

func (NullableCreatedTokenSummary) IsSet ¶ added in v0.19.0

func (NullableCreatedTokenSummary) MarshalJSON ¶ added in v0.19.0

func (v NullableCreatedTokenSummary) MarshalJSON() ([]byte, error)

func (*NullableCreatedTokenSummary) Set ¶ added in v0.19.0

func (*NullableCreatedTokenSummary) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableCreatedTokenSummary) UnmarshalJSON(src []byte) error

func (*NullableCreatedTokenSummary) Unset ¶ added in v0.19.0

func (v *NullableCreatedTokenSummary) Unset()

type NullableDeleteCephManagerResponseContent ¶ added in v0.59.0

type NullableDeleteCephManagerResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableDeleteCephManagerResponseContent ¶ added in v0.59.0

func NewNullableDeleteCephManagerResponseContent(val *DeleteCephManagerResponseContent) *NullableDeleteCephManagerResponseContent

func (NullableDeleteCephManagerResponseContent) Get ¶ added in v0.59.0

func (NullableDeleteCephManagerResponseContent) IsSet ¶ added in v0.59.0

func (NullableDeleteCephManagerResponseContent) MarshalJSON ¶ added in v0.59.0

func (*NullableDeleteCephManagerResponseContent) Set ¶ added in v0.59.0

func (*NullableDeleteCephManagerResponseContent) UnmarshalJSON ¶ added in v0.59.0

func (v *NullableDeleteCephManagerResponseContent) UnmarshalJSON(src []byte) error

func (*NullableDeleteCephManagerResponseContent) Unset ¶ added in v0.59.0

type NullableDeleteCephMonitorResponseContent ¶ added in v0.58.0

type NullableDeleteCephMonitorResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableDeleteCephMonitorResponseContent ¶ added in v0.58.0

func NewNullableDeleteCephMonitorResponseContent(val *DeleteCephMonitorResponseContent) *NullableDeleteCephMonitorResponseContent

func (NullableDeleteCephMonitorResponseContent) Get ¶ added in v0.58.0

func (NullableDeleteCephMonitorResponseContent) IsSet ¶ added in v0.58.0

func (NullableDeleteCephMonitorResponseContent) MarshalJSON ¶ added in v0.58.0

func (*NullableDeleteCephMonitorResponseContent) Set ¶ added in v0.58.0

func (*NullableDeleteCephMonitorResponseContent) UnmarshalJSON ¶ added in v0.58.0

func (v *NullableDeleteCephMonitorResponseContent) UnmarshalJSON(src []byte) error

func (*NullableDeleteCephMonitorResponseContent) Unset ¶ added in v0.58.0

type NullableDeleteDirectoryResponseContent ¶

type NullableDeleteDirectoryResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableDeleteDirectoryResponseContent) Get ¶

func (NullableDeleteDirectoryResponseContent) IsSet ¶

func (NullableDeleteDirectoryResponseContent) MarshalJSON ¶

func (v NullableDeleteDirectoryResponseContent) MarshalJSON() ([]byte, error)

func (*NullableDeleteDirectoryResponseContent) Set ¶

func (*NullableDeleteDirectoryResponseContent) UnmarshalJSON ¶

func (v *NullableDeleteDirectoryResponseContent) UnmarshalJSON(src []byte) error

func (*NullableDeleteDirectoryResponseContent) Unset ¶

type NullableDeleteLVMResponseContent ¶

type NullableDeleteLVMResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableDeleteLVMResponseContent) Get ¶

func (NullableDeleteLVMResponseContent) IsSet ¶

func (NullableDeleteLVMResponseContent) MarshalJSON ¶

func (v NullableDeleteLVMResponseContent) MarshalJSON() ([]byte, error)

func (*NullableDeleteLVMResponseContent) Set ¶

func (*NullableDeleteLVMResponseContent) UnmarshalJSON ¶

func (v *NullableDeleteLVMResponseContent) UnmarshalJSON(src []byte) error

func (*NullableDeleteLVMResponseContent) Unset ¶

type NullableDeleteLVMThinResponseContent ¶

type NullableDeleteLVMThinResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableDeleteLVMThinResponseContent) Get ¶

func (NullableDeleteLVMThinResponseContent) IsSet ¶

func (NullableDeleteLVMThinResponseContent) MarshalJSON ¶

func (v NullableDeleteLVMThinResponseContent) MarshalJSON() ([]byte, error)

func (*NullableDeleteLVMThinResponseContent) Set ¶

func (*NullableDeleteLVMThinResponseContent) UnmarshalJSON ¶

func (v *NullableDeleteLVMThinResponseContent) UnmarshalJSON(src []byte) error

func (*NullableDeleteLVMThinResponseContent) Unset ¶

type NullableDeleteNodeCertificateResponseContent ¶

type NullableDeleteNodeCertificateResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableDeleteNodeCertificateResponseContent) Get ¶

func (NullableDeleteNodeCertificateResponseContent) IsSet ¶

func (NullableDeleteNodeCertificateResponseContent) MarshalJSON ¶

func (*NullableDeleteNodeCertificateResponseContent) Set ¶

func (*NullableDeleteNodeCertificateResponseContent) UnmarshalJSON ¶

func (*NullableDeleteNodeCertificateResponseContent) Unset ¶

type NullableDeleteStorageVolumeResponseContent ¶ added in v0.16.0

type NullableDeleteStorageVolumeResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableDeleteStorageVolumeResponseContent ¶ added in v0.16.0

func NewNullableDeleteStorageVolumeResponseContent(val *DeleteStorageVolumeResponseContent) *NullableDeleteStorageVolumeResponseContent

func (NullableDeleteStorageVolumeResponseContent) Get ¶ added in v0.16.0

func (NullableDeleteStorageVolumeResponseContent) IsSet ¶ added in v0.16.0

func (NullableDeleteStorageVolumeResponseContent) MarshalJSON ¶ added in v0.16.0

func (*NullableDeleteStorageVolumeResponseContent) Set ¶ added in v0.16.0

func (*NullableDeleteStorageVolumeResponseContent) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableDeleteStorageVolumeResponseContent) UnmarshalJSON(src []byte) error

func (*NullableDeleteStorageVolumeResponseContent) Unset ¶ added in v0.16.0

type NullableDeleteVirtualMachineResponseContent ¶

type NullableDeleteVirtualMachineResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableDeleteVirtualMachineResponseContent) Get ¶

func (NullableDeleteVirtualMachineResponseContent) IsSet ¶

func (NullableDeleteVirtualMachineResponseContent) MarshalJSON ¶

func (*NullableDeleteVirtualMachineResponseContent) Set ¶

func (*NullableDeleteVirtualMachineResponseContent) UnmarshalJSON ¶

func (v *NullableDeleteVirtualMachineResponseContent) UnmarshalJSON(src []byte) error

func (*NullableDeleteVirtualMachineResponseContent) Unset ¶

type NullableDeleteZFSPoolResponseContent ¶

type NullableDeleteZFSPoolResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableDeleteZFSPoolResponseContent) Get ¶

func (NullableDeleteZFSPoolResponseContent) IsSet ¶

func (NullableDeleteZFSPoolResponseContent) MarshalJSON ¶

func (v NullableDeleteZFSPoolResponseContent) MarshalJSON() ([]byte, error)

func (*NullableDeleteZFSPoolResponseContent) Set ¶

func (*NullableDeleteZFSPoolResponseContent) UnmarshalJSON ¶

func (v *NullableDeleteZFSPoolResponseContent) UnmarshalJSON(src []byte) error

func (*NullableDeleteZFSPoolResponseContent) Unset ¶

type NullableDirectoryFileSystem ¶

type NullableDirectoryFileSystem struct {
	// contains filtered or unexported fields
}

func (NullableDirectoryFileSystem) Get ¶

func (NullableDirectoryFileSystem) IsSet ¶

func (NullableDirectoryFileSystem) MarshalJSON ¶

func (v NullableDirectoryFileSystem) MarshalJSON() ([]byte, error)

func (*NullableDirectoryFileSystem) Set ¶

func (*NullableDirectoryFileSystem) UnmarshalJSON ¶

func (v *NullableDirectoryFileSystem) UnmarshalJSON(src []byte) error

func (*NullableDirectoryFileSystem) Unset ¶

func (v *NullableDirectoryFileSystem) Unset()

type NullableDirectorySummary ¶

type NullableDirectorySummary struct {
	// contains filtered or unexported fields
}

func NewNullableDirectorySummary ¶

func NewNullableDirectorySummary(val *DirectorySummary) *NullableDirectorySummary

func (NullableDirectorySummary) Get ¶

func (NullableDirectorySummary) IsSet ¶

func (v NullableDirectorySummary) IsSet() bool

func (NullableDirectorySummary) MarshalJSON ¶

func (v NullableDirectorySummary) MarshalJSON() ([]byte, error)

func (*NullableDirectorySummary) Set ¶

func (*NullableDirectorySummary) UnmarshalJSON ¶

func (v *NullableDirectorySummary) UnmarshalJSON(src []byte) error

func (*NullableDirectorySummary) Unset ¶

func (v *NullableDirectorySummary) Unset()

type NullableDiskInformationSummary ¶

type NullableDiskInformationSummary struct {
	// contains filtered or unexported fields
}

func (NullableDiskInformationSummary) Get ¶

func (NullableDiskInformationSummary) IsSet ¶

func (NullableDiskInformationSummary) MarshalJSON ¶

func (v NullableDiskInformationSummary) MarshalJSON() ([]byte, error)

func (*NullableDiskInformationSummary) Set ¶

func (*NullableDiskInformationSummary) UnmarshalJSON ¶

func (v *NullableDiskInformationSummary) UnmarshalJSON(src []byte) error

func (*NullableDiskInformationSummary) Unset ¶

func (v *NullableDiskInformationSummary) Unset()

type NullableDiskSummary ¶

type NullableDiskSummary struct {
	// contains filtered or unexported fields
}

func NewNullableDiskSummary ¶

func NewNullableDiskSummary(val *DiskSummary) *NullableDiskSummary

func (NullableDiskSummary) Get ¶

func (NullableDiskSummary) IsSet ¶

func (v NullableDiskSummary) IsSet() bool

func (NullableDiskSummary) MarshalJSON ¶

func (v NullableDiskSummary) MarshalJSON() ([]byte, error)

func (*NullableDiskSummary) Set ¶

func (v *NullableDiskSummary) Set(val *DiskSummary)

func (*NullableDiskSummary) UnmarshalJSON ¶

func (v *NullableDiskSummary) UnmarshalJSON(src []byte) error

func (*NullableDiskSummary) Unset ¶

func (v *NullableDiskSummary) Unset()

type NullableDiskType ¶

type NullableDiskType struct {
	// contains filtered or unexported fields
}

func NewNullableDiskType ¶

func NewNullableDiskType(val *DiskType) *NullableDiskType

func (NullableDiskType) Get ¶

func (v NullableDiskType) Get() *DiskType

func (NullableDiskType) IsSet ¶

func (v NullableDiskType) IsSet() bool

func (NullableDiskType) MarshalJSON ¶

func (v NullableDiskType) MarshalJSON() ([]byte, error)

func (*NullableDiskType) Set ¶

func (v *NullableDiskType) Set(val *DiskType)

func (*NullableDiskType) UnmarshalJSON ¶

func (v *NullableDiskType) UnmarshalJSON(src []byte) error

func (*NullableDiskType) Unset ¶

func (v *NullableDiskType) Unset()

type NullableDiskTypeFilter ¶

type NullableDiskTypeFilter struct {
	// contains filtered or unexported fields
}

func NewNullableDiskTypeFilter ¶

func NewNullableDiskTypeFilter(val *DiskTypeFilter) *NullableDiskTypeFilter

func (NullableDiskTypeFilter) Get ¶

func (NullableDiskTypeFilter) IsSet ¶

func (v NullableDiskTypeFilter) IsSet() bool

func (NullableDiskTypeFilter) MarshalJSON ¶

func (v NullableDiskTypeFilter) MarshalJSON() ([]byte, error)

func (*NullableDiskTypeFilter) Set ¶

func (*NullableDiskTypeFilter) UnmarshalJSON ¶

func (v *NullableDiskTypeFilter) UnmarshalJSON(src []byte) error

func (*NullableDiskTypeFilter) Unset ¶

func (v *NullableDiskTypeFilter) Unset()

type NullableDownloadFromUrlToStorageRequestContent ¶ added in v0.16.0

type NullableDownloadFromUrlToStorageRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableDownloadFromUrlToStorageRequestContent) Get ¶ added in v0.16.0

func (NullableDownloadFromUrlToStorageRequestContent) IsSet ¶ added in v0.16.0

func (NullableDownloadFromUrlToStorageRequestContent) MarshalJSON ¶ added in v0.16.0

func (*NullableDownloadFromUrlToStorageRequestContent) Set ¶ added in v0.16.0

func (*NullableDownloadFromUrlToStorageRequestContent) UnmarshalJSON ¶ added in v0.16.0

func (*NullableDownloadFromUrlToStorageRequestContent) Unset ¶ added in v0.16.0

type NullableDownloadFromUrlToStorageResponseContent ¶ added in v0.16.0

type NullableDownloadFromUrlToStorageResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableDownloadFromUrlToStorageResponseContent) Get ¶ added in v0.16.0

func (NullableDownloadFromUrlToStorageResponseContent) IsSet ¶ added in v0.16.0

func (NullableDownloadFromUrlToStorageResponseContent) MarshalJSON ¶ added in v0.16.0

func (*NullableDownloadFromUrlToStorageResponseContent) Set ¶ added in v0.16.0

func (*NullableDownloadFromUrlToStorageResponseContent) UnmarshalJSON ¶ added in v0.16.0

func (*NullableDownloadFromUrlToStorageResponseContent) Unset ¶ added in v0.16.0

type NullableExecuteCommandResponse ¶ added in v0.43.0

type NullableExecuteCommandResponse struct {
	// contains filtered or unexported fields
}

func NewNullableExecuteCommandResponse ¶ added in v0.43.0

func NewNullableExecuteCommandResponse(val *ExecuteCommandResponse) *NullableExecuteCommandResponse

func (NullableExecuteCommandResponse) Get ¶ added in v0.43.0

func (NullableExecuteCommandResponse) IsSet ¶ added in v0.43.0

func (NullableExecuteCommandResponse) MarshalJSON ¶ added in v0.43.0

func (v NullableExecuteCommandResponse) MarshalJSON() ([]byte, error)

func (*NullableExecuteCommandResponse) Set ¶ added in v0.43.0

func (*NullableExecuteCommandResponse) UnmarshalJSON ¶ added in v0.43.0

func (v *NullableExecuteCommandResponse) UnmarshalJSON(src []byte) error

func (*NullableExecuteCommandResponse) Unset ¶ added in v0.43.0

func (v *NullableExecuteCommandResponse) Unset()

type NullableFileInfoSummary ¶

type NullableFileInfoSummary struct {
	// contains filtered or unexported fields
}

func NewNullableFileInfoSummary ¶

func NewNullableFileInfoSummary(val *FileInfoSummary) *NullableFileInfoSummary

func (NullableFileInfoSummary) Get ¶

func (NullableFileInfoSummary) IsSet ¶

func (v NullableFileInfoSummary) IsSet() bool

func (NullableFileInfoSummary) MarshalJSON ¶

func (v NullableFileInfoSummary) MarshalJSON() ([]byte, error)

func (*NullableFileInfoSummary) Set ¶

func (*NullableFileInfoSummary) UnmarshalJSON ¶

func (v *NullableFileInfoSummary) UnmarshalJSON(src []byte) error

func (*NullableFileInfoSummary) Unset ¶

func (v *NullableFileInfoSummary) Unset()

type NullableFileReadSummary ¶ added in v0.46.0

type NullableFileReadSummary struct {
	// contains filtered or unexported fields
}

func NewNullableFileReadSummary ¶ added in v0.46.0

func NewNullableFileReadSummary(val *FileReadSummary) *NullableFileReadSummary

func (NullableFileReadSummary) Get ¶ added in v0.46.0

func (NullableFileReadSummary) IsSet ¶ added in v0.46.0

func (v NullableFileReadSummary) IsSet() bool

func (NullableFileReadSummary) MarshalJSON ¶ added in v0.46.0

func (v NullableFileReadSummary) MarshalJSON() ([]byte, error)

func (*NullableFileReadSummary) Set ¶ added in v0.46.0

func (*NullableFileReadSummary) UnmarshalJSON ¶ added in v0.46.0

func (v *NullableFileReadSummary) UnmarshalJSON(src []byte) error

func (*NullableFileReadSummary) Unset ¶ added in v0.46.0

func (v *NullableFileReadSummary) Unset()

type NullableFileRepositorySummary ¶

type NullableFileRepositorySummary struct {
	// contains filtered or unexported fields
}

func (NullableFileRepositorySummary) Get ¶

func (NullableFileRepositorySummary) IsSet ¶

func (NullableFileRepositorySummary) MarshalJSON ¶

func (v NullableFileRepositorySummary) MarshalJSON() ([]byte, error)

func (*NullableFileRepositorySummary) Set ¶

func (*NullableFileRepositorySummary) UnmarshalJSON ¶

func (v *NullableFileRepositorySummary) UnmarshalJSON(src []byte) error

func (*NullableFileRepositorySummary) Unset ¶

func (v *NullableFileRepositorySummary) Unset()

type NullableFileSummary ¶

type NullableFileSummary struct {
	// contains filtered or unexported fields
}

func NewNullableFileSummary ¶

func NewNullableFileSummary(val *FileSummary) *NullableFileSummary

func (NullableFileSummary) Get ¶

func (NullableFileSummary) IsSet ¶

func (v NullableFileSummary) IsSet() bool

func (NullableFileSummary) MarshalJSON ¶

func (v NullableFileSummary) MarshalJSON() ([]byte, error)

func (*NullableFileSummary) Set ¶

func (v *NullableFileSummary) Set(val *FileSummary)

func (*NullableFileSummary) UnmarshalJSON ¶

func (v *NullableFileSummary) UnmarshalJSON(src []byte) error

func (*NullableFileSummary) Unset ¶

func (v *NullableFileSummary) Unset()

type NullableFileSystemInformationSummary ¶

type NullableFileSystemInformationSummary struct {
	// contains filtered or unexported fields
}

func (NullableFileSystemInformationSummary) Get ¶

func (NullableFileSystemInformationSummary) IsSet ¶

func (NullableFileSystemInformationSummary) MarshalJSON ¶

func (v NullableFileSystemInformationSummary) MarshalJSON() ([]byte, error)

func (*NullableFileSystemInformationSummary) Set ¶

func (*NullableFileSystemInformationSummary) UnmarshalJSON ¶

func (v *NullableFileSystemInformationSummary) UnmarshalJSON(src []byte) error

func (*NullableFileSystemInformationSummary) Unset ¶

type NullableFirewallReferenceType ¶ added in v0.54.0

type NullableFirewallReferenceType struct {
	// contains filtered or unexported fields
}

func NewNullableFirewallReferenceType ¶ added in v0.54.0

func NewNullableFirewallReferenceType(val *FirewallReferenceType) *NullableFirewallReferenceType

func (NullableFirewallReferenceType) Get ¶ added in v0.54.0

func (NullableFirewallReferenceType) IsSet ¶ added in v0.54.0

func (NullableFirewallReferenceType) MarshalJSON ¶ added in v0.54.0

func (v NullableFirewallReferenceType) MarshalJSON() ([]byte, error)

func (*NullableFirewallReferenceType) Set ¶ added in v0.54.0

func (*NullableFirewallReferenceType) UnmarshalJSON ¶ added in v0.54.0

func (v *NullableFirewallReferenceType) UnmarshalJSON(src []byte) error

func (*NullableFirewallReferenceType) Unset ¶ added in v0.54.0

func (v *NullableFirewallReferenceType) Unset()

type NullableFloat32 ¶

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ¶

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ¶

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ¶

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ¶

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ¶

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ¶

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ¶

func (v *NullableFloat32) Unset()

type NullableFloat64 ¶

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ¶

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ¶

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ¶

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ¶

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ¶

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ¶

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ¶

func (v *NullableFloat64) Unset()

type NullableGetAccessControlListResponseContent ¶

type NullableGetAccessControlListResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetAccessControlListResponseContent) Get ¶

func (NullableGetAccessControlListResponseContent) IsSet ¶

func (NullableGetAccessControlListResponseContent) MarshalJSON ¶

func (*NullableGetAccessControlListResponseContent) Set ¶

func (*NullableGetAccessControlListResponseContent) UnmarshalJSON ¶

func (v *NullableGetAccessControlListResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetAccessControlListResponseContent) Unset ¶

type NullableGetClusterApiVersionResponseContent ¶

type NullableGetClusterApiVersionResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetClusterApiVersionResponseContent) Get ¶

func (NullableGetClusterApiVersionResponseContent) IsSet ¶

func (NullableGetClusterApiVersionResponseContent) MarshalJSON ¶

func (*NullableGetClusterApiVersionResponseContent) Set ¶

func (*NullableGetClusterApiVersionResponseContent) UnmarshalJSON ¶

func (v *NullableGetClusterApiVersionResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetClusterApiVersionResponseContent) Unset ¶

type NullableGetClusterJoinInformationResponseContent ¶

type NullableGetClusterJoinInformationResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetClusterJoinInformationResponseContent) Get ¶

func (NullableGetClusterJoinInformationResponseContent) IsSet ¶

func (NullableGetClusterJoinInformationResponseContent) MarshalJSON ¶

func (*NullableGetClusterJoinInformationResponseContent) Set ¶

func (*NullableGetClusterJoinInformationResponseContent) UnmarshalJSON ¶

func (*NullableGetClusterJoinInformationResponseContent) Unset ¶

type NullableGetClusterTotemSettingsResponseContent ¶

type NullableGetClusterTotemSettingsResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetClusterTotemSettingsResponseContent) Get ¶

func (NullableGetClusterTotemSettingsResponseContent) IsSet ¶

func (NullableGetClusterTotemSettingsResponseContent) MarshalJSON ¶

func (*NullableGetClusterTotemSettingsResponseContent) Set ¶

func (*NullableGetClusterTotemSettingsResponseContent) UnmarshalJSON ¶

func (*NullableGetClusterTotemSettingsResponseContent) Unset ¶

type NullableGetFsInfoResult ¶

type NullableGetFsInfoResult struct {
	// contains filtered or unexported fields
}

func NewNullableGetFsInfoResult ¶

func NewNullableGetFsInfoResult(val *GetFsInfoResult) *NullableGetFsInfoResult

func (NullableGetFsInfoResult) Get ¶

func (NullableGetFsInfoResult) IsSet ¶

func (v NullableGetFsInfoResult) IsSet() bool

func (NullableGetFsInfoResult) MarshalJSON ¶

func (v NullableGetFsInfoResult) MarshalJSON() ([]byte, error)

func (*NullableGetFsInfoResult) Set ¶

func (*NullableGetFsInfoResult) UnmarshalJSON ¶

func (v *NullableGetFsInfoResult) UnmarshalJSON(src []byte) error

func (*NullableGetFsInfoResult) Unset ¶

func (v *NullableGetFsInfoResult) Unset()

type NullableGetGroupDetailsResponseContent ¶ added in v0.35.0

type NullableGetGroupDetailsResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableGetGroupDetailsResponseContent ¶ added in v0.35.0

func NewNullableGetGroupDetailsResponseContent(val *GetGroupDetailsResponseContent) *NullableGetGroupDetailsResponseContent

func (NullableGetGroupDetailsResponseContent) Get ¶ added in v0.35.0

func (NullableGetGroupDetailsResponseContent) IsSet ¶ added in v0.35.0

func (NullableGetGroupDetailsResponseContent) MarshalJSON ¶ added in v0.35.0

func (v NullableGetGroupDetailsResponseContent) MarshalJSON() ([]byte, error)

func (*NullableGetGroupDetailsResponseContent) Set ¶ added in v0.35.0

func (*NullableGetGroupDetailsResponseContent) UnmarshalJSON ¶ added in v0.35.0

func (v *NullableGetGroupDetailsResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetGroupDetailsResponseContent) Unset ¶ added in v0.35.0

type NullableGetHostnameResult ¶

type NullableGetHostnameResult struct {
	// contains filtered or unexported fields
}

func NewNullableGetHostnameResult ¶

func NewNullableGetHostnameResult(val *GetHostnameResult) *NullableGetHostnameResult

func (NullableGetHostnameResult) Get ¶

func (NullableGetHostnameResult) IsSet ¶

func (v NullableGetHostnameResult) IsSet() bool

func (NullableGetHostnameResult) MarshalJSON ¶

func (v NullableGetHostnameResult) MarshalJSON() ([]byte, error)

func (*NullableGetHostnameResult) Set ¶

func (*NullableGetHostnameResult) UnmarshalJSON ¶

func (v *NullableGetHostnameResult) UnmarshalJSON(src []byte) error

func (*NullableGetHostnameResult) Unset ¶

func (v *NullableGetHostnameResult) Unset()

type NullableGetInfoResult ¶ added in v0.13.0

type NullableGetInfoResult struct {
	// contains filtered or unexported fields
}

func NewNullableGetInfoResult ¶ added in v0.13.0

func NewNullableGetInfoResult(val *GetInfoResult) *NullableGetInfoResult

func (NullableGetInfoResult) Get ¶ added in v0.13.0

func (NullableGetInfoResult) IsSet ¶ added in v0.13.0

func (v NullableGetInfoResult) IsSet() bool

func (NullableGetInfoResult) MarshalJSON ¶ added in v0.13.0

func (v NullableGetInfoResult) MarshalJSON() ([]byte, error)

func (*NullableGetInfoResult) Set ¶ added in v0.13.0

func (v *NullableGetInfoResult) Set(val *GetInfoResult)

func (*NullableGetInfoResult) UnmarshalJSON ¶ added in v0.13.0

func (v *NullableGetInfoResult) UnmarshalJSON(src []byte) error

func (*NullableGetInfoResult) Unset ¶ added in v0.13.0

func (v *NullableGetInfoResult) Unset()

type NullableGetMemoryBlockInformationResult ¶

type NullableGetMemoryBlockInformationResult struct {
	// contains filtered or unexported fields
}

func (NullableGetMemoryBlockInformationResult) Get ¶

func (NullableGetMemoryBlockInformationResult) IsSet ¶

func (NullableGetMemoryBlockInformationResult) MarshalJSON ¶

func (v NullableGetMemoryBlockInformationResult) MarshalJSON() ([]byte, error)

func (*NullableGetMemoryBlockInformationResult) Set ¶

func (*NullableGetMemoryBlockInformationResult) UnmarshalJSON ¶

func (v *NullableGetMemoryBlockInformationResult) UnmarshalJSON(src []byte) error

func (*NullableGetMemoryBlockInformationResult) Unset ¶

type NullableGetMemoryBlocksResult ¶

type NullableGetMemoryBlocksResult struct {
	// contains filtered or unexported fields
}

func (NullableGetMemoryBlocksResult) Get ¶

func (NullableGetMemoryBlocksResult) IsSet ¶

func (NullableGetMemoryBlocksResult) MarshalJSON ¶

func (v NullableGetMemoryBlocksResult) MarshalJSON() ([]byte, error)

func (*NullableGetMemoryBlocksResult) Set ¶

func (*NullableGetMemoryBlocksResult) UnmarshalJSON ¶

func (v *NullableGetMemoryBlocksResult) UnmarshalJSON(src []byte) error

func (*NullableGetMemoryBlocksResult) Unset ¶

func (v *NullableGetMemoryBlocksResult) Unset()

type NullableGetNetworkInterfaceResponseContent ¶

type NullableGetNetworkInterfaceResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetNetworkInterfaceResponseContent) Get ¶

func (NullableGetNetworkInterfaceResponseContent) IsSet ¶

func (NullableGetNetworkInterfaceResponseContent) MarshalJSON ¶

func (*NullableGetNetworkInterfaceResponseContent) Set ¶

func (*NullableGetNetworkInterfaceResponseContent) UnmarshalJSON ¶

func (v *NullableGetNetworkInterfaceResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetNetworkInterfaceResponseContent) Unset ¶

type NullableGetNodeDnsResponseContent ¶ added in v0.56.0

type NullableGetNodeDnsResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableGetNodeDnsResponseContent ¶ added in v0.56.0

func NewNullableGetNodeDnsResponseContent(val *GetNodeDnsResponseContent) *NullableGetNodeDnsResponseContent

func (NullableGetNodeDnsResponseContent) Get ¶ added in v0.56.0

func (NullableGetNodeDnsResponseContent) IsSet ¶ added in v0.56.0

func (NullableGetNodeDnsResponseContent) MarshalJSON ¶ added in v0.56.0

func (v NullableGetNodeDnsResponseContent) MarshalJSON() ([]byte, error)

func (*NullableGetNodeDnsResponseContent) Set ¶ added in v0.56.0

func (*NullableGetNodeDnsResponseContent) UnmarshalJSON ¶ added in v0.56.0

func (v *NullableGetNodeDnsResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetNodeDnsResponseContent) Unset ¶ added in v0.56.0

type NullableGetOsInfoResult ¶

type NullableGetOsInfoResult struct {
	// contains filtered or unexported fields
}

func NewNullableGetOsInfoResult ¶

func NewNullableGetOsInfoResult(val *GetOsInfoResult) *NullableGetOsInfoResult

func (NullableGetOsInfoResult) Get ¶

func (NullableGetOsInfoResult) IsSet ¶

func (v NullableGetOsInfoResult) IsSet() bool

func (NullableGetOsInfoResult) MarshalJSON ¶

func (v NullableGetOsInfoResult) MarshalJSON() ([]byte, error)

func (*NullableGetOsInfoResult) Set ¶

func (*NullableGetOsInfoResult) UnmarshalJSON ¶

func (v *NullableGetOsInfoResult) UnmarshalJSON(src []byte) error

func (*NullableGetOsInfoResult) Unset ¶

func (v *NullableGetOsInfoResult) Unset()

type NullableGetPackageChangelogResponseContent ¶

type NullableGetPackageChangelogResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetPackageChangelogResponseContent) Get ¶

func (NullableGetPackageChangelogResponseContent) IsSet ¶

func (NullableGetPackageChangelogResponseContent) MarshalJSON ¶

func (*NullableGetPackageChangelogResponseContent) Set ¶

func (*NullableGetPackageChangelogResponseContent) UnmarshalJSON ¶

func (v *NullableGetPackageChangelogResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetPackageChangelogResponseContent) Unset ¶

type NullableGetPendingVirtualMachineCloudInitChangesResponseContent ¶

type NullableGetPendingVirtualMachineCloudInitChangesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetPendingVirtualMachineCloudInitChangesResponseContent) Get ¶

func (NullableGetPendingVirtualMachineCloudInitChangesResponseContent) IsSet ¶

func (NullableGetPendingVirtualMachineCloudInitChangesResponseContent) MarshalJSON ¶

func (*NullableGetPendingVirtualMachineCloudInitChangesResponseContent) Set ¶

func (*NullableGetPendingVirtualMachineCloudInitChangesResponseContent) UnmarshalJSON ¶

func (*NullableGetPendingVirtualMachineCloudInitChangesResponseContent) Unset ¶

type NullableGetPermissionsResponseContent ¶ added in v0.19.0

type NullableGetPermissionsResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableGetPermissionsResponseContent ¶ added in v0.19.0

func NewNullableGetPermissionsResponseContent(val *GetPermissionsResponseContent) *NullableGetPermissionsResponseContent

func (NullableGetPermissionsResponseContent) Get ¶ added in v0.19.0

func (NullableGetPermissionsResponseContent) IsSet ¶ added in v0.19.0

func (NullableGetPermissionsResponseContent) MarshalJSON ¶ added in v0.19.0

func (v NullableGetPermissionsResponseContent) MarshalJSON() ([]byte, error)

func (*NullableGetPermissionsResponseContent) Set ¶ added in v0.19.0

func (*NullableGetPermissionsResponseContent) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableGetPermissionsResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetPermissionsResponseContent) Unset ¶ added in v0.19.0

type NullableGetPoolResponseContent ¶

type NullableGetPoolResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetPoolResponseContent) Get ¶

func (NullableGetPoolResponseContent) IsSet ¶

func (NullableGetPoolResponseContent) MarshalJSON ¶

func (v NullableGetPoolResponseContent) MarshalJSON() ([]byte, error)

func (*NullableGetPoolResponseContent) Set ¶

func (*NullableGetPoolResponseContent) UnmarshalJSON ¶

func (v *NullableGetPoolResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetPoolResponseContent) Unset ¶

func (v *NullableGetPoolResponseContent) Unset()

type NullableGetRealmResponseContent ¶ added in v0.23.0

type NullableGetRealmResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableGetRealmResponseContent ¶ added in v0.23.0

func NewNullableGetRealmResponseContent(val *GetRealmResponseContent) *NullableGetRealmResponseContent

func (NullableGetRealmResponseContent) Get ¶ added in v0.23.0

func (NullableGetRealmResponseContent) IsSet ¶ added in v0.23.0

func (NullableGetRealmResponseContent) MarshalJSON ¶ added in v0.23.0

func (v NullableGetRealmResponseContent) MarshalJSON() ([]byte, error)

func (*NullableGetRealmResponseContent) Set ¶ added in v0.23.0

func (*NullableGetRealmResponseContent) UnmarshalJSON ¶ added in v0.23.0

func (v *NullableGetRealmResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetRealmResponseContent) Unset ¶ added in v0.23.0

type NullableGetRoleResponseContent ¶ added in v0.38.0

type NullableGetRoleResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableGetRoleResponseContent ¶ added in v0.38.0

func NewNullableGetRoleResponseContent(val *GetRoleResponseContent) *NullableGetRoleResponseContent

func (NullableGetRoleResponseContent) Get ¶ added in v0.38.0

func (NullableGetRoleResponseContent) IsSet ¶ added in v0.38.0

func (NullableGetRoleResponseContent) MarshalJSON ¶ added in v0.38.0

func (v NullableGetRoleResponseContent) MarshalJSON() ([]byte, error)

func (*NullableGetRoleResponseContent) Set ¶ added in v0.38.0

func (*NullableGetRoleResponseContent) UnmarshalJSON ¶ added in v0.38.0

func (v *NullableGetRoleResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetRoleResponseContent) Unset ¶ added in v0.38.0

func (v *NullableGetRoleResponseContent) Unset()

type NullableGetSmartHealthResponseContent ¶

type NullableGetSmartHealthResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetSmartHealthResponseContent) Get ¶

func (NullableGetSmartHealthResponseContent) IsSet ¶

func (NullableGetSmartHealthResponseContent) MarshalJSON ¶

func (v NullableGetSmartHealthResponseContent) MarshalJSON() ([]byte, error)

func (*NullableGetSmartHealthResponseContent) Set ¶

func (*NullableGetSmartHealthResponseContent) UnmarshalJSON ¶

func (v *NullableGetSmartHealthResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetSmartHealthResponseContent) Unset ¶

type NullableGetStorageResponseContent ¶

type NullableGetStorageResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetStorageResponseContent) Get ¶

func (NullableGetStorageResponseContent) IsSet ¶

func (NullableGetStorageResponseContent) MarshalJSON ¶

func (v NullableGetStorageResponseContent) MarshalJSON() ([]byte, error)

func (*NullableGetStorageResponseContent) Set ¶

func (*NullableGetStorageResponseContent) UnmarshalJSON ¶

func (v *NullableGetStorageResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetStorageResponseContent) Unset ¶

type NullableGetStorageStatusResponseContent ¶ added in v0.16.0

type NullableGetStorageStatusResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableGetStorageStatusResponseContent ¶ added in v0.16.0

func NewNullableGetStorageStatusResponseContent(val *GetStorageStatusResponseContent) *NullableGetStorageStatusResponseContent

func (NullableGetStorageStatusResponseContent) Get ¶ added in v0.16.0

func (NullableGetStorageStatusResponseContent) IsSet ¶ added in v0.16.0

func (NullableGetStorageStatusResponseContent) MarshalJSON ¶ added in v0.16.0

func (v NullableGetStorageStatusResponseContent) MarshalJSON() ([]byte, error)

func (*NullableGetStorageStatusResponseContent) Set ¶ added in v0.16.0

func (*NullableGetStorageStatusResponseContent) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableGetStorageStatusResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetStorageStatusResponseContent) Unset ¶ added in v0.16.0

type NullableGetTimeResult ¶

type NullableGetTimeResult struct {
	// contains filtered or unexported fields
}

func NewNullableGetTimeResult ¶

func NewNullableGetTimeResult(val *GetTimeResult) *NullableGetTimeResult

func (NullableGetTimeResult) Get ¶

func (NullableGetTimeResult) IsSet ¶

func (v NullableGetTimeResult) IsSet() bool

func (NullableGetTimeResult) MarshalJSON ¶

func (v NullableGetTimeResult) MarshalJSON() ([]byte, error)

func (*NullableGetTimeResult) Set ¶

func (v *NullableGetTimeResult) Set(val *GetTimeResult)

func (*NullableGetTimeResult) UnmarshalJSON ¶

func (v *NullableGetTimeResult) UnmarshalJSON(src []byte) error

func (*NullableGetTimeResult) Unset ¶

func (v *NullableGetTimeResult) Unset()

type NullableGetTimeZoneResult ¶ added in v0.9.0

type NullableGetTimeZoneResult struct {
	// contains filtered or unexported fields
}

func NewNullableGetTimeZoneResult ¶ added in v0.9.0

func NewNullableGetTimeZoneResult(val *GetTimeZoneResult) *NullableGetTimeZoneResult

func (NullableGetTimeZoneResult) Get ¶ added in v0.9.0

func (NullableGetTimeZoneResult) IsSet ¶ added in v0.9.0

func (v NullableGetTimeZoneResult) IsSet() bool

func (NullableGetTimeZoneResult) MarshalJSON ¶ added in v0.9.0

func (v NullableGetTimeZoneResult) MarshalJSON() ([]byte, error)

func (*NullableGetTimeZoneResult) Set ¶ added in v0.9.0

func (*NullableGetTimeZoneResult) UnmarshalJSON ¶ added in v0.9.0

func (v *NullableGetTimeZoneResult) UnmarshalJSON(src []byte) error

func (*NullableGetTimeZoneResult) Unset ¶ added in v0.9.0

func (v *NullableGetTimeZoneResult) Unset()

type NullableGetUserConfigurationResponseContent ¶ added in v0.19.0

type NullableGetUserConfigurationResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableGetUserConfigurationResponseContent ¶ added in v0.19.0

func NewNullableGetUserConfigurationResponseContent(val *GetUserConfigurationResponseContent) *NullableGetUserConfigurationResponseContent

func (NullableGetUserConfigurationResponseContent) Get ¶ added in v0.19.0

func (NullableGetUserConfigurationResponseContent) IsSet ¶ added in v0.19.0

func (NullableGetUserConfigurationResponseContent) MarshalJSON ¶ added in v0.19.0

func (*NullableGetUserConfigurationResponseContent) Set ¶ added in v0.19.0

func (*NullableGetUserConfigurationResponseContent) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableGetUserConfigurationResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetUserConfigurationResponseContent) Unset ¶ added in v0.19.0

type NullableGetUserTokenResponseContent ¶ added in v0.19.0

type NullableGetUserTokenResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableGetUserTokenResponseContent ¶ added in v0.19.0

func NewNullableGetUserTokenResponseContent(val *GetUserTokenResponseContent) *NullableGetUserTokenResponseContent

func (NullableGetUserTokenResponseContent) Get ¶ added in v0.19.0

func (NullableGetUserTokenResponseContent) IsSet ¶ added in v0.19.0

func (NullableGetUserTokenResponseContent) MarshalJSON ¶ added in v0.19.0

func (v NullableGetUserTokenResponseContent) MarshalJSON() ([]byte, error)

func (*NullableGetUserTokenResponseContent) Set ¶ added in v0.19.0

func (*NullableGetUserTokenResponseContent) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableGetUserTokenResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetUserTokenResponseContent) Unset ¶ added in v0.19.0

type NullableGetVcpusResult ¶ added in v0.11.0

type NullableGetVcpusResult struct {
	// contains filtered or unexported fields
}

func NewNullableGetVcpusResult ¶ added in v0.11.0

func NewNullableGetVcpusResult(val *GetVcpusResult) *NullableGetVcpusResult

func (NullableGetVcpusResult) Get ¶ added in v0.11.0

func (NullableGetVcpusResult) IsSet ¶ added in v0.11.0

func (v NullableGetVcpusResult) IsSet() bool

func (NullableGetVcpusResult) MarshalJSON ¶ added in v0.11.0

func (v NullableGetVcpusResult) MarshalJSON() ([]byte, error)

func (*NullableGetVcpusResult) Set ¶ added in v0.11.0

func (*NullableGetVcpusResult) UnmarshalJSON ¶ added in v0.11.0

func (v *NullableGetVcpusResult) UnmarshalJSON(src []byte) error

func (*NullableGetVcpusResult) Unset ¶ added in v0.11.0

func (v *NullableGetVcpusResult) Unset()

type NullableGetVersionResponseContent ¶

type NullableGetVersionResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVersionResponseContent) Get ¶

func (NullableGetVersionResponseContent) IsSet ¶

func (NullableGetVersionResponseContent) MarshalJSON ¶

func (v NullableGetVersionResponseContent) MarshalJSON() ([]byte, error)

func (*NullableGetVersionResponseContent) Set ¶

func (*NullableGetVersionResponseContent) UnmarshalJSON ¶

func (v *NullableGetVersionResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetVersionResponseContent) Unset ¶

type NullableGetVirtualMachineAgentInfoResponseContent ¶ added in v0.13.0

type NullableGetVirtualMachineAgentInfoResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineAgentInfoResponseContent) Get ¶ added in v0.13.0

func (NullableGetVirtualMachineAgentInfoResponseContent) IsSet ¶ added in v0.13.0

func (NullableGetVirtualMachineAgentInfoResponseContent) MarshalJSON ¶ added in v0.13.0

func (*NullableGetVirtualMachineAgentInfoResponseContent) Set ¶ added in v0.13.0

func (*NullableGetVirtualMachineAgentInfoResponseContent) UnmarshalJSON ¶ added in v0.13.0

func (*NullableGetVirtualMachineAgentInfoResponseContent) Unset ¶ added in v0.13.0

type NullableGetVirtualMachineCloudInitResponseContent ¶

type NullableGetVirtualMachineCloudInitResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineCloudInitResponseContent) Get ¶

func (NullableGetVirtualMachineCloudInitResponseContent) IsSet ¶

func (NullableGetVirtualMachineCloudInitResponseContent) MarshalJSON ¶

func (*NullableGetVirtualMachineCloudInitResponseContent) Set ¶

func (*NullableGetVirtualMachineCloudInitResponseContent) UnmarshalJSON ¶

func (*NullableGetVirtualMachineCloudInitResponseContent) Unset ¶

type NullableGetVirtualMachineCommandStatusResponseContent ¶ added in v0.45.0

type NullableGetVirtualMachineCommandStatusResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineCommandStatusResponseContent) Get ¶ added in v0.45.0

func (NullableGetVirtualMachineCommandStatusResponseContent) IsSet ¶ added in v0.45.0

func (NullableGetVirtualMachineCommandStatusResponseContent) MarshalJSON ¶ added in v0.45.0

func (*NullableGetVirtualMachineCommandStatusResponseContent) Set ¶ added in v0.45.0

func (*NullableGetVirtualMachineCommandStatusResponseContent) UnmarshalJSON ¶ added in v0.45.0

func (*NullableGetVirtualMachineCommandStatusResponseContent) Unset ¶ added in v0.45.0

type NullableGetVirtualMachineConfigurationResponseContent ¶

type NullableGetVirtualMachineConfigurationResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineConfigurationResponseContent) Get ¶

func (NullableGetVirtualMachineConfigurationResponseContent) IsSet ¶

func (NullableGetVirtualMachineConfigurationResponseContent) MarshalJSON ¶

func (*NullableGetVirtualMachineConfigurationResponseContent) Set ¶

func (*NullableGetVirtualMachineConfigurationResponseContent) UnmarshalJSON ¶

func (*NullableGetVirtualMachineConfigurationResponseContent) Unset ¶

type NullableGetVirtualMachineFeatureSupportResponseContent ¶

type NullableGetVirtualMachineFeatureSupportResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineFeatureSupportResponseContent) Get ¶

func (NullableGetVirtualMachineFeatureSupportResponseContent) IsSet ¶

func (NullableGetVirtualMachineFeatureSupportResponseContent) MarshalJSON ¶

func (*NullableGetVirtualMachineFeatureSupportResponseContent) Set ¶

func (*NullableGetVirtualMachineFeatureSupportResponseContent) UnmarshalJSON ¶

func (*NullableGetVirtualMachineFeatureSupportResponseContent) Unset ¶

type NullableGetVirtualMachineFileSystemInformationResponseContent ¶

type NullableGetVirtualMachineFileSystemInformationResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineFileSystemInformationResponseContent) Get ¶

func (NullableGetVirtualMachineFileSystemInformationResponseContent) IsSet ¶

func (NullableGetVirtualMachineFileSystemInformationResponseContent) MarshalJSON ¶

func (*NullableGetVirtualMachineFileSystemInformationResponseContent) Set ¶

func (*NullableGetVirtualMachineFileSystemInformationResponseContent) UnmarshalJSON ¶

func (*NullableGetVirtualMachineFileSystemInformationResponseContent) Unset ¶

type NullableGetVirtualMachineHostnameResponseContent ¶

type NullableGetVirtualMachineHostnameResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineHostnameResponseContent) Get ¶

func (NullableGetVirtualMachineHostnameResponseContent) IsSet ¶

func (NullableGetVirtualMachineHostnameResponseContent) MarshalJSON ¶

func (*NullableGetVirtualMachineHostnameResponseContent) Set ¶

func (*NullableGetVirtualMachineHostnameResponseContent) UnmarshalJSON ¶

func (*NullableGetVirtualMachineHostnameResponseContent) Unset ¶

type NullableGetVirtualMachineMemoryBlockInformationResponseContent ¶

type NullableGetVirtualMachineMemoryBlockInformationResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineMemoryBlockInformationResponseContent) Get ¶

func (NullableGetVirtualMachineMemoryBlockInformationResponseContent) IsSet ¶

func (NullableGetVirtualMachineMemoryBlockInformationResponseContent) MarshalJSON ¶

func (*NullableGetVirtualMachineMemoryBlockInformationResponseContent) Set ¶

func (*NullableGetVirtualMachineMemoryBlockInformationResponseContent) UnmarshalJSON ¶

func (*NullableGetVirtualMachineMemoryBlockInformationResponseContent) Unset ¶

type NullableGetVirtualMachineMemoryBlocksResponseContent ¶

type NullableGetVirtualMachineMemoryBlocksResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineMemoryBlocksResponseContent) Get ¶

func (NullableGetVirtualMachineMemoryBlocksResponseContent) IsSet ¶

func (NullableGetVirtualMachineMemoryBlocksResponseContent) MarshalJSON ¶

func (*NullableGetVirtualMachineMemoryBlocksResponseContent) Set ¶

func (*NullableGetVirtualMachineMemoryBlocksResponseContent) UnmarshalJSON ¶

func (*NullableGetVirtualMachineMemoryBlocksResponseContent) Unset ¶

type NullableGetVirtualMachineNetworkInterfacesResponseContent ¶ added in v0.18.0

type NullableGetVirtualMachineNetworkInterfacesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineNetworkInterfacesResponseContent) Get ¶ added in v0.18.0

func (NullableGetVirtualMachineNetworkInterfacesResponseContent) IsSet ¶ added in v0.18.0

func (NullableGetVirtualMachineNetworkInterfacesResponseContent) MarshalJSON ¶ added in v0.18.0

func (*NullableGetVirtualMachineNetworkInterfacesResponseContent) Set ¶ added in v0.18.0

func (*NullableGetVirtualMachineNetworkInterfacesResponseContent) UnmarshalJSON ¶ added in v0.18.0

func (*NullableGetVirtualMachineNetworkInterfacesResponseContent) Unset ¶ added in v0.18.0

type NullableGetVirtualMachineOperatingSystemInformationResponseContent ¶

type NullableGetVirtualMachineOperatingSystemInformationResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineOperatingSystemInformationResponseContent) Get ¶

func (NullableGetVirtualMachineOperatingSystemInformationResponseContent) IsSet ¶

func (NullableGetVirtualMachineOperatingSystemInformationResponseContent) MarshalJSON ¶

func (*NullableGetVirtualMachineOperatingSystemInformationResponseContent) Set ¶

func (*NullableGetVirtualMachineOperatingSystemInformationResponseContent) UnmarshalJSON ¶

func (*NullableGetVirtualMachineOperatingSystemInformationResponseContent) Unset ¶

type NullableGetVirtualMachineStatusResponseContent ¶

type NullableGetVirtualMachineStatusResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineStatusResponseContent) Get ¶

func (NullableGetVirtualMachineStatusResponseContent) IsSet ¶

func (NullableGetVirtualMachineStatusResponseContent) MarshalJSON ¶

func (*NullableGetVirtualMachineStatusResponseContent) Set ¶

func (*NullableGetVirtualMachineStatusResponseContent) UnmarshalJSON ¶

func (*NullableGetVirtualMachineStatusResponseContent) Unset ¶

type NullableGetVirtualMachineTimeResponseContent ¶

type NullableGetVirtualMachineTimeResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineTimeResponseContent) Get ¶

func (NullableGetVirtualMachineTimeResponseContent) IsSet ¶

func (NullableGetVirtualMachineTimeResponseContent) MarshalJSON ¶

func (*NullableGetVirtualMachineTimeResponseContent) Set ¶

func (*NullableGetVirtualMachineTimeResponseContent) UnmarshalJSON ¶

func (*NullableGetVirtualMachineTimeResponseContent) Unset ¶

type NullableGetVirtualMachineTimeZoneResponseContent ¶ added in v0.9.0

type NullableGetVirtualMachineTimeZoneResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineTimeZoneResponseContent) Get ¶ added in v0.9.0

func (NullableGetVirtualMachineTimeZoneResponseContent) IsSet ¶ added in v0.9.0

func (NullableGetVirtualMachineTimeZoneResponseContent) MarshalJSON ¶ added in v0.9.0

func (*NullableGetVirtualMachineTimeZoneResponseContent) Set ¶ added in v0.9.0

func (*NullableGetVirtualMachineTimeZoneResponseContent) UnmarshalJSON ¶ added in v0.9.0

func (*NullableGetVirtualMachineTimeZoneResponseContent) Unset ¶ added in v0.9.0

type NullableGetVirtualMachineVcpusResponseContent ¶ added in v0.11.0

type NullableGetVirtualMachineVcpusResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetVirtualMachineVcpusResponseContent) Get ¶ added in v0.11.0

func (NullableGetVirtualMachineVcpusResponseContent) IsSet ¶ added in v0.11.0

func (NullableGetVirtualMachineVcpusResponseContent) MarshalJSON ¶ added in v0.11.0

func (*NullableGetVirtualMachineVcpusResponseContent) Set ¶ added in v0.11.0

func (*NullableGetVirtualMachineVcpusResponseContent) UnmarshalJSON ¶ added in v0.11.0

func (*NullableGetVirtualMachineVcpusResponseContent) Unset ¶ added in v0.11.0

type NullableGetVirtualNetworkInterfacesResult ¶ added in v0.18.0

type NullableGetVirtualNetworkInterfacesResult struct {
	// contains filtered or unexported fields
}

func NewNullableGetVirtualNetworkInterfacesResult ¶ added in v0.18.0

func NewNullableGetVirtualNetworkInterfacesResult(val *GetVirtualNetworkInterfacesResult) *NullableGetVirtualNetworkInterfacesResult

func (NullableGetVirtualNetworkInterfacesResult) Get ¶ added in v0.18.0

func (NullableGetVirtualNetworkInterfacesResult) IsSet ¶ added in v0.18.0

func (NullableGetVirtualNetworkInterfacesResult) MarshalJSON ¶ added in v0.18.0

func (*NullableGetVirtualNetworkInterfacesResult) Set ¶ added in v0.18.0

func (*NullableGetVirtualNetworkInterfacesResult) UnmarshalJSON ¶ added in v0.18.0

func (v *NullableGetVirtualNetworkInterfacesResult) UnmarshalJSON(src []byte) error

func (*NullableGetVirtualNetworkInterfacesResult) Unset ¶ added in v0.18.0

type NullableGetZFSPoolStatusResponseContent ¶

type NullableGetZFSPoolStatusResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableGetZFSPoolStatusResponseContent) Get ¶

func (NullableGetZFSPoolStatusResponseContent) IsSet ¶

func (NullableGetZFSPoolStatusResponseContent) MarshalJSON ¶

func (v NullableGetZFSPoolStatusResponseContent) MarshalJSON() ([]byte, error)

func (*NullableGetZFSPoolStatusResponseContent) Set ¶

func (*NullableGetZFSPoolStatusResponseContent) UnmarshalJSON ¶

func (v *NullableGetZFSPoolStatusResponseContent) UnmarshalJSON(src []byte) error

func (*NullableGetZFSPoolStatusResponseContent) Unset ¶

type NullableGroupDetailsSummary ¶ added in v0.35.0

type NullableGroupDetailsSummary struct {
	// contains filtered or unexported fields
}

func NewNullableGroupDetailsSummary ¶ added in v0.35.0

func NewNullableGroupDetailsSummary(val *GroupDetailsSummary) *NullableGroupDetailsSummary

func (NullableGroupDetailsSummary) Get ¶ added in v0.35.0

func (NullableGroupDetailsSummary) IsSet ¶ added in v0.35.0

func (NullableGroupDetailsSummary) MarshalJSON ¶ added in v0.35.0

func (v NullableGroupDetailsSummary) MarshalJSON() ([]byte, error)

func (*NullableGroupDetailsSummary) Set ¶ added in v0.35.0

func (*NullableGroupDetailsSummary) UnmarshalJSON ¶ added in v0.35.0

func (v *NullableGroupDetailsSummary) UnmarshalJSON(src []byte) error

func (*NullableGroupDetailsSummary) Unset ¶ added in v0.35.0

func (v *NullableGroupDetailsSummary) Unset()

type NullableGroupSummary ¶ added in v0.35.0

type NullableGroupSummary struct {
	// contains filtered or unexported fields
}

func NewNullableGroupSummary ¶ added in v0.35.0

func NewNullableGroupSummary(val *GroupSummary) *NullableGroupSummary

func (NullableGroupSummary) Get ¶ added in v0.35.0

func (NullableGroupSummary) IsSet ¶ added in v0.35.0

func (v NullableGroupSummary) IsSet() bool

func (NullableGroupSummary) MarshalJSON ¶ added in v0.35.0

func (v NullableGroupSummary) MarshalJSON() ([]byte, error)

func (*NullableGroupSummary) Set ¶ added in v0.35.0

func (v *NullableGroupSummary) Set(val *GroupSummary)

func (*NullableGroupSummary) UnmarshalJSON ¶ added in v0.35.0

func (v *NullableGroupSummary) UnmarshalJSON(src []byte) error

func (*NullableGroupSummary) Unset ¶ added in v0.35.0

func (v *NullableGroupSummary) Unset()

type NullableInitCephClusterRequestContent ¶ added in v0.58.0

type NullableInitCephClusterRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableInitCephClusterRequestContent ¶ added in v0.58.0

func NewNullableInitCephClusterRequestContent(val *InitCephClusterRequestContent) *NullableInitCephClusterRequestContent

func (NullableInitCephClusterRequestContent) Get ¶ added in v0.58.0

func (NullableInitCephClusterRequestContent) IsSet ¶ added in v0.58.0

func (NullableInitCephClusterRequestContent) MarshalJSON ¶ added in v0.58.0

func (v NullableInitCephClusterRequestContent) MarshalJSON() ([]byte, error)

func (*NullableInitCephClusterRequestContent) Set ¶ added in v0.58.0

func (*NullableInitCephClusterRequestContent) UnmarshalJSON ¶ added in v0.58.0

func (v *NullableInitCephClusterRequestContent) UnmarshalJSON(src []byte) error

func (*NullableInitCephClusterRequestContent) Unset ¶ added in v0.58.0

type NullableInitializeGPTRequestContent ¶

type NullableInitializeGPTRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableInitializeGPTRequestContent) Get ¶

func (NullableInitializeGPTRequestContent) IsSet ¶

func (NullableInitializeGPTRequestContent) MarshalJSON ¶

func (v NullableInitializeGPTRequestContent) MarshalJSON() ([]byte, error)

func (*NullableInitializeGPTRequestContent) Set ¶

func (*NullableInitializeGPTRequestContent) UnmarshalJSON ¶

func (v *NullableInitializeGPTRequestContent) UnmarshalJSON(src []byte) error

func (*NullableInitializeGPTRequestContent) Unset ¶

type NullableInitializeGPTResponseContent ¶

type NullableInitializeGPTResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableInitializeGPTResponseContent) Get ¶

func (NullableInitializeGPTResponseContent) IsSet ¶

func (NullableInitializeGPTResponseContent) MarshalJSON ¶

func (v NullableInitializeGPTResponseContent) MarshalJSON() ([]byte, error)

func (*NullableInitializeGPTResponseContent) Set ¶

func (*NullableInitializeGPTResponseContent) UnmarshalJSON ¶

func (v *NullableInitializeGPTResponseContent) UnmarshalJSON(src []byte) error

func (*NullableInitializeGPTResponseContent) Unset ¶

type NullableInt ¶

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt ¶

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get ¶

func (v NullableInt) Get() *int

func (NullableInt) IsSet ¶

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON ¶

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set ¶

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON ¶

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset ¶

func (v *NullableInt) Unset()

type NullableInt32 ¶

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32 ¶

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get ¶

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet ¶

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON ¶

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set ¶

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON ¶

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset ¶

func (v *NullableInt32) Unset()

type NullableInt64 ¶

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64 ¶

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get ¶

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet ¶

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON ¶

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set ¶

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON ¶

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset ¶

func (v *NullableInt64) Unset()

type NullableInternalServerErrorResponseContent ¶

type NullableInternalServerErrorResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableInternalServerErrorResponseContent) Get ¶

func (NullableInternalServerErrorResponseContent) IsSet ¶

func (NullableInternalServerErrorResponseContent) MarshalJSON ¶

func (*NullableInternalServerErrorResponseContent) Set ¶

func (*NullableInternalServerErrorResponseContent) UnmarshalJSON ¶

func (v *NullableInternalServerErrorResponseContent) UnmarshalJSON(src []byte) error

func (*NullableInternalServerErrorResponseContent) Unset ¶

type NullableInvalidInputErrorResponseContent ¶

type NullableInvalidInputErrorResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableInvalidInputErrorResponseContent) Get ¶

func (NullableInvalidInputErrorResponseContent) IsSet ¶

func (NullableInvalidInputErrorResponseContent) MarshalJSON ¶

func (*NullableInvalidInputErrorResponseContent) Set ¶

func (*NullableInvalidInputErrorResponseContent) UnmarshalJSON ¶

func (v *NullableInvalidInputErrorResponseContent) UnmarshalJSON(src []byte) error

func (*NullableInvalidInputErrorResponseContent) Unset ¶

type NullableJoinClusterRequestContent ¶

type NullableJoinClusterRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableJoinClusterRequestContent) Get ¶

func (NullableJoinClusterRequestContent) IsSet ¶

func (NullableJoinClusterRequestContent) MarshalJSON ¶

func (v NullableJoinClusterRequestContent) MarshalJSON() ([]byte, error)

func (*NullableJoinClusterRequestContent) Set ¶

func (*NullableJoinClusterRequestContent) UnmarshalJSON ¶

func (v *NullableJoinClusterRequestContent) UnmarshalJSON(src []byte) error

func (*NullableJoinClusterRequestContent) Unset ¶

type NullableJoinClusterResponseContent ¶

type NullableJoinClusterResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableJoinClusterResponseContent) Get ¶

func (NullableJoinClusterResponseContent) IsSet ¶

func (NullableJoinClusterResponseContent) MarshalJSON ¶

func (v NullableJoinClusterResponseContent) MarshalJSON() ([]byte, error)

func (*NullableJoinClusterResponseContent) Set ¶

func (*NullableJoinClusterResponseContent) UnmarshalJSON ¶

func (v *NullableJoinClusterResponseContent) UnmarshalJSON(src []byte) error

func (*NullableJoinClusterResponseContent) Unset ¶

type NullableJoinInformation ¶

type NullableJoinInformation struct {
	// contains filtered or unexported fields
}

func NewNullableJoinInformation ¶

func NewNullableJoinInformation(val *JoinInformation) *NullableJoinInformation

func (NullableJoinInformation) Get ¶

func (NullableJoinInformation) IsSet ¶

func (v NullableJoinInformation) IsSet() bool

func (NullableJoinInformation) MarshalJSON ¶

func (v NullableJoinInformation) MarshalJSON() ([]byte, error)

func (*NullableJoinInformation) Set ¶

func (*NullableJoinInformation) UnmarshalJSON ¶

func (v *NullableJoinInformation) UnmarshalJSON(src []byte) error

func (*NullableJoinInformation) Unset ¶

func (v *NullableJoinInformation) Unset()

type NullableLVMChild ¶ added in v0.40.0

type NullableLVMChild struct {
	// contains filtered or unexported fields
}

func NewNullableLVMChild ¶ added in v0.40.0

func NewNullableLVMChild(val *LVMChild) *NullableLVMChild

func (NullableLVMChild) Get ¶ added in v0.40.0

func (v NullableLVMChild) Get() *LVMChild

func (NullableLVMChild) IsSet ¶ added in v0.40.0

func (v NullableLVMChild) IsSet() bool

func (NullableLVMChild) MarshalJSON ¶ added in v0.40.0

func (v NullableLVMChild) MarshalJSON() ([]byte, error)

func (*NullableLVMChild) Set ¶ added in v0.40.0

func (v *NullableLVMChild) Set(val *LVMChild)

func (*NullableLVMChild) UnmarshalJSON ¶ added in v0.40.0

func (v *NullableLVMChild) UnmarshalJSON(src []byte) error

func (*NullableLVMChild) Unset ¶ added in v0.40.0

func (v *NullableLVMChild) Unset()

type NullableLVMThinSummary ¶

type NullableLVMThinSummary struct {
	// contains filtered or unexported fields
}

func NewNullableLVMThinSummary ¶

func NewNullableLVMThinSummary(val *LVMThinSummary) *NullableLVMThinSummary

func (NullableLVMThinSummary) Get ¶

func (NullableLVMThinSummary) IsSet ¶

func (v NullableLVMThinSummary) IsSet() bool

func (NullableLVMThinSummary) MarshalJSON ¶

func (v NullableLVMThinSummary) MarshalJSON() ([]byte, error)

func (*NullableLVMThinSummary) Set ¶

func (*NullableLVMThinSummary) UnmarshalJSON ¶

func (v *NullableLVMThinSummary) UnmarshalJSON(src []byte) error

func (*NullableLVMThinSummary) Unset ¶

func (v *NullableLVMThinSummary) Unset()

type NullableLinkSummary ¶

type NullableLinkSummary struct {
	// contains filtered or unexported fields
}

func NewNullableLinkSummary ¶

func NewNullableLinkSummary(val *LinkSummary) *NullableLinkSummary

func (NullableLinkSummary) Get ¶

func (NullableLinkSummary) IsSet ¶

func (v NullableLinkSummary) IsSet() bool

func (NullableLinkSummary) MarshalJSON ¶

func (v NullableLinkSummary) MarshalJSON() ([]byte, error)

func (*NullableLinkSummary) Set ¶

func (v *NullableLinkSummary) Set(val *LinkSummary)

func (*NullableLinkSummary) UnmarshalJSON ¶

func (v *NullableLinkSummary) UnmarshalJSON(src []byte) error

func (*NullableLinkSummary) Unset ¶

func (v *NullableLinkSummary) Unset()

type NullableListCephManagersResponseContent ¶ added in v0.59.0

type NullableListCephManagersResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableListCephManagersResponseContent ¶ added in v0.59.0

func NewNullableListCephManagersResponseContent(val *ListCephManagersResponseContent) *NullableListCephManagersResponseContent

func (NullableListCephManagersResponseContent) Get ¶ added in v0.59.0

func (NullableListCephManagersResponseContent) IsSet ¶ added in v0.59.0

func (NullableListCephManagersResponseContent) MarshalJSON ¶ added in v0.59.0

func (v NullableListCephManagersResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListCephManagersResponseContent) Set ¶ added in v0.59.0

func (*NullableListCephManagersResponseContent) UnmarshalJSON ¶ added in v0.59.0

func (v *NullableListCephManagersResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListCephManagersResponseContent) Unset ¶ added in v0.59.0

type NullableListCephMonitorsResponseContent ¶ added in v0.58.0

type NullableListCephMonitorsResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableListCephMonitorsResponseContent ¶ added in v0.58.0

func NewNullableListCephMonitorsResponseContent(val *ListCephMonitorsResponseContent) *NullableListCephMonitorsResponseContent

func (NullableListCephMonitorsResponseContent) Get ¶ added in v0.58.0

func (NullableListCephMonitorsResponseContent) IsSet ¶ added in v0.58.0

func (NullableListCephMonitorsResponseContent) MarshalJSON ¶ added in v0.58.0

func (v NullableListCephMonitorsResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListCephMonitorsResponseContent) Set ¶ added in v0.58.0

func (*NullableListCephMonitorsResponseContent) UnmarshalJSON ¶ added in v0.58.0

func (v *NullableListCephMonitorsResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListCephMonitorsResponseContent) Unset ¶ added in v0.58.0

type NullableListCorosyncNodesResponseContent ¶

type NullableListCorosyncNodesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListCorosyncNodesResponseContent) Get ¶

func (NullableListCorosyncNodesResponseContent) IsSet ¶

func (NullableListCorosyncNodesResponseContent) MarshalJSON ¶

func (*NullableListCorosyncNodesResponseContent) Set ¶

func (*NullableListCorosyncNodesResponseContent) UnmarshalJSON ¶

func (v *NullableListCorosyncNodesResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListCorosyncNodesResponseContent) Unset ¶

type NullableListCpuCapabilitiesResponseContent ¶

type NullableListCpuCapabilitiesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListCpuCapabilitiesResponseContent) Get ¶

func (NullableListCpuCapabilitiesResponseContent) IsSet ¶

func (NullableListCpuCapabilitiesResponseContent) MarshalJSON ¶

func (*NullableListCpuCapabilitiesResponseContent) Set ¶

func (*NullableListCpuCapabilitiesResponseContent) UnmarshalJSON ¶

func (v *NullableListCpuCapabilitiesResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListCpuCapabilitiesResponseContent) Unset ¶

type NullableListDirectoriesResponseContent ¶

type NullableListDirectoriesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListDirectoriesResponseContent) Get ¶

func (NullableListDirectoriesResponseContent) IsSet ¶

func (NullableListDirectoriesResponseContent) MarshalJSON ¶

func (v NullableListDirectoriesResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListDirectoriesResponseContent) Set ¶

func (*NullableListDirectoriesResponseContent) UnmarshalJSON ¶

func (v *NullableListDirectoriesResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListDirectoriesResponseContent) Unset ¶

type NullableListDisksResponseContent ¶

type NullableListDisksResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListDisksResponseContent) Get ¶

func (NullableListDisksResponseContent) IsSet ¶

func (NullableListDisksResponseContent) MarshalJSON ¶

func (v NullableListDisksResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListDisksResponseContent) Set ¶

func (*NullableListDisksResponseContent) UnmarshalJSON ¶

func (v *NullableListDisksResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListDisksResponseContent) Unset ¶

type NullableListGroupsResponseContent ¶ added in v0.35.0

type NullableListGroupsResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableListGroupsResponseContent ¶ added in v0.35.0

func NewNullableListGroupsResponseContent(val *ListGroupsResponseContent) *NullableListGroupsResponseContent

func (NullableListGroupsResponseContent) Get ¶ added in v0.35.0

func (NullableListGroupsResponseContent) IsSet ¶ added in v0.35.0

func (NullableListGroupsResponseContent) MarshalJSON ¶ added in v0.35.0

func (v NullableListGroupsResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListGroupsResponseContent) Set ¶ added in v0.35.0

func (*NullableListGroupsResponseContent) UnmarshalJSON ¶ added in v0.35.0

func (v *NullableListGroupsResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListGroupsResponseContent) Unset ¶ added in v0.35.0

type NullableListLVMThinsResponseContent ¶

type NullableListLVMThinsResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListLVMThinsResponseContent) Get ¶

func (NullableListLVMThinsResponseContent) IsSet ¶

func (NullableListLVMThinsResponseContent) MarshalJSON ¶

func (v NullableListLVMThinsResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListLVMThinsResponseContent) Set ¶

func (*NullableListLVMThinsResponseContent) UnmarshalJSON ¶

func (v *NullableListLVMThinsResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListLVMThinsResponseContent) Unset ¶

type NullableListLVMsData ¶ added in v0.40.0

type NullableListLVMsData struct {
	// contains filtered or unexported fields
}

func NewNullableListLVMsData ¶ added in v0.40.0

func NewNullableListLVMsData(val *ListLVMsData) *NullableListLVMsData

func (NullableListLVMsData) Get ¶ added in v0.40.0

func (NullableListLVMsData) IsSet ¶ added in v0.40.0

func (v NullableListLVMsData) IsSet() bool

func (NullableListLVMsData) MarshalJSON ¶ added in v0.40.0

func (v NullableListLVMsData) MarshalJSON() ([]byte, error)

func (*NullableListLVMsData) Set ¶ added in v0.40.0

func (v *NullableListLVMsData) Set(val *ListLVMsData)

func (*NullableListLVMsData) UnmarshalJSON ¶ added in v0.40.0

func (v *NullableListLVMsData) UnmarshalJSON(src []byte) error

func (*NullableListLVMsData) Unset ¶ added in v0.40.0

func (v *NullableListLVMsData) Unset()

type NullableListLVMsResponseContent ¶

type NullableListLVMsResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListLVMsResponseContent) Get ¶

func (NullableListLVMsResponseContent) IsSet ¶

func (NullableListLVMsResponseContent) MarshalJSON ¶

func (v NullableListLVMsResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListLVMsResponseContent) Set ¶

func (*NullableListLVMsResponseContent) UnmarshalJSON ¶

func (v *NullableListLVMsResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListLVMsResponseContent) Unset ¶

type NullableListMachineCapabilitiesResponseContent ¶

type NullableListMachineCapabilitiesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListMachineCapabilitiesResponseContent) Get ¶

func (NullableListMachineCapabilitiesResponseContent) IsSet ¶

func (NullableListMachineCapabilitiesResponseContent) MarshalJSON ¶

func (*NullableListMachineCapabilitiesResponseContent) Set ¶

func (*NullableListMachineCapabilitiesResponseContent) UnmarshalJSON ¶

func (*NullableListMachineCapabilitiesResponseContent) Unset ¶

type NullableListNetworkInterfacesResponseContent ¶

type NullableListNetworkInterfacesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListNetworkInterfacesResponseContent) Get ¶

func (NullableListNetworkInterfacesResponseContent) IsSet ¶

func (NullableListNetworkInterfacesResponseContent) MarshalJSON ¶

func (*NullableListNetworkInterfacesResponseContent) Set ¶

func (*NullableListNetworkInterfacesResponseContent) UnmarshalJSON ¶

func (*NullableListNetworkInterfacesResponseContent) Unset ¶

type NullableListNodeCertificatesResponseContent ¶

type NullableListNodeCertificatesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListNodeCertificatesResponseContent) Get ¶

func (NullableListNodeCertificatesResponseContent) IsSet ¶

func (NullableListNodeCertificatesResponseContent) MarshalJSON ¶

func (*NullableListNodeCertificatesResponseContent) Set ¶

func (*NullableListNodeCertificatesResponseContent) UnmarshalJSON ¶

func (v *NullableListNodeCertificatesResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListNodeCertificatesResponseContent) Unset ¶

type NullableListNodeStorageResponseContent ¶ added in v0.16.0

type NullableListNodeStorageResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableListNodeStorageResponseContent ¶ added in v0.16.0

func NewNullableListNodeStorageResponseContent(val *ListNodeStorageResponseContent) *NullableListNodeStorageResponseContent

func (NullableListNodeStorageResponseContent) Get ¶ added in v0.16.0

func (NullableListNodeStorageResponseContent) IsSet ¶ added in v0.16.0

func (NullableListNodeStorageResponseContent) MarshalJSON ¶ added in v0.16.0

func (v NullableListNodeStorageResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListNodeStorageResponseContent) Set ¶ added in v0.16.0

func (*NullableListNodeStorageResponseContent) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableListNodeStorageResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListNodeStorageResponseContent) Unset ¶ added in v0.16.0

type NullableListNodesResponseContent ¶

type NullableListNodesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListNodesResponseContent) Get ¶

func (NullableListNodesResponseContent) IsSet ¶

func (NullableListNodesResponseContent) MarshalJSON ¶

func (v NullableListNodesResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListNodesResponseContent) Set ¶

func (*NullableListNodesResponseContent) UnmarshalJSON ¶

func (v *NullableListNodesResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListNodesResponseContent) Unset ¶

type NullableListPackagesResponseContent ¶

type NullableListPackagesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListPackagesResponseContent) Get ¶

func (NullableListPackagesResponseContent) IsSet ¶

func (NullableListPackagesResponseContent) MarshalJSON ¶

func (v NullableListPackagesResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListPackagesResponseContent) Set ¶

func (*NullableListPackagesResponseContent) UnmarshalJSON ¶

func (v *NullableListPackagesResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListPackagesResponseContent) Unset ¶

type NullableListPciDeviceMediatedDevicesResponseContent ¶

type NullableListPciDeviceMediatedDevicesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListPciDeviceMediatedDevicesResponseContent) Get ¶

func (NullableListPciDeviceMediatedDevicesResponseContent) IsSet ¶

func (NullableListPciDeviceMediatedDevicesResponseContent) MarshalJSON ¶

func (*NullableListPciDeviceMediatedDevicesResponseContent) Set ¶

func (*NullableListPciDeviceMediatedDevicesResponseContent) UnmarshalJSON ¶

func (*NullableListPciDeviceMediatedDevicesResponseContent) Unset ¶

type NullableListPciDevicesResponseContent ¶

type NullableListPciDevicesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListPciDevicesResponseContent) Get ¶

func (NullableListPciDevicesResponseContent) IsSet ¶

func (NullableListPciDevicesResponseContent) MarshalJSON ¶

func (v NullableListPciDevicesResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListPciDevicesResponseContent) Set ¶

func (*NullableListPciDevicesResponseContent) UnmarshalJSON ¶

func (v *NullableListPciDevicesResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListPciDevicesResponseContent) Unset ¶

type NullableListPendingVirtualMachineConfigurationChangesResponseContent ¶

type NullableListPendingVirtualMachineConfigurationChangesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListPendingVirtualMachineConfigurationChangesResponseContent) Get ¶

func (NullableListPendingVirtualMachineConfigurationChangesResponseContent) IsSet ¶

func (NullableListPendingVirtualMachineConfigurationChangesResponseContent) MarshalJSON ¶

func (*NullableListPendingVirtualMachineConfigurationChangesResponseContent) Set ¶

func (*NullableListPendingVirtualMachineConfigurationChangesResponseContent) UnmarshalJSON ¶

func (*NullableListPendingVirtualMachineConfigurationChangesResponseContent) Unset ¶

type NullableListPoolsResponseContent ¶

type NullableListPoolsResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListPoolsResponseContent) Get ¶

func (NullableListPoolsResponseContent) IsSet ¶

func (NullableListPoolsResponseContent) MarshalJSON ¶

func (v NullableListPoolsResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListPoolsResponseContent) Set ¶

func (*NullableListPoolsResponseContent) UnmarshalJSON ¶

func (v *NullableListPoolsResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListPoolsResponseContent) Unset ¶

type NullableListRealmsResponseContent ¶ added in v0.21.0

type NullableListRealmsResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableListRealmsResponseContent ¶ added in v0.21.0

func NewNullableListRealmsResponseContent(val *ListRealmsResponseContent) *NullableListRealmsResponseContent

func (NullableListRealmsResponseContent) Get ¶ added in v0.21.0

func (NullableListRealmsResponseContent) IsSet ¶ added in v0.21.0

func (NullableListRealmsResponseContent) MarshalJSON ¶ added in v0.21.0

func (v NullableListRealmsResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListRealmsResponseContent) Set ¶ added in v0.21.0

func (*NullableListRealmsResponseContent) UnmarshalJSON ¶ added in v0.21.0

func (v *NullableListRealmsResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListRealmsResponseContent) Unset ¶ added in v0.21.0

type NullableListRepositoriesInformationResponseContent ¶

type NullableListRepositoriesInformationResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListRepositoriesInformationResponseContent) Get ¶

func (NullableListRepositoriesInformationResponseContent) IsSet ¶

func (NullableListRepositoriesInformationResponseContent) MarshalJSON ¶

func (*NullableListRepositoriesInformationResponseContent) Set ¶

func (*NullableListRepositoriesInformationResponseContent) UnmarshalJSON ¶

func (*NullableListRepositoriesInformationResponseContent) Unset ¶

type NullableListRolesResponseContent ¶ added in v0.38.0

type NullableListRolesResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableListRolesResponseContent ¶ added in v0.38.0

func NewNullableListRolesResponseContent(val *ListRolesResponseContent) *NullableListRolesResponseContent

func (NullableListRolesResponseContent) Get ¶ added in v0.38.0

func (NullableListRolesResponseContent) IsSet ¶ added in v0.38.0

func (NullableListRolesResponseContent) MarshalJSON ¶ added in v0.38.0

func (v NullableListRolesResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListRolesResponseContent) Set ¶ added in v0.38.0

func (*NullableListRolesResponseContent) UnmarshalJSON ¶ added in v0.38.0

func (v *NullableListRolesResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListRolesResponseContent) Unset ¶ added in v0.38.0

type NullableListSnapshotsResponseContent ¶ added in v0.52.0

type NullableListSnapshotsResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableListSnapshotsResponseContent ¶ added in v0.52.0

func NewNullableListSnapshotsResponseContent(val *ListSnapshotsResponseContent) *NullableListSnapshotsResponseContent

func (NullableListSnapshotsResponseContent) Get ¶ added in v0.52.0

func (NullableListSnapshotsResponseContent) IsSet ¶ added in v0.52.0

func (NullableListSnapshotsResponseContent) MarshalJSON ¶ added in v0.52.0

func (v NullableListSnapshotsResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListSnapshotsResponseContent) Set ¶ added in v0.52.0

func (*NullableListSnapshotsResponseContent) UnmarshalJSON ¶ added in v0.52.0

func (v *NullableListSnapshotsResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListSnapshotsResponseContent) Unset ¶ added in v0.52.0

type NullableListStorageResponseContent ¶

type NullableListStorageResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListStorageResponseContent) Get ¶

func (NullableListStorageResponseContent) IsSet ¶

func (NullableListStorageResponseContent) MarshalJSON ¶

func (v NullableListStorageResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListStorageResponseContent) Set ¶

func (*NullableListStorageResponseContent) UnmarshalJSON ¶

func (v *NullableListStorageResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListStorageResponseContent) Unset ¶

type NullableListStorageVolumesResponseContent ¶ added in v0.16.0

type NullableListStorageVolumesResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableListStorageVolumesResponseContent ¶ added in v0.16.0

func NewNullableListStorageVolumesResponseContent(val *ListStorageVolumesResponseContent) *NullableListStorageVolumesResponseContent

func (NullableListStorageVolumesResponseContent) Get ¶ added in v0.16.0

func (NullableListStorageVolumesResponseContent) IsSet ¶ added in v0.16.0

func (NullableListStorageVolumesResponseContent) MarshalJSON ¶ added in v0.16.0

func (*NullableListStorageVolumesResponseContent) Set ¶ added in v0.16.0

func (*NullableListStorageVolumesResponseContent) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableListStorageVolumesResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListStorageVolumesResponseContent) Unset ¶ added in v0.16.0

type NullableListUpdatesResponseContent ¶

type NullableListUpdatesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListUpdatesResponseContent) Get ¶

func (NullableListUpdatesResponseContent) IsSet ¶

func (NullableListUpdatesResponseContent) MarshalJSON ¶

func (v NullableListUpdatesResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListUpdatesResponseContent) Set ¶

func (*NullableListUpdatesResponseContent) UnmarshalJSON ¶

func (v *NullableListUpdatesResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListUpdatesResponseContent) Unset ¶

type NullableListUsbDevicesResponseContent ¶

type NullableListUsbDevicesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListUsbDevicesResponseContent) Get ¶

func (NullableListUsbDevicesResponseContent) IsSet ¶

func (NullableListUsbDevicesResponseContent) MarshalJSON ¶

func (v NullableListUsbDevicesResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListUsbDevicesResponseContent) Set ¶

func (*NullableListUsbDevicesResponseContent) UnmarshalJSON ¶

func (v *NullableListUsbDevicesResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListUsbDevicesResponseContent) Unset ¶

type NullableListUserTokensResponseContent ¶ added in v0.19.0

type NullableListUserTokensResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableListUserTokensResponseContent ¶ added in v0.19.0

func NewNullableListUserTokensResponseContent(val *ListUserTokensResponseContent) *NullableListUserTokensResponseContent

func (NullableListUserTokensResponseContent) Get ¶ added in v0.19.0

func (NullableListUserTokensResponseContent) IsSet ¶ added in v0.19.0

func (NullableListUserTokensResponseContent) MarshalJSON ¶ added in v0.19.0

func (v NullableListUserTokensResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListUserTokensResponseContent) Set ¶ added in v0.19.0

func (*NullableListUserTokensResponseContent) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableListUserTokensResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListUserTokensResponseContent) Unset ¶ added in v0.19.0

type NullableListUsersResponseContent ¶ added in v0.19.0

type NullableListUsersResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableListUsersResponseContent ¶ added in v0.19.0

func NewNullableListUsersResponseContent(val *ListUsersResponseContent) *NullableListUsersResponseContent

func (NullableListUsersResponseContent) Get ¶ added in v0.19.0

func (NullableListUsersResponseContent) IsSet ¶ added in v0.19.0

func (NullableListUsersResponseContent) MarshalJSON ¶ added in v0.19.0

func (v NullableListUsersResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListUsersResponseContent) Set ¶ added in v0.19.0

func (*NullableListUsersResponseContent) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableListUsersResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListUsersResponseContent) Unset ¶ added in v0.19.0

type NullableListVirtualMachineFirewallReferencesResponseContent ¶ added in v0.54.0

type NullableListVirtualMachineFirewallReferencesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListVirtualMachineFirewallReferencesResponseContent) Get ¶ added in v0.54.0

func (NullableListVirtualMachineFirewallReferencesResponseContent) IsSet ¶ added in v0.54.0

func (NullableListVirtualMachineFirewallReferencesResponseContent) MarshalJSON ¶ added in v0.54.0

func (*NullableListVirtualMachineFirewallReferencesResponseContent) Set ¶ added in v0.54.0

func (*NullableListVirtualMachineFirewallReferencesResponseContent) UnmarshalJSON ¶ added in v0.54.0

func (*NullableListVirtualMachineFirewallReferencesResponseContent) Unset ¶ added in v0.54.0

type NullableListVirtualMachinesResponseContent ¶

type NullableListVirtualMachinesResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListVirtualMachinesResponseContent) Get ¶

func (NullableListVirtualMachinesResponseContent) IsSet ¶

func (NullableListVirtualMachinesResponseContent) MarshalJSON ¶

func (*NullableListVirtualMachinesResponseContent) Set ¶

func (*NullableListVirtualMachinesResponseContent) UnmarshalJSON ¶

func (v *NullableListVirtualMachinesResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListVirtualMachinesResponseContent) Unset ¶

type NullableListZFSPoolsResponseContent ¶

type NullableListZFSPoolsResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableListZFSPoolsResponseContent) Get ¶

func (NullableListZFSPoolsResponseContent) IsSet ¶

func (NullableListZFSPoolsResponseContent) MarshalJSON ¶

func (v NullableListZFSPoolsResponseContent) MarshalJSON() ([]byte, error)

func (*NullableListZFSPoolsResponseContent) Set ¶

func (*NullableListZFSPoolsResponseContent) UnmarshalJSON ¶

func (v *NullableListZFSPoolsResponseContent) UnmarshalJSON(src []byte) error

func (*NullableListZFSPoolsResponseContent) Unset ¶

type NullableMachineCapabilitySummary ¶

type NullableMachineCapabilitySummary struct {
	// contains filtered or unexported fields
}

func (NullableMachineCapabilitySummary) Get ¶

func (NullableMachineCapabilitySummary) IsSet ¶

func (NullableMachineCapabilitySummary) MarshalJSON ¶

func (v NullableMachineCapabilitySummary) MarshalJSON() ([]byte, error)

func (*NullableMachineCapabilitySummary) Set ¶

func (*NullableMachineCapabilitySummary) UnmarshalJSON ¶

func (v *NullableMachineCapabilitySummary) UnmarshalJSON(src []byte) error

func (*NullableMachineCapabilitySummary) Unset ¶

type NullableMachineType ¶

type NullableMachineType struct {
	// contains filtered or unexported fields
}

func NewNullableMachineType ¶

func NewNullableMachineType(val *MachineType) *NullableMachineType

func (NullableMachineType) Get ¶

func (NullableMachineType) IsSet ¶

func (v NullableMachineType) IsSet() bool

func (NullableMachineType) MarshalJSON ¶

func (v NullableMachineType) MarshalJSON() ([]byte, error)

func (*NullableMachineType) Set ¶

func (v *NullableMachineType) Set(val *MachineType)

func (*NullableMachineType) UnmarshalJSON ¶

func (v *NullableMachineType) UnmarshalJSON(src []byte) error

func (*NullableMachineType) Unset ¶

func (v *NullableMachineType) Unset()

type NullableMemoryBlockSummary ¶

type NullableMemoryBlockSummary struct {
	// contains filtered or unexported fields
}

func NewNullableMemoryBlockSummary ¶

func NewNullableMemoryBlockSummary(val *MemoryBlockSummary) *NullableMemoryBlockSummary

func (NullableMemoryBlockSummary) Get ¶

func (NullableMemoryBlockSummary) IsSet ¶

func (v NullableMemoryBlockSummary) IsSet() bool

func (NullableMemoryBlockSummary) MarshalJSON ¶

func (v NullableMemoryBlockSummary) MarshalJSON() ([]byte, error)

func (*NullableMemoryBlockSummary) Set ¶

func (*NullableMemoryBlockSummary) UnmarshalJSON ¶

func (v *NullableMemoryBlockSummary) UnmarshalJSON(src []byte) error

func (*NullableMemoryBlockSummary) Unset ¶

func (v *NullableMemoryBlockSummary) Unset()

type NullableModifyPoolRequestContent ¶

type NullableModifyPoolRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableModifyPoolRequestContent) Get ¶

func (NullableModifyPoolRequestContent) IsSet ¶

func (NullableModifyPoolRequestContent) MarshalJSON ¶

func (v NullableModifyPoolRequestContent) MarshalJSON() ([]byte, error)

func (*NullableModifyPoolRequestContent) Set ¶

func (*NullableModifyPoolRequestContent) UnmarshalJSON ¶

func (v *NullableModifyPoolRequestContent) UnmarshalJSON(src []byte) error

func (*NullableModifyPoolRequestContent) Unset ¶

type NullableModifyRoleRequestContent ¶ added in v0.38.0

type NullableModifyRoleRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableModifyRoleRequestContent ¶ added in v0.38.0

func NewNullableModifyRoleRequestContent(val *ModifyRoleRequestContent) *NullableModifyRoleRequestContent

func (NullableModifyRoleRequestContent) Get ¶ added in v0.38.0

func (NullableModifyRoleRequestContent) IsSet ¶ added in v0.38.0

func (NullableModifyRoleRequestContent) MarshalJSON ¶ added in v0.38.0

func (v NullableModifyRoleRequestContent) MarshalJSON() ([]byte, error)

func (*NullableModifyRoleRequestContent) Set ¶ added in v0.38.0

func (*NullableModifyRoleRequestContent) UnmarshalJSON ¶ added in v0.38.0

func (v *NullableModifyRoleRequestContent) UnmarshalJSON(src []byte) error

func (*NullableModifyRoleRequestContent) Unset ¶ added in v0.38.0

type NullableModifyStorageRequestContent ¶

type NullableModifyStorageRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableModifyStorageRequestContent) Get ¶

func (NullableModifyStorageRequestContent) IsSet ¶

func (NullableModifyStorageRequestContent) MarshalJSON ¶

func (v NullableModifyStorageRequestContent) MarshalJSON() ([]byte, error)

func (*NullableModifyStorageRequestContent) Set ¶

func (*NullableModifyStorageRequestContent) UnmarshalJSON ¶

func (v *NullableModifyStorageRequestContent) UnmarshalJSON(src []byte) error

func (*NullableModifyStorageRequestContent) Unset ¶

type NullableModifyStorageResponseContent ¶

type NullableModifyStorageResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableModifyStorageResponseContent) Get ¶

func (NullableModifyStorageResponseContent) IsSet ¶

func (NullableModifyStorageResponseContent) MarshalJSON ¶

func (v NullableModifyStorageResponseContent) MarshalJSON() ([]byte, error)

func (*NullableModifyStorageResponseContent) Set ¶

func (*NullableModifyStorageResponseContent) UnmarshalJSON ¶

func (v *NullableModifyStorageResponseContent) UnmarshalJSON(src []byte) error

func (*NullableModifyStorageResponseContent) Unset ¶

type NullableModifyUserRequestContent ¶ added in v0.19.0

type NullableModifyUserRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableModifyUserRequestContent ¶ added in v0.19.0

func NewNullableModifyUserRequestContent(val *ModifyUserRequestContent) *NullableModifyUserRequestContent

func (NullableModifyUserRequestContent) Get ¶ added in v0.19.0

func (NullableModifyUserRequestContent) IsSet ¶ added in v0.19.0

func (NullableModifyUserRequestContent) MarshalJSON ¶ added in v0.19.0

func (v NullableModifyUserRequestContent) MarshalJSON() ([]byte, error)

func (*NullableModifyUserRequestContent) Set ¶ added in v0.19.0

func (*NullableModifyUserRequestContent) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableModifyUserRequestContent) UnmarshalJSON(src []byte) error

func (*NullableModifyUserRequestContent) Unset ¶ added in v0.19.0

type NullableModifyUserTokenRequestContent ¶ added in v0.19.0

type NullableModifyUserTokenRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableModifyUserTokenRequestContent ¶ added in v0.19.0

func NewNullableModifyUserTokenRequestContent(val *ModifyUserTokenRequestContent) *NullableModifyUserTokenRequestContent

func (NullableModifyUserTokenRequestContent) Get ¶ added in v0.19.0

func (NullableModifyUserTokenRequestContent) IsSet ¶ added in v0.19.0

func (NullableModifyUserTokenRequestContent) MarshalJSON ¶ added in v0.19.0

func (v NullableModifyUserTokenRequestContent) MarshalJSON() ([]byte, error)

func (*NullableModifyUserTokenRequestContent) Set ¶ added in v0.19.0

func (*NullableModifyUserTokenRequestContent) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableModifyUserTokenRequestContent) UnmarshalJSON(src []byte) error

func (*NullableModifyUserTokenRequestContent) Unset ¶ added in v0.19.0

type NullableModifyUserTokenResponseContent ¶ added in v0.19.0

type NullableModifyUserTokenResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableModifyUserTokenResponseContent ¶ added in v0.19.0

func NewNullableModifyUserTokenResponseContent(val *ModifyUserTokenResponseContent) *NullableModifyUserTokenResponseContent

func (NullableModifyUserTokenResponseContent) Get ¶ added in v0.19.0

func (NullableModifyUserTokenResponseContent) IsSet ¶ added in v0.19.0

func (NullableModifyUserTokenResponseContent) MarshalJSON ¶ added in v0.19.0

func (v NullableModifyUserTokenResponseContent) MarshalJSON() ([]byte, error)

func (*NullableModifyUserTokenResponseContent) Set ¶ added in v0.19.0

func (*NullableModifyUserTokenResponseContent) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableModifyUserTokenResponseContent) UnmarshalJSON(src []byte) error

func (*NullableModifyUserTokenResponseContent) Unset ¶ added in v0.19.0

type NullableNetworkInterfaceBondHashPolicy ¶

type NullableNetworkInterfaceBondHashPolicy struct {
	// contains filtered or unexported fields
}

func (NullableNetworkInterfaceBondHashPolicy) Get ¶

func (NullableNetworkInterfaceBondHashPolicy) IsSet ¶

func (NullableNetworkInterfaceBondHashPolicy) MarshalJSON ¶

func (v NullableNetworkInterfaceBondHashPolicy) MarshalJSON() ([]byte, error)

func (*NullableNetworkInterfaceBondHashPolicy) Set ¶

func (*NullableNetworkInterfaceBondHashPolicy) UnmarshalJSON ¶

func (v *NullableNetworkInterfaceBondHashPolicy) UnmarshalJSON(src []byte) error

func (*NullableNetworkInterfaceBondHashPolicy) Unset ¶

type NullableNetworkInterfaceBondMode ¶

type NullableNetworkInterfaceBondMode struct {
	// contains filtered or unexported fields
}

func (NullableNetworkInterfaceBondMode) Get ¶

func (NullableNetworkInterfaceBondMode) IsSet ¶

func (NullableNetworkInterfaceBondMode) MarshalJSON ¶

func (v NullableNetworkInterfaceBondMode) MarshalJSON() ([]byte, error)

func (*NullableNetworkInterfaceBondMode) Set ¶

func (*NullableNetworkInterfaceBondMode) UnmarshalJSON ¶

func (v *NullableNetworkInterfaceBondMode) UnmarshalJSON(src []byte) error

func (*NullableNetworkInterfaceBondMode) Unset ¶

type NullableNetworkInterfaceIpAddressSummary ¶ added in v0.18.0

type NullableNetworkInterfaceIpAddressSummary struct {
	// contains filtered or unexported fields
}

func NewNullableNetworkInterfaceIpAddressSummary ¶ added in v0.18.0

func NewNullableNetworkInterfaceIpAddressSummary(val *NetworkInterfaceIpAddressSummary) *NullableNetworkInterfaceIpAddressSummary

func (NullableNetworkInterfaceIpAddressSummary) Get ¶ added in v0.18.0

func (NullableNetworkInterfaceIpAddressSummary) IsSet ¶ added in v0.18.0

func (NullableNetworkInterfaceIpAddressSummary) MarshalJSON ¶ added in v0.18.0

func (*NullableNetworkInterfaceIpAddressSummary) Set ¶ added in v0.18.0

func (*NullableNetworkInterfaceIpAddressSummary) UnmarshalJSON ¶ added in v0.18.0

func (v *NullableNetworkInterfaceIpAddressSummary) UnmarshalJSON(src []byte) error

func (*NullableNetworkInterfaceIpAddressSummary) Unset ¶ added in v0.18.0

type NullableNetworkInterfaceMethod ¶

type NullableNetworkInterfaceMethod struct {
	// contains filtered or unexported fields
}

func (NullableNetworkInterfaceMethod) Get ¶

func (NullableNetworkInterfaceMethod) IsSet ¶

func (NullableNetworkInterfaceMethod) MarshalJSON ¶

func (v NullableNetworkInterfaceMethod) MarshalJSON() ([]byte, error)

func (*NullableNetworkInterfaceMethod) Set ¶

func (*NullableNetworkInterfaceMethod) UnmarshalJSON ¶

func (v *NullableNetworkInterfaceMethod) UnmarshalJSON(src []byte) error

func (*NullableNetworkInterfaceMethod) Unset ¶

func (v *NullableNetworkInterfaceMethod) Unset()

type NullableNetworkInterfaceStatisticsSummary ¶ added in v0.18.0

type NullableNetworkInterfaceStatisticsSummary struct {
	// contains filtered or unexported fields
}

func NewNullableNetworkInterfaceStatisticsSummary ¶ added in v0.18.0

func NewNullableNetworkInterfaceStatisticsSummary(val *NetworkInterfaceStatisticsSummary) *NullableNetworkInterfaceStatisticsSummary

func (NullableNetworkInterfaceStatisticsSummary) Get ¶ added in v0.18.0

func (NullableNetworkInterfaceStatisticsSummary) IsSet ¶ added in v0.18.0

func (NullableNetworkInterfaceStatisticsSummary) MarshalJSON ¶ added in v0.18.0

func (*NullableNetworkInterfaceStatisticsSummary) Set ¶ added in v0.18.0

func (*NullableNetworkInterfaceStatisticsSummary) UnmarshalJSON ¶ added in v0.18.0

func (v *NullableNetworkInterfaceStatisticsSummary) UnmarshalJSON(src []byte) error

func (*NullableNetworkInterfaceStatisticsSummary) Unset ¶ added in v0.18.0

type NullableNetworkInterfaceSummary ¶

type NullableNetworkInterfaceSummary struct {
	// contains filtered or unexported fields
}

func (NullableNetworkInterfaceSummary) Get ¶

func (NullableNetworkInterfaceSummary) IsSet ¶

func (NullableNetworkInterfaceSummary) MarshalJSON ¶

func (v NullableNetworkInterfaceSummary) MarshalJSON() ([]byte, error)

func (*NullableNetworkInterfaceSummary) Set ¶

func (*NullableNetworkInterfaceSummary) UnmarshalJSON ¶

func (v *NullableNetworkInterfaceSummary) UnmarshalJSON(src []byte) error

func (*NullableNetworkInterfaceSummary) Unset ¶

type NullableNetworkInterfaceType ¶

type NullableNetworkInterfaceType struct {
	// contains filtered or unexported fields
}

func (NullableNetworkInterfaceType) Get ¶

func (NullableNetworkInterfaceType) IsSet ¶

func (NullableNetworkInterfaceType) MarshalJSON ¶

func (v NullableNetworkInterfaceType) MarshalJSON() ([]byte, error)

func (*NullableNetworkInterfaceType) Set ¶

func (*NullableNetworkInterfaceType) UnmarshalJSON ¶

func (v *NullableNetworkInterfaceType) UnmarshalJSON(src []byte) error

func (*NullableNetworkInterfaceType) Unset ¶

func (v *NullableNetworkInterfaceType) Unset()

type NullableNoGuestAgentErrorResponseContent ¶

type NullableNoGuestAgentErrorResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableNoGuestAgentErrorResponseContent) Get ¶

func (NullableNoGuestAgentErrorResponseContent) IsSet ¶

func (NullableNoGuestAgentErrorResponseContent) MarshalJSON ¶

func (*NullableNoGuestAgentErrorResponseContent) Set ¶

func (*NullableNoGuestAgentErrorResponseContent) UnmarshalJSON ¶

func (v *NullableNoGuestAgentErrorResponseContent) UnmarshalJSON(src []byte) error

func (*NullableNoGuestAgentErrorResponseContent) Unset ¶

type NullableNodeCertificate ¶

type NullableNodeCertificate struct {
	// contains filtered or unexported fields
}

func NewNullableNodeCertificate ¶

func NewNullableNodeCertificate(val *NodeCertificate) *NullableNodeCertificate

func (NullableNodeCertificate) Get ¶

func (NullableNodeCertificate) IsSet ¶

func (v NullableNodeCertificate) IsSet() bool

func (NullableNodeCertificate) MarshalJSON ¶

func (v NullableNodeCertificate) MarshalJSON() ([]byte, error)

func (*NullableNodeCertificate) Set ¶

func (*NullableNodeCertificate) UnmarshalJSON ¶

func (v *NullableNodeCertificate) UnmarshalJSON(src []byte) error

func (*NullableNodeCertificate) Unset ¶

func (v *NullableNodeCertificate) Unset()

type NullableNodeDnsSummary ¶ added in v0.56.0

type NullableNodeDnsSummary struct {
	// contains filtered or unexported fields
}

func NewNullableNodeDnsSummary ¶ added in v0.56.0

func NewNullableNodeDnsSummary(val *NodeDnsSummary) *NullableNodeDnsSummary

func (NullableNodeDnsSummary) Get ¶ added in v0.56.0

func (NullableNodeDnsSummary) IsSet ¶ added in v0.56.0

func (v NullableNodeDnsSummary) IsSet() bool

func (NullableNodeDnsSummary) MarshalJSON ¶ added in v0.56.0

func (v NullableNodeDnsSummary) MarshalJSON() ([]byte, error)

func (*NullableNodeDnsSummary) Set ¶ added in v0.56.0

func (*NullableNodeDnsSummary) UnmarshalJSON ¶ added in v0.56.0

func (v *NullableNodeDnsSummary) UnmarshalJSON(src []byte) error

func (*NullableNodeDnsSummary) Unset ¶ added in v0.56.0

func (v *NullableNodeDnsSummary) Unset()

type NullableNodeStatus ¶

type NullableNodeStatus struct {
	// contains filtered or unexported fields
}

func NewNullableNodeStatus ¶

func NewNullableNodeStatus(val *NodeStatus) *NullableNodeStatus

func (NullableNodeStatus) Get ¶

func (v NullableNodeStatus) Get() *NodeStatus

func (NullableNodeStatus) IsSet ¶

func (v NullableNodeStatus) IsSet() bool

func (NullableNodeStatus) MarshalJSON ¶

func (v NullableNodeStatus) MarshalJSON() ([]byte, error)

func (*NullableNodeStatus) Set ¶

func (v *NullableNodeStatus) Set(val *NodeStatus)

func (*NullableNodeStatus) UnmarshalJSON ¶

func (v *NullableNodeStatus) UnmarshalJSON(src []byte) error

func (*NullableNodeStatus) Unset ¶

func (v *NullableNodeStatus) Unset()

type NullableNodeStorageSummary ¶ added in v0.16.0

type NullableNodeStorageSummary struct {
	// contains filtered or unexported fields
}

func NewNullableNodeStorageSummary ¶ added in v0.16.0

func NewNullableNodeStorageSummary(val *NodeStorageSummary) *NullableNodeStorageSummary

func (NullableNodeStorageSummary) Get ¶ added in v0.16.0

func (NullableNodeStorageSummary) IsSet ¶ added in v0.16.0

func (v NullableNodeStorageSummary) IsSet() bool

func (NullableNodeStorageSummary) MarshalJSON ¶ added in v0.16.0

func (v NullableNodeStorageSummary) MarshalJSON() ([]byte, error)

func (*NullableNodeStorageSummary) Set ¶ added in v0.16.0

func (*NullableNodeStorageSummary) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableNodeStorageSummary) UnmarshalJSON(src []byte) error

func (*NullableNodeStorageSummary) Unset ¶ added in v0.16.0

func (v *NullableNodeStorageSummary) Unset()

type NullableNodeSummary ¶

type NullableNodeSummary struct {
	// contains filtered or unexported fields
}

func NewNullableNodeSummary ¶

func NewNullableNodeSummary(val *NodeSummary) *NullableNodeSummary

func (NullableNodeSummary) Get ¶

func (NullableNodeSummary) IsSet ¶

func (v NullableNodeSummary) IsSet() bool

func (NullableNodeSummary) MarshalJSON ¶

func (v NullableNodeSummary) MarshalJSON() ([]byte, error)

func (*NullableNodeSummary) Set ¶

func (v *NullableNodeSummary) Set(val *NodeSummary)

func (*NullableNodeSummary) UnmarshalJSON ¶

func (v *NullableNodeSummary) UnmarshalJSON(src []byte) error

func (*NullableNodeSummary) Unset ¶

func (v *NullableNodeSummary) Unset()

type NullableOperatingSystemInformationSummary ¶

type NullableOperatingSystemInformationSummary struct {
	// contains filtered or unexported fields
}

func (NullableOperatingSystemInformationSummary) Get ¶

func (NullableOperatingSystemInformationSummary) IsSet ¶

func (NullableOperatingSystemInformationSummary) MarshalJSON ¶

func (*NullableOperatingSystemInformationSummary) Set ¶

func (*NullableOperatingSystemInformationSummary) UnmarshalJSON ¶

func (v *NullableOperatingSystemInformationSummary) UnmarshalJSON(src []byte) error

func (*NullableOperatingSystemInformationSummary) Unset ¶

type NullableOrderNodeCertificateRequestContent ¶

type NullableOrderNodeCertificateRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableOrderNodeCertificateRequestContent) Get ¶

func (NullableOrderNodeCertificateRequestContent) IsSet ¶

func (NullableOrderNodeCertificateRequestContent) MarshalJSON ¶

func (*NullableOrderNodeCertificateRequestContent) Set ¶

func (*NullableOrderNodeCertificateRequestContent) UnmarshalJSON ¶

func (v *NullableOrderNodeCertificateRequestContent) UnmarshalJSON(src []byte) error

func (*NullableOrderNodeCertificateRequestContent) Unset ¶

type NullableOrderNodeCertificateResponseContent ¶

type NullableOrderNodeCertificateResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableOrderNodeCertificateResponseContent) Get ¶

func (NullableOrderNodeCertificateResponseContent) IsSet ¶

func (NullableOrderNodeCertificateResponseContent) MarshalJSON ¶

func (*NullableOrderNodeCertificateResponseContent) Set ¶

func (*NullableOrderNodeCertificateResponseContent) UnmarshalJSON ¶

func (v *NullableOrderNodeCertificateResponseContent) UnmarshalJSON(src []byte) error

func (*NullableOrderNodeCertificateResponseContent) Unset ¶

type NullablePackageSummary ¶

type NullablePackageSummary struct {
	// contains filtered or unexported fields
}

func NewNullablePackageSummary ¶

func NewNullablePackageSummary(val *PackageSummary) *NullablePackageSummary

func (NullablePackageSummary) Get ¶

func (NullablePackageSummary) IsSet ¶

func (v NullablePackageSummary) IsSet() bool

func (NullablePackageSummary) MarshalJSON ¶

func (v NullablePackageSummary) MarshalJSON() ([]byte, error)

func (*NullablePackageSummary) Set ¶

func (*NullablePackageSummary) UnmarshalJSON ¶

func (v *NullablePackageSummary) UnmarshalJSON(src []byte) error

func (*NullablePackageSummary) Unset ¶

func (v *NullablePackageSummary) Unset()

type NullablePciControllerSummary ¶

type NullablePciControllerSummary struct {
	// contains filtered or unexported fields
}

func (NullablePciControllerSummary) Get ¶

func (NullablePciControllerSummary) IsSet ¶

func (NullablePciControllerSummary) MarshalJSON ¶

func (v NullablePciControllerSummary) MarshalJSON() ([]byte, error)

func (*NullablePciControllerSummary) Set ¶

func (*NullablePciControllerSummary) UnmarshalJSON ¶

func (v *NullablePciControllerSummary) UnmarshalJSON(src []byte) error

func (*NullablePciControllerSummary) Unset ¶

func (v *NullablePciControllerSummary) Unset()

type NullablePciMediatedDeviceSummary ¶

type NullablePciMediatedDeviceSummary struct {
	// contains filtered or unexported fields
}

func (NullablePciMediatedDeviceSummary) Get ¶

func (NullablePciMediatedDeviceSummary) IsSet ¶

func (NullablePciMediatedDeviceSummary) MarshalJSON ¶

func (v NullablePciMediatedDeviceSummary) MarshalJSON() ([]byte, error)

func (*NullablePciMediatedDeviceSummary) Set ¶

func (*NullablePciMediatedDeviceSummary) UnmarshalJSON ¶

func (v *NullablePciMediatedDeviceSummary) UnmarshalJSON(src []byte) error

func (*NullablePciMediatedDeviceSummary) Unset ¶

type NullablePendingVirtualMachineCloudInitField ¶

type NullablePendingVirtualMachineCloudInitField struct {
	// contains filtered or unexported fields
}

func (NullablePendingVirtualMachineCloudInitField) Get ¶

func (NullablePendingVirtualMachineCloudInitField) IsSet ¶

func (NullablePendingVirtualMachineCloudInitField) MarshalJSON ¶

func (*NullablePendingVirtualMachineCloudInitField) Set ¶

func (*NullablePendingVirtualMachineCloudInitField) UnmarshalJSON ¶

func (v *NullablePendingVirtualMachineCloudInitField) UnmarshalJSON(src []byte) error

func (*NullablePendingVirtualMachineCloudInitField) Unset ¶

type NullablePingVirtualMachineResponseContent ¶ added in v0.20.0

type NullablePingVirtualMachineResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullablePingVirtualMachineResponseContent ¶ added in v0.20.0

func NewNullablePingVirtualMachineResponseContent(val *PingVirtualMachineResponseContent) *NullablePingVirtualMachineResponseContent

func (NullablePingVirtualMachineResponseContent) Get ¶ added in v0.20.0

func (NullablePingVirtualMachineResponseContent) IsSet ¶ added in v0.20.0

func (NullablePingVirtualMachineResponseContent) MarshalJSON ¶ added in v0.20.0

func (*NullablePingVirtualMachineResponseContent) Set ¶ added in v0.20.0

func (*NullablePingVirtualMachineResponseContent) UnmarshalJSON ¶ added in v0.20.0

func (v *NullablePingVirtualMachineResponseContent) UnmarshalJSON(src []byte) error

func (*NullablePingVirtualMachineResponseContent) Unset ¶ added in v0.20.0

type NullablePoolConfigurationSummary ¶ added in v0.15.0

type NullablePoolConfigurationSummary struct {
	// contains filtered or unexported fields
}

func NewNullablePoolConfigurationSummary ¶ added in v0.15.0

func NewNullablePoolConfigurationSummary(val *PoolConfigurationSummary) *NullablePoolConfigurationSummary

func (NullablePoolConfigurationSummary) Get ¶ added in v0.15.0

func (NullablePoolConfigurationSummary) IsSet ¶ added in v0.15.0

func (NullablePoolConfigurationSummary) MarshalJSON ¶ added in v0.15.0

func (v NullablePoolConfigurationSummary) MarshalJSON() ([]byte, error)

func (*NullablePoolConfigurationSummary) Set ¶ added in v0.15.0

func (*NullablePoolConfigurationSummary) UnmarshalJSON ¶ added in v0.15.0

func (v *NullablePoolConfigurationSummary) UnmarshalJSON(src []byte) error

func (*NullablePoolConfigurationSummary) Unset ¶ added in v0.15.0

type NullablePoolMemberSummary ¶ added in v0.15.0

type NullablePoolMemberSummary struct {
	// contains filtered or unexported fields
}

func NewNullablePoolMemberSummary ¶ added in v0.15.0

func NewNullablePoolMemberSummary(val *PoolMemberSummary) *NullablePoolMemberSummary

func (NullablePoolMemberSummary) Get ¶ added in v0.15.0

func (NullablePoolMemberSummary) IsSet ¶ added in v0.15.0

func (v NullablePoolMemberSummary) IsSet() bool

func (NullablePoolMemberSummary) MarshalJSON ¶ added in v0.15.0

func (v NullablePoolMemberSummary) MarshalJSON() ([]byte, error)

func (*NullablePoolMemberSummary) Set ¶ added in v0.15.0

func (*NullablePoolMemberSummary) UnmarshalJSON ¶ added in v0.15.0

func (v *NullablePoolMemberSummary) UnmarshalJSON(src []byte) error

func (*NullablePoolMemberSummary) Unset ¶ added in v0.15.0

func (v *NullablePoolMemberSummary) Unset()

type NullablePoolMemberType ¶

type NullablePoolMemberType struct {
	// contains filtered or unexported fields
}

func NewNullablePoolMemberType ¶

func NewNullablePoolMemberType(val *PoolMemberType) *NullablePoolMemberType

func (NullablePoolMemberType) Get ¶

func (NullablePoolMemberType) IsSet ¶

func (v NullablePoolMemberType) IsSet() bool

func (NullablePoolMemberType) MarshalJSON ¶

func (v NullablePoolMemberType) MarshalJSON() ([]byte, error)

func (*NullablePoolMemberType) Set ¶

func (*NullablePoolMemberType) UnmarshalJSON ¶

func (v *NullablePoolMemberType) UnmarshalJSON(src []byte) error

func (*NullablePoolMemberType) Unset ¶

func (v *NullablePoolMemberType) Unset()

type NullablePoolSummary ¶ added in v0.15.0

type NullablePoolSummary struct {
	// contains filtered or unexported fields
}

func NewNullablePoolSummary ¶ added in v0.15.0

func NewNullablePoolSummary(val *PoolSummary) *NullablePoolSummary

func (NullablePoolSummary) Get ¶ added in v0.15.0

func (NullablePoolSummary) IsSet ¶ added in v0.15.0

func (v NullablePoolSummary) IsSet() bool

func (NullablePoolSummary) MarshalJSON ¶ added in v0.15.0

func (v NullablePoolSummary) MarshalJSON() ([]byte, error)

func (*NullablePoolSummary) Set ¶ added in v0.15.0

func (v *NullablePoolSummary) Set(val *PoolSummary)

func (*NullablePoolSummary) UnmarshalJSON ¶ added in v0.15.0

func (v *NullablePoolSummary) UnmarshalJSON(src []byte) error

func (*NullablePoolSummary) Unset ¶ added in v0.15.0

func (v *NullablePoolSummary) Unset()

type NullableProxmoxSupportSummary ¶

type NullableProxmoxSupportSummary struct {
	// contains filtered or unexported fields
}

func (NullableProxmoxSupportSummary) Get ¶

func (NullableProxmoxSupportSummary) IsSet ¶

func (NullableProxmoxSupportSummary) MarshalJSON ¶

func (v NullableProxmoxSupportSummary) MarshalJSON() ([]byte, error)

func (*NullableProxmoxSupportSummary) Set ¶

func (*NullableProxmoxSupportSummary) UnmarshalJSON ¶

func (v *NullableProxmoxSupportSummary) UnmarshalJSON(src []byte) error

func (*NullableProxmoxSupportSummary) Unset ¶

func (v *NullableProxmoxSupportSummary) Unset()

type NullableRealmConfigurationSummary ¶ added in v0.23.0

type NullableRealmConfigurationSummary struct {
	// contains filtered or unexported fields
}

func NewNullableRealmConfigurationSummary ¶ added in v0.23.0

func NewNullableRealmConfigurationSummary(val *RealmConfigurationSummary) *NullableRealmConfigurationSummary

func (NullableRealmConfigurationSummary) Get ¶ added in v0.23.0

func (NullableRealmConfigurationSummary) IsSet ¶ added in v0.23.0

func (NullableRealmConfigurationSummary) MarshalJSON ¶ added in v0.23.0

func (v NullableRealmConfigurationSummary) MarshalJSON() ([]byte, error)

func (*NullableRealmConfigurationSummary) Set ¶ added in v0.23.0

func (*NullableRealmConfigurationSummary) UnmarshalJSON ¶ added in v0.23.0

func (v *NullableRealmConfigurationSummary) UnmarshalJSON(src []byte) error

func (*NullableRealmConfigurationSummary) Unset ¶ added in v0.23.0

type NullableRealmMode ¶ added in v0.29.0

type NullableRealmMode struct {
	// contains filtered or unexported fields
}

func NewNullableRealmMode ¶ added in v0.29.0

func NewNullableRealmMode(val *RealmMode) *NullableRealmMode

func (NullableRealmMode) Get ¶ added in v0.29.0

func (v NullableRealmMode) Get() *RealmMode

func (NullableRealmMode) IsSet ¶ added in v0.29.0

func (v NullableRealmMode) IsSet() bool

func (NullableRealmMode) MarshalJSON ¶ added in v0.29.0

func (v NullableRealmMode) MarshalJSON() ([]byte, error)

func (*NullableRealmMode) Set ¶ added in v0.29.0

func (v *NullableRealmMode) Set(val *RealmMode)

func (*NullableRealmMode) UnmarshalJSON ¶ added in v0.29.0

func (v *NullableRealmMode) UnmarshalJSON(src []byte) error

func (*NullableRealmMode) Unset ¶ added in v0.29.0

func (v *NullableRealmMode) Unset()

type NullableRealmSslVersion ¶ added in v0.29.0

type NullableRealmSslVersion struct {
	// contains filtered or unexported fields
}

func NewNullableRealmSslVersion ¶ added in v0.29.0

func NewNullableRealmSslVersion(val *RealmSslVersion) *NullableRealmSslVersion

func (NullableRealmSslVersion) Get ¶ added in v0.29.0

func (NullableRealmSslVersion) IsSet ¶ added in v0.29.0

func (v NullableRealmSslVersion) IsSet() bool

func (NullableRealmSslVersion) MarshalJSON ¶ added in v0.29.0

func (v NullableRealmSslVersion) MarshalJSON() ([]byte, error)

func (*NullableRealmSslVersion) Set ¶ added in v0.29.0

func (*NullableRealmSslVersion) UnmarshalJSON ¶ added in v0.29.0

func (v *NullableRealmSslVersion) UnmarshalJSON(src []byte) error

func (*NullableRealmSslVersion) Unset ¶ added in v0.29.0

func (v *NullableRealmSslVersion) Unset()

type NullableRealmSummary ¶ added in v0.21.0

type NullableRealmSummary struct {
	// contains filtered or unexported fields
}

func NewNullableRealmSummary ¶ added in v0.21.0

func NewNullableRealmSummary(val *RealmSummary) *NullableRealmSummary

func (NullableRealmSummary) Get ¶ added in v0.21.0

func (NullableRealmSummary) IsSet ¶ added in v0.21.0

func (v NullableRealmSummary) IsSet() bool

func (NullableRealmSummary) MarshalJSON ¶ added in v0.21.0

func (v NullableRealmSummary) MarshalJSON() ([]byte, error)

func (*NullableRealmSummary) Set ¶ added in v0.21.0

func (v *NullableRealmSummary) Set(val *RealmSummary)

func (*NullableRealmSummary) UnmarshalJSON ¶ added in v0.21.0

func (v *NullableRealmSummary) UnmarshalJSON(src []byte) error

func (*NullableRealmSummary) Unset ¶ added in v0.21.0

func (v *NullableRealmSummary) Unset()

type NullableRealmSyncScope ¶ added in v0.32.0

type NullableRealmSyncScope struct {
	// contains filtered or unexported fields
}

func NewNullableRealmSyncScope ¶ added in v0.32.0

func NewNullableRealmSyncScope(val *RealmSyncScope) *NullableRealmSyncScope

func (NullableRealmSyncScope) Get ¶ added in v0.32.0

func (NullableRealmSyncScope) IsSet ¶ added in v0.32.0

func (v NullableRealmSyncScope) IsSet() bool

func (NullableRealmSyncScope) MarshalJSON ¶ added in v0.32.0

func (v NullableRealmSyncScope) MarshalJSON() ([]byte, error)

func (*NullableRealmSyncScope) Set ¶ added in v0.32.0

func (*NullableRealmSyncScope) UnmarshalJSON ¶ added in v0.32.0

func (v *NullableRealmSyncScope) UnmarshalJSON(src []byte) error

func (*NullableRealmSyncScope) Unset ¶ added in v0.32.0

func (v *NullableRealmSyncScope) Unset()

type NullableRealmType ¶ added in v0.29.0

type NullableRealmType struct {
	// contains filtered or unexported fields
}

func NewNullableRealmType ¶ added in v0.29.0

func NewNullableRealmType(val *RealmType) *NullableRealmType

func (NullableRealmType) Get ¶ added in v0.29.0

func (v NullableRealmType) Get() *RealmType

func (NullableRealmType) IsSet ¶ added in v0.29.0

func (v NullableRealmType) IsSet() bool

func (NullableRealmType) MarshalJSON ¶ added in v0.29.0

func (v NullableRealmType) MarshalJSON() ([]byte, error)

func (*NullableRealmType) Set ¶ added in v0.29.0

func (v *NullableRealmType) Set(val *RealmType)

func (*NullableRealmType) UnmarshalJSON ¶ added in v0.29.0

func (v *NullableRealmType) UnmarshalJSON(src []byte) error

func (*NullableRealmType) Unset ¶ added in v0.29.0

func (v *NullableRealmType) Unset()

type NullableRebootVirtualMachineRequestContent ¶ added in v0.49.0

type NullableRebootVirtualMachineRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableRebootVirtualMachineRequestContent ¶ added in v0.49.0

func NewNullableRebootVirtualMachineRequestContent(val *RebootVirtualMachineRequestContent) *NullableRebootVirtualMachineRequestContent

func (NullableRebootVirtualMachineRequestContent) Get ¶ added in v0.49.0

func (NullableRebootVirtualMachineRequestContent) IsSet ¶ added in v0.49.0

func (NullableRebootVirtualMachineRequestContent) MarshalJSON ¶ added in v0.49.0

func (*NullableRebootVirtualMachineRequestContent) Set ¶ added in v0.49.0

func (*NullableRebootVirtualMachineRequestContent) UnmarshalJSON ¶ added in v0.49.0

func (v *NullableRebootVirtualMachineRequestContent) UnmarshalJSON(src []byte) error

func (*NullableRebootVirtualMachineRequestContent) Unset ¶ added in v0.49.0

type NullableRebootVirtualMachineResponseContent ¶ added in v0.49.0

type NullableRebootVirtualMachineResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableRebootVirtualMachineResponseContent ¶ added in v0.49.0

func NewNullableRebootVirtualMachineResponseContent(val *RebootVirtualMachineResponseContent) *NullableRebootVirtualMachineResponseContent

func (NullableRebootVirtualMachineResponseContent) Get ¶ added in v0.49.0

func (NullableRebootVirtualMachineResponseContent) IsSet ¶ added in v0.49.0

func (NullableRebootVirtualMachineResponseContent) MarshalJSON ¶ added in v0.49.0

func (*NullableRebootVirtualMachineResponseContent) Set ¶ added in v0.49.0

func (*NullableRebootVirtualMachineResponseContent) UnmarshalJSON ¶ added in v0.49.0

func (v *NullableRebootVirtualMachineResponseContent) UnmarshalJSON(src []byte) error

func (*NullableRebootVirtualMachineResponseContent) Unset ¶ added in v0.49.0

type NullableRenewNodeCertificateRequestContent ¶

type NullableRenewNodeCertificateRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableRenewNodeCertificateRequestContent) Get ¶

func (NullableRenewNodeCertificateRequestContent) IsSet ¶

func (NullableRenewNodeCertificateRequestContent) MarshalJSON ¶

func (*NullableRenewNodeCertificateRequestContent) Set ¶

func (*NullableRenewNodeCertificateRequestContent) UnmarshalJSON ¶

func (v *NullableRenewNodeCertificateRequestContent) UnmarshalJSON(src []byte) error

func (*NullableRenewNodeCertificateRequestContent) Unset ¶

type NullableRenewNodeCertificateResponseContent ¶

type NullableRenewNodeCertificateResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableRenewNodeCertificateResponseContent) Get ¶

func (NullableRenewNodeCertificateResponseContent) IsSet ¶

func (NullableRenewNodeCertificateResponseContent) MarshalJSON ¶

func (*NullableRenewNodeCertificateResponseContent) Set ¶

func (*NullableRenewNodeCertificateResponseContent) UnmarshalJSON ¶

func (v *NullableRenewNodeCertificateResponseContent) UnmarshalJSON(src []byte) error

func (*NullableRenewNodeCertificateResponseContent) Unset ¶

type NullableRepositoriesReport ¶

type NullableRepositoriesReport struct {
	// contains filtered or unexported fields
}

func NewNullableRepositoriesReport ¶

func NewNullableRepositoriesReport(val *RepositoriesReport) *NullableRepositoriesReport

func (NullableRepositoriesReport) Get ¶

func (NullableRepositoriesReport) IsSet ¶

func (v NullableRepositoriesReport) IsSet() bool

func (NullableRepositoriesReport) MarshalJSON ¶

func (v NullableRepositoriesReport) MarshalJSON() ([]byte, error)

func (*NullableRepositoriesReport) Set ¶

func (*NullableRepositoriesReport) UnmarshalJSON ¶

func (v *NullableRepositoriesReport) UnmarshalJSON(src []byte) error

func (*NullableRepositoriesReport) Unset ¶

func (v *NullableRepositoriesReport) Unset()

type NullableRepositorySummary ¶

type NullableRepositorySummary struct {
	// contains filtered or unexported fields
}

func NewNullableRepositorySummary ¶

func NewNullableRepositorySummary(val *RepositorySummary) *NullableRepositorySummary

func (NullableRepositorySummary) Get ¶

func (NullableRepositorySummary) IsSet ¶

func (v NullableRepositorySummary) IsSet() bool

func (NullableRepositorySummary) MarshalJSON ¶

func (v NullableRepositorySummary) MarshalJSON() ([]byte, error)

func (*NullableRepositorySummary) Set ¶

func (*NullableRepositorySummary) UnmarshalJSON ¶

func (v *NullableRepositorySummary) UnmarshalJSON(src []byte) error

func (*NullableRepositorySummary) Unset ¶

func (v *NullableRepositorySummary) Unset()

type NullableResetVirtualMachineRequestContent ¶ added in v0.51.0

type NullableResetVirtualMachineRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableResetVirtualMachineRequestContent ¶ added in v0.51.0

func NewNullableResetVirtualMachineRequestContent(val *ResetVirtualMachineRequestContent) *NullableResetVirtualMachineRequestContent

func (NullableResetVirtualMachineRequestContent) Get ¶ added in v0.51.0

func (NullableResetVirtualMachineRequestContent) IsSet ¶ added in v0.51.0

func (NullableResetVirtualMachineRequestContent) MarshalJSON ¶ added in v0.51.0

func (*NullableResetVirtualMachineRequestContent) Set ¶ added in v0.51.0

func (*NullableResetVirtualMachineRequestContent) UnmarshalJSON ¶ added in v0.51.0

func (v *NullableResetVirtualMachineRequestContent) UnmarshalJSON(src []byte) error

func (*NullableResetVirtualMachineRequestContent) Unset ¶ added in v0.51.0

type NullableResetVirtualMachineResponseContent ¶ added in v0.51.0

type NullableResetVirtualMachineResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableResetVirtualMachineResponseContent ¶ added in v0.51.0

func NewNullableResetVirtualMachineResponseContent(val *ResetVirtualMachineResponseContent) *NullableResetVirtualMachineResponseContent

func (NullableResetVirtualMachineResponseContent) Get ¶ added in v0.51.0

func (NullableResetVirtualMachineResponseContent) IsSet ¶ added in v0.51.0

func (NullableResetVirtualMachineResponseContent) MarshalJSON ¶ added in v0.51.0

func (*NullableResetVirtualMachineResponseContent) Set ¶ added in v0.51.0

func (*NullableResetVirtualMachineResponseContent) UnmarshalJSON ¶ added in v0.51.0

func (v *NullableResetVirtualMachineResponseContent) UnmarshalJSON(src []byte) error

func (*NullableResetVirtualMachineResponseContent) Unset ¶ added in v0.51.0

type NullableResumeVirtualMachineRequestContent ¶ added in v0.51.0

type NullableResumeVirtualMachineRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableResumeVirtualMachineRequestContent ¶ added in v0.51.0

func NewNullableResumeVirtualMachineRequestContent(val *ResumeVirtualMachineRequestContent) *NullableResumeVirtualMachineRequestContent

func (NullableResumeVirtualMachineRequestContent) Get ¶ added in v0.51.0

func (NullableResumeVirtualMachineRequestContent) IsSet ¶ added in v0.51.0

func (NullableResumeVirtualMachineRequestContent) MarshalJSON ¶ added in v0.51.0

func (*NullableResumeVirtualMachineRequestContent) Set ¶ added in v0.51.0

func (*NullableResumeVirtualMachineRequestContent) UnmarshalJSON ¶ added in v0.51.0

func (v *NullableResumeVirtualMachineRequestContent) UnmarshalJSON(src []byte) error

func (*NullableResumeVirtualMachineRequestContent) Unset ¶ added in v0.51.0

type NullableResumeVirtualMachineResponseContent ¶ added in v0.51.0

type NullableResumeVirtualMachineResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableResumeVirtualMachineResponseContent ¶ added in v0.51.0

func NewNullableResumeVirtualMachineResponseContent(val *ResumeVirtualMachineResponseContent) *NullableResumeVirtualMachineResponseContent

func (NullableResumeVirtualMachineResponseContent) Get ¶ added in v0.51.0

func (NullableResumeVirtualMachineResponseContent) IsSet ¶ added in v0.51.0

func (NullableResumeVirtualMachineResponseContent) MarshalJSON ¶ added in v0.51.0

func (*NullableResumeVirtualMachineResponseContent) Set ¶ added in v0.51.0

func (*NullableResumeVirtualMachineResponseContent) UnmarshalJSON ¶ added in v0.51.0

func (v *NullableResumeVirtualMachineResponseContent) UnmarshalJSON(src []byte) error

func (*NullableResumeVirtualMachineResponseContent) Unset ¶ added in v0.51.0

type NullableRolePermissionSummary ¶ added in v0.38.0

type NullableRolePermissionSummary struct {
	// contains filtered or unexported fields
}

func NewNullableRolePermissionSummary ¶ added in v0.38.0

func NewNullableRolePermissionSummary(val *RolePermissionSummary) *NullableRolePermissionSummary

func (NullableRolePermissionSummary) Get ¶ added in v0.38.0

func (NullableRolePermissionSummary) IsSet ¶ added in v0.38.0

func (NullableRolePermissionSummary) MarshalJSON ¶ added in v0.38.0

func (v NullableRolePermissionSummary) MarshalJSON() ([]byte, error)

func (*NullableRolePermissionSummary) Set ¶ added in v0.38.0

func (*NullableRolePermissionSummary) UnmarshalJSON ¶ added in v0.38.0

func (v *NullableRolePermissionSummary) UnmarshalJSON(src []byte) error

func (*NullableRolePermissionSummary) Unset ¶ added in v0.38.0

func (v *NullableRolePermissionSummary) Unset()

type NullableRoleSummary ¶ added in v0.38.0

type NullableRoleSummary struct {
	// contains filtered or unexported fields
}

func NewNullableRoleSummary ¶ added in v0.38.0

func NewNullableRoleSummary(val *RoleSummary) *NullableRoleSummary

func (NullableRoleSummary) Get ¶ added in v0.38.0

func (NullableRoleSummary) IsSet ¶ added in v0.38.0

func (v NullableRoleSummary) IsSet() bool

func (NullableRoleSummary) MarshalJSON ¶ added in v0.38.0

func (v NullableRoleSummary) MarshalJSON() ([]byte, error)

func (*NullableRoleSummary) Set ¶ added in v0.38.0

func (v *NullableRoleSummary) Set(val *RoleSummary)

func (*NullableRoleSummary) UnmarshalJSON ¶ added in v0.38.0

func (v *NullableRoleSummary) UnmarshalJSON(src []byte) error

func (*NullableRoleSummary) Unset ¶ added in v0.38.0

func (v *NullableRoleSummary) Unset()

type NullableShutdownVirtualMachineRequestContent ¶ added in v0.50.0

type NullableShutdownVirtualMachineRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableShutdownVirtualMachineRequestContent) Get ¶ added in v0.50.0

func (NullableShutdownVirtualMachineRequestContent) IsSet ¶ added in v0.50.0

func (NullableShutdownVirtualMachineRequestContent) MarshalJSON ¶ added in v0.50.0

func (*NullableShutdownVirtualMachineRequestContent) Set ¶ added in v0.50.0

func (*NullableShutdownVirtualMachineRequestContent) UnmarshalJSON ¶ added in v0.50.0

func (*NullableShutdownVirtualMachineRequestContent) Unset ¶ added in v0.50.0

type NullableShutdownVirtualMachineResponseContent ¶ added in v0.50.0

type NullableShutdownVirtualMachineResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableShutdownVirtualMachineResponseContent) Get ¶ added in v0.50.0

func (NullableShutdownVirtualMachineResponseContent) IsSet ¶ added in v0.50.0

func (NullableShutdownVirtualMachineResponseContent) MarshalJSON ¶ added in v0.50.0

func (*NullableShutdownVirtualMachineResponseContent) Set ¶ added in v0.50.0

func (*NullableShutdownVirtualMachineResponseContent) UnmarshalJSON ¶ added in v0.50.0

func (*NullableShutdownVirtualMachineResponseContent) Unset ¶ added in v0.50.0

type NullableSnapshotSummary ¶ added in v0.52.0

type NullableSnapshotSummary struct {
	// contains filtered or unexported fields
}

func NewNullableSnapshotSummary ¶ added in v0.52.0

func NewNullableSnapshotSummary(val *SnapshotSummary) *NullableSnapshotSummary

func (NullableSnapshotSummary) Get ¶ added in v0.52.0

func (NullableSnapshotSummary) IsSet ¶ added in v0.52.0

func (v NullableSnapshotSummary) IsSet() bool

func (NullableSnapshotSummary) MarshalJSON ¶ added in v0.52.0

func (v NullableSnapshotSummary) MarshalJSON() ([]byte, error)

func (*NullableSnapshotSummary) Set ¶ added in v0.52.0

func (*NullableSnapshotSummary) UnmarshalJSON ¶ added in v0.52.0

func (v *NullableSnapshotSummary) UnmarshalJSON(src []byte) error

func (*NullableSnapshotSummary) Unset ¶ added in v0.52.0

func (v *NullableSnapshotSummary) Unset()

type NullableStartVirtualMachineRequestContent ¶ added in v0.50.0

type NullableStartVirtualMachineRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableStartVirtualMachineRequestContent ¶ added in v0.50.0

func NewNullableStartVirtualMachineRequestContent(val *StartVirtualMachineRequestContent) *NullableStartVirtualMachineRequestContent

func (NullableStartVirtualMachineRequestContent) Get ¶ added in v0.50.0

func (NullableStartVirtualMachineRequestContent) IsSet ¶ added in v0.50.0

func (NullableStartVirtualMachineRequestContent) MarshalJSON ¶ added in v0.50.0

func (*NullableStartVirtualMachineRequestContent) Set ¶ added in v0.50.0

func (*NullableStartVirtualMachineRequestContent) UnmarshalJSON ¶ added in v0.50.0

func (v *NullableStartVirtualMachineRequestContent) UnmarshalJSON(src []byte) error

func (*NullableStartVirtualMachineRequestContent) Unset ¶ added in v0.50.0

type NullableStartVirtualMachineResponseContent ¶ added in v0.50.0

type NullableStartVirtualMachineResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableStartVirtualMachineResponseContent ¶ added in v0.50.0

func NewNullableStartVirtualMachineResponseContent(val *StartVirtualMachineResponseContent) *NullableStartVirtualMachineResponseContent

func (NullableStartVirtualMachineResponseContent) Get ¶ added in v0.50.0

func (NullableStartVirtualMachineResponseContent) IsSet ¶ added in v0.50.0

func (NullableStartVirtualMachineResponseContent) MarshalJSON ¶ added in v0.50.0

func (*NullableStartVirtualMachineResponseContent) Set ¶ added in v0.50.0

func (*NullableStartVirtualMachineResponseContent) UnmarshalJSON ¶ added in v0.50.0

func (v *NullableStartVirtualMachineResponseContent) UnmarshalJSON(src []byte) error

func (*NullableStartVirtualMachineResponseContent) Unset ¶ added in v0.50.0

type NullableStopVirtualMachineRequestContent ¶ added in v0.50.0

type NullableStopVirtualMachineRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableStopVirtualMachineRequestContent ¶ added in v0.50.0

func NewNullableStopVirtualMachineRequestContent(val *StopVirtualMachineRequestContent) *NullableStopVirtualMachineRequestContent

func (NullableStopVirtualMachineRequestContent) Get ¶ added in v0.50.0

func (NullableStopVirtualMachineRequestContent) IsSet ¶ added in v0.50.0

func (NullableStopVirtualMachineRequestContent) MarshalJSON ¶ added in v0.50.0

func (*NullableStopVirtualMachineRequestContent) Set ¶ added in v0.50.0

func (*NullableStopVirtualMachineRequestContent) UnmarshalJSON ¶ added in v0.50.0

func (v *NullableStopVirtualMachineRequestContent) UnmarshalJSON(src []byte) error

func (*NullableStopVirtualMachineRequestContent) Unset ¶ added in v0.50.0

type NullableStopVirtualMachineResponseContent ¶ added in v0.50.0

type NullableStopVirtualMachineResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableStopVirtualMachineResponseContent ¶ added in v0.50.0

func NewNullableStopVirtualMachineResponseContent(val *StopVirtualMachineResponseContent) *NullableStopVirtualMachineResponseContent

func (NullableStopVirtualMachineResponseContent) Get ¶ added in v0.50.0

func (NullableStopVirtualMachineResponseContent) IsSet ¶ added in v0.50.0

func (NullableStopVirtualMachineResponseContent) MarshalJSON ¶ added in v0.50.0

func (*NullableStopVirtualMachineResponseContent) Set ¶ added in v0.50.0

func (*NullableStopVirtualMachineResponseContent) UnmarshalJSON ¶ added in v0.50.0

func (v *NullableStopVirtualMachineResponseContent) UnmarshalJSON(src []byte) error

func (*NullableStopVirtualMachineResponseContent) Unset ¶ added in v0.50.0

type NullableStorageConfiguration ¶

type NullableStorageConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableStorageConfiguration) Get ¶

func (NullableStorageConfiguration) IsSet ¶

func (NullableStorageConfiguration) MarshalJSON ¶

func (v NullableStorageConfiguration) MarshalJSON() ([]byte, error)

func (*NullableStorageConfiguration) Set ¶

func (*NullableStorageConfiguration) UnmarshalJSON ¶

func (v *NullableStorageConfiguration) UnmarshalJSON(src []byte) error

func (*NullableStorageConfiguration) Unset ¶

func (v *NullableStorageConfiguration) Unset()

type NullableStoragePreallocation ¶

type NullableStoragePreallocation struct {
	// contains filtered or unexported fields
}

func (NullableStoragePreallocation) Get ¶

func (NullableStoragePreallocation) IsSet ¶

func (NullableStoragePreallocation) MarshalJSON ¶

func (v NullableStoragePreallocation) MarshalJSON() ([]byte, error)

func (*NullableStoragePreallocation) Set ¶

func (*NullableStoragePreallocation) UnmarshalJSON ¶

func (v *NullableStoragePreallocation) UnmarshalJSON(src []byte) error

func (*NullableStoragePreallocation) Unset ¶

func (v *NullableStoragePreallocation) Unset()

type NullableStorageSMBVersion ¶

type NullableStorageSMBVersion struct {
	// contains filtered or unexported fields
}

func NewNullableStorageSMBVersion ¶

func NewNullableStorageSMBVersion(val *StorageSMBVersion) *NullableStorageSMBVersion

func (NullableStorageSMBVersion) Get ¶

func (NullableStorageSMBVersion) IsSet ¶

func (v NullableStorageSMBVersion) IsSet() bool

func (NullableStorageSMBVersion) MarshalJSON ¶

func (v NullableStorageSMBVersion) MarshalJSON() ([]byte, error)

func (*NullableStorageSMBVersion) Set ¶

func (*NullableStorageSMBVersion) UnmarshalJSON ¶

func (v *NullableStorageSMBVersion) UnmarshalJSON(src []byte) error

func (*NullableStorageSMBVersion) Unset ¶

func (v *NullableStorageSMBVersion) Unset()

type NullableStorageStatusSummary ¶ added in v0.16.0

type NullableStorageStatusSummary struct {
	// contains filtered or unexported fields
}

func NewNullableStorageStatusSummary ¶ added in v0.16.0

func NewNullableStorageStatusSummary(val *StorageStatusSummary) *NullableStorageStatusSummary

func (NullableStorageStatusSummary) Get ¶ added in v0.16.0

func (NullableStorageStatusSummary) IsSet ¶ added in v0.16.0

func (NullableStorageStatusSummary) MarshalJSON ¶ added in v0.16.0

func (v NullableStorageStatusSummary) MarshalJSON() ([]byte, error)

func (*NullableStorageStatusSummary) Set ¶ added in v0.16.0

func (*NullableStorageStatusSummary) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableStorageStatusSummary) UnmarshalJSON(src []byte) error

func (*NullableStorageStatusSummary) Unset ¶ added in v0.16.0

func (v *NullableStorageStatusSummary) Unset()

type NullableStorageSummary ¶

type NullableStorageSummary struct {
	// contains filtered or unexported fields
}

func NewNullableStorageSummary ¶

func NewNullableStorageSummary(val *StorageSummary) *NullableStorageSummary

func (NullableStorageSummary) Get ¶

func (NullableStorageSummary) IsSet ¶

func (v NullableStorageSummary) IsSet() bool

func (NullableStorageSummary) MarshalJSON ¶

func (v NullableStorageSummary) MarshalJSON() ([]byte, error)

func (*NullableStorageSummary) Set ¶

func (*NullableStorageSummary) UnmarshalJSON ¶

func (v *NullableStorageSummary) UnmarshalJSON(src []byte) error

func (*NullableStorageSummary) Unset ¶

func (v *NullableStorageSummary) Unset()

type NullableStorageTransport ¶

type NullableStorageTransport struct {
	// contains filtered or unexported fields
}

func NewNullableStorageTransport ¶

func NewNullableStorageTransport(val *StorageTransport) *NullableStorageTransport

func (NullableStorageTransport) Get ¶

func (NullableStorageTransport) IsSet ¶

func (v NullableStorageTransport) IsSet() bool

func (NullableStorageTransport) MarshalJSON ¶

func (v NullableStorageTransport) MarshalJSON() ([]byte, error)

func (*NullableStorageTransport) Set ¶

func (*NullableStorageTransport) UnmarshalJSON ¶

func (v *NullableStorageTransport) UnmarshalJSON(src []byte) error

func (*NullableStorageTransport) Unset ¶

func (v *NullableStorageTransport) Unset()

type NullableStorageType ¶

type NullableStorageType struct {
	// contains filtered or unexported fields
}

func NewNullableStorageType ¶

func NewNullableStorageType(val *StorageType) *NullableStorageType

func (NullableStorageType) Get ¶

func (NullableStorageType) IsSet ¶

func (v NullableStorageType) IsSet() bool

func (NullableStorageType) MarshalJSON ¶

func (v NullableStorageType) MarshalJSON() ([]byte, error)

func (*NullableStorageType) Set ¶

func (v *NullableStorageType) Set(val *StorageType)

func (*NullableStorageType) UnmarshalJSON ¶

func (v *NullableStorageType) UnmarshalJSON(src []byte) error

func (*NullableStorageType) Unset ¶

func (v *NullableStorageType) Unset()

type NullableStorageVolumeSummary ¶ added in v0.16.0

type NullableStorageVolumeSummary struct {
	// contains filtered or unexported fields
}

func NewNullableStorageVolumeSummary ¶ added in v0.16.0

func NewNullableStorageVolumeSummary(val *StorageVolumeSummary) *NullableStorageVolumeSummary

func (NullableStorageVolumeSummary) Get ¶ added in v0.16.0

func (NullableStorageVolumeSummary) IsSet ¶ added in v0.16.0

func (NullableStorageVolumeSummary) MarshalJSON ¶ added in v0.16.0

func (v NullableStorageVolumeSummary) MarshalJSON() ([]byte, error)

func (*NullableStorageVolumeSummary) Set ¶ added in v0.16.0

func (*NullableStorageVolumeSummary) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableStorageVolumeSummary) UnmarshalJSON(src []byte) error

func (*NullableStorageVolumeSummary) Unset ¶ added in v0.16.0

func (v *NullableStorageVolumeSummary) Unset()

type NullableStorageVolumeType ¶ added in v0.16.0

type NullableStorageVolumeType struct {
	// contains filtered or unexported fields
}

func NewNullableStorageVolumeType ¶ added in v0.16.0

func NewNullableStorageVolumeType(val *StorageVolumeType) *NullableStorageVolumeType

func (NullableStorageVolumeType) Get ¶ added in v0.16.0

func (NullableStorageVolumeType) IsSet ¶ added in v0.16.0

func (v NullableStorageVolumeType) IsSet() bool

func (NullableStorageVolumeType) MarshalJSON ¶ added in v0.16.0

func (v NullableStorageVolumeType) MarshalJSON() ([]byte, error)

func (*NullableStorageVolumeType) Set ¶ added in v0.16.0

func (*NullableStorageVolumeType) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableStorageVolumeType) UnmarshalJSON(src []byte) error

func (*NullableStorageVolumeType) Unset ¶ added in v0.16.0

func (v *NullableStorageVolumeType) Unset()

type NullableString ¶

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString ¶

func NewNullableString(val *string) *NullableString

func (NullableString) Get ¶

func (v NullableString) Get() *string

func (NullableString) IsSet ¶

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON ¶

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set ¶

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON ¶

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset ¶

func (v *NullableString) Unset()

type NullableSuspendVirtualMachineRequestContent ¶ added in v0.51.0

type NullableSuspendVirtualMachineRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableSuspendVirtualMachineRequestContent ¶ added in v0.51.0

func NewNullableSuspendVirtualMachineRequestContent(val *SuspendVirtualMachineRequestContent) *NullableSuspendVirtualMachineRequestContent

func (NullableSuspendVirtualMachineRequestContent) Get ¶ added in v0.51.0

func (NullableSuspendVirtualMachineRequestContent) IsSet ¶ added in v0.51.0

func (NullableSuspendVirtualMachineRequestContent) MarshalJSON ¶ added in v0.51.0

func (*NullableSuspendVirtualMachineRequestContent) Set ¶ added in v0.51.0

func (*NullableSuspendVirtualMachineRequestContent) UnmarshalJSON ¶ added in v0.51.0

func (v *NullableSuspendVirtualMachineRequestContent) UnmarshalJSON(src []byte) error

func (*NullableSuspendVirtualMachineRequestContent) Unset ¶ added in v0.51.0

type NullableSuspendVirtualMachineResponseContent ¶ added in v0.51.0

type NullableSuspendVirtualMachineResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableSuspendVirtualMachineResponseContent) Get ¶ added in v0.51.0

func (NullableSuspendVirtualMachineResponseContent) IsSet ¶ added in v0.51.0

func (NullableSuspendVirtualMachineResponseContent) MarshalJSON ¶ added in v0.51.0

func (*NullableSuspendVirtualMachineResponseContent) Set ¶ added in v0.51.0

func (*NullableSuspendVirtualMachineResponseContent) UnmarshalJSON ¶ added in v0.51.0

func (*NullableSuspendVirtualMachineResponseContent) Unset ¶ added in v0.51.0

type NullableSyncRealmRequestContent ¶ added in v0.32.0

type NullableSyncRealmRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableSyncRealmRequestContent ¶ added in v0.32.0

func NewNullableSyncRealmRequestContent(val *SyncRealmRequestContent) *NullableSyncRealmRequestContent

func (NullableSyncRealmRequestContent) Get ¶ added in v0.32.0

func (NullableSyncRealmRequestContent) IsSet ¶ added in v0.32.0

func (NullableSyncRealmRequestContent) MarshalJSON ¶ added in v0.32.0

func (v NullableSyncRealmRequestContent) MarshalJSON() ([]byte, error)

func (*NullableSyncRealmRequestContent) Set ¶ added in v0.32.0

func (*NullableSyncRealmRequestContent) UnmarshalJSON ¶ added in v0.32.0

func (v *NullableSyncRealmRequestContent) UnmarshalJSON(src []byte) error

func (*NullableSyncRealmRequestContent) Unset ¶ added in v0.32.0

type NullableTFAType ¶ added in v0.21.0

type NullableTFAType struct {
	// contains filtered or unexported fields
}

func NewNullableTFAType ¶ added in v0.21.0

func NewNullableTFAType(val *TFAType) *NullableTFAType

func (NullableTFAType) Get ¶ added in v0.21.0

func (v NullableTFAType) Get() *TFAType

func (NullableTFAType) IsSet ¶ added in v0.21.0

func (v NullableTFAType) IsSet() bool

func (NullableTFAType) MarshalJSON ¶ added in v0.21.0

func (v NullableTFAType) MarshalJSON() ([]byte, error)

func (*NullableTFAType) Set ¶ added in v0.21.0

func (v *NullableTFAType) Set(val *TFAType)

func (*NullableTFAType) UnmarshalJSON ¶ added in v0.21.0

func (v *NullableTFAType) UnmarshalJSON(src []byte) error

func (*NullableTFAType) Unset ¶ added in v0.21.0

func (v *NullableTFAType) Unset()

type NullableTicket ¶

type NullableTicket struct {
	// contains filtered or unexported fields
}

func NewNullableTicket ¶

func NewNullableTicket(val *Ticket) *NullableTicket

func (NullableTicket) Get ¶

func (v NullableTicket) Get() *Ticket

func (NullableTicket) IsSet ¶

func (v NullableTicket) IsSet() bool

func (NullableTicket) MarshalJSON ¶

func (v NullableTicket) MarshalJSON() ([]byte, error)

func (*NullableTicket) Set ¶

func (v *NullableTicket) Set(val *Ticket)

func (*NullableTicket) UnmarshalJSON ¶

func (v *NullableTicket) UnmarshalJSON(src []byte) error

func (*NullableTicket) Unset ¶

func (v *NullableTicket) Unset()

type NullableTime ¶

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime ¶

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get ¶

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet ¶

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON ¶

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set ¶

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON ¶

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset ¶

func (v *NullableTime) Unset()

type NullableTimeZoneSummary ¶ added in v0.9.0

type NullableTimeZoneSummary struct {
	// contains filtered or unexported fields
}

func NewNullableTimeZoneSummary ¶ added in v0.9.0

func NewNullableTimeZoneSummary(val *TimeZoneSummary) *NullableTimeZoneSummary

func (NullableTimeZoneSummary) Get ¶ added in v0.9.0

func (NullableTimeZoneSummary) IsSet ¶ added in v0.9.0

func (v NullableTimeZoneSummary) IsSet() bool

func (NullableTimeZoneSummary) MarshalJSON ¶ added in v0.9.0

func (v NullableTimeZoneSummary) MarshalJSON() ([]byte, error)

func (*NullableTimeZoneSummary) Set ¶ added in v0.9.0

func (*NullableTimeZoneSummary) UnmarshalJSON ¶ added in v0.9.0

func (v *NullableTimeZoneSummary) UnmarshalJSON(src []byte) error

func (*NullableTimeZoneSummary) Unset ¶ added in v0.9.0

func (v *NullableTimeZoneSummary) Unset()

type NullableTotemSummary ¶

type NullableTotemSummary struct {
	// contains filtered or unexported fields
}

func NewNullableTotemSummary ¶

func NewNullableTotemSummary(val *TotemSummary) *NullableTotemSummary

func (NullableTotemSummary) Get ¶

func (NullableTotemSummary) IsSet ¶

func (v NullableTotemSummary) IsSet() bool

func (NullableTotemSummary) MarshalJSON ¶

func (v NullableTotemSummary) MarshalJSON() ([]byte, error)

func (*NullableTotemSummary) Set ¶

func (v *NullableTotemSummary) Set(val *TotemSummary)

func (*NullableTotemSummary) UnmarshalJSON ¶

func (v *NullableTotemSummary) UnmarshalJSON(src []byte) error

func (*NullableTotemSummary) Unset ¶

func (v *NullableTotemSummary) Unset()

type NullableUpdateAccessControlListRequestContent ¶

type NullableUpdateAccessControlListRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableUpdateAccessControlListRequestContent) Get ¶

func (NullableUpdateAccessControlListRequestContent) IsSet ¶

func (NullableUpdateAccessControlListRequestContent) MarshalJSON ¶

func (*NullableUpdateAccessControlListRequestContent) Set ¶

func (*NullableUpdateAccessControlListRequestContent) UnmarshalJSON ¶

func (*NullableUpdateAccessControlListRequestContent) Unset ¶

type NullableUpdateGroupRequestContent ¶ added in v0.36.0

type NullableUpdateGroupRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateGroupRequestContent ¶ added in v0.36.0

func NewNullableUpdateGroupRequestContent(val *UpdateGroupRequestContent) *NullableUpdateGroupRequestContent

func (NullableUpdateGroupRequestContent) Get ¶ added in v0.36.0

func (NullableUpdateGroupRequestContent) IsSet ¶ added in v0.36.0

func (NullableUpdateGroupRequestContent) MarshalJSON ¶ added in v0.36.0

func (v NullableUpdateGroupRequestContent) MarshalJSON() ([]byte, error)

func (*NullableUpdateGroupRequestContent) Set ¶ added in v0.36.0

func (*NullableUpdateGroupRequestContent) UnmarshalJSON ¶ added in v0.36.0

func (v *NullableUpdateGroupRequestContent) UnmarshalJSON(src []byte) error

func (*NullableUpdateGroupRequestContent) Unset ¶ added in v0.36.0

type NullableUpdateNetworkInterfaceRequestContent ¶

type NullableUpdateNetworkInterfaceRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableUpdateNetworkInterfaceRequestContent) Get ¶

func (NullableUpdateNetworkInterfaceRequestContent) IsSet ¶

func (NullableUpdateNetworkInterfaceRequestContent) MarshalJSON ¶

func (*NullableUpdateNetworkInterfaceRequestContent) Set ¶

func (*NullableUpdateNetworkInterfaceRequestContent) UnmarshalJSON ¶

func (*NullableUpdateNetworkInterfaceRequestContent) Unset ¶

type NullableUpdateNodeDnsRequestContent ¶ added in v0.57.0

type NullableUpdateNodeDnsRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateNodeDnsRequestContent ¶ added in v0.57.0

func NewNullableUpdateNodeDnsRequestContent(val *UpdateNodeDnsRequestContent) *NullableUpdateNodeDnsRequestContent

func (NullableUpdateNodeDnsRequestContent) Get ¶ added in v0.57.0

func (NullableUpdateNodeDnsRequestContent) IsSet ¶ added in v0.57.0

func (NullableUpdateNodeDnsRequestContent) MarshalJSON ¶ added in v0.57.0

func (v NullableUpdateNodeDnsRequestContent) MarshalJSON() ([]byte, error)

func (*NullableUpdateNodeDnsRequestContent) Set ¶ added in v0.57.0

func (*NullableUpdateNodeDnsRequestContent) UnmarshalJSON ¶ added in v0.57.0

func (v *NullableUpdateNodeDnsRequestContent) UnmarshalJSON(src []byte) error

func (*NullableUpdateNodeDnsRequestContent) Unset ¶ added in v0.57.0

type NullableUpdateRealmRequestContent ¶ added in v0.32.0

type NullableUpdateRealmRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateRealmRequestContent ¶ added in v0.32.0

func NewNullableUpdateRealmRequestContent(val *UpdateRealmRequestContent) *NullableUpdateRealmRequestContent

func (NullableUpdateRealmRequestContent) Get ¶ added in v0.32.0

func (NullableUpdateRealmRequestContent) IsSet ¶ added in v0.32.0

func (NullableUpdateRealmRequestContent) MarshalJSON ¶ added in v0.32.0

func (v NullableUpdateRealmRequestContent) MarshalJSON() ([]byte, error)

func (*NullableUpdateRealmRequestContent) Set ¶ added in v0.32.0

func (*NullableUpdateRealmRequestContent) UnmarshalJSON ¶ added in v0.32.0

func (v *NullableUpdateRealmRequestContent) UnmarshalJSON(src []byte) error

func (*NullableUpdateRealmRequestContent) Unset ¶ added in v0.32.0

type NullableUpdateStorageVolumeRequestContent ¶ added in v0.16.0

type NullableUpdateStorageVolumeRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateStorageVolumeRequestContent ¶ added in v0.16.0

func NewNullableUpdateStorageVolumeRequestContent(val *UpdateStorageVolumeRequestContent) *NullableUpdateStorageVolumeRequestContent

func (NullableUpdateStorageVolumeRequestContent) Get ¶ added in v0.16.0

func (NullableUpdateStorageVolumeRequestContent) IsSet ¶ added in v0.16.0

func (NullableUpdateStorageVolumeRequestContent) MarshalJSON ¶ added in v0.16.0

func (*NullableUpdateStorageVolumeRequestContent) Set ¶ added in v0.16.0

func (*NullableUpdateStorageVolumeRequestContent) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableUpdateStorageVolumeRequestContent) UnmarshalJSON(src []byte) error

func (*NullableUpdateStorageVolumeRequestContent) Unset ¶ added in v0.16.0

type NullableUpdateSummary ¶

type NullableUpdateSummary struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateSummary ¶

func NewNullableUpdateSummary(val *UpdateSummary) *NullableUpdateSummary

func (NullableUpdateSummary) Get ¶

func (NullableUpdateSummary) IsSet ¶

func (v NullableUpdateSummary) IsSet() bool

func (NullableUpdateSummary) MarshalJSON ¶

func (v NullableUpdateSummary) MarshalJSON() ([]byte, error)

func (*NullableUpdateSummary) Set ¶

func (v *NullableUpdateSummary) Set(val *UpdateSummary)

func (*NullableUpdateSummary) UnmarshalJSON ¶

func (v *NullableUpdateSummary) UnmarshalJSON(src []byte) error

func (*NullableUpdateSummary) Unset ¶

func (v *NullableUpdateSummary) Unset()

type NullableUploadContentType ¶ added in v0.16.0

type NullableUploadContentType struct {
	// contains filtered or unexported fields
}

func NewNullableUploadContentType ¶ added in v0.16.0

func NewNullableUploadContentType(val *UploadContentType) *NullableUploadContentType

func (NullableUploadContentType) Get ¶ added in v0.16.0

func (NullableUploadContentType) IsSet ¶ added in v0.16.0

func (v NullableUploadContentType) IsSet() bool

func (NullableUploadContentType) MarshalJSON ¶ added in v0.16.0

func (v NullableUploadContentType) MarshalJSON() ([]byte, error)

func (*NullableUploadContentType) Set ¶ added in v0.16.0

func (*NullableUploadContentType) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableUploadContentType) UnmarshalJSON(src []byte) error

func (*NullableUploadContentType) Unset ¶ added in v0.16.0

func (v *NullableUploadContentType) Unset()

type NullableUploadToStorageRequestContent ¶ added in v0.16.0

type NullableUploadToStorageRequestContent struct {
	// contains filtered or unexported fields
}

func NewNullableUploadToStorageRequestContent ¶ added in v0.16.0

func NewNullableUploadToStorageRequestContent(val *UploadToStorageRequestContent) *NullableUploadToStorageRequestContent

func (NullableUploadToStorageRequestContent) Get ¶ added in v0.16.0

func (NullableUploadToStorageRequestContent) IsSet ¶ added in v0.16.0

func (NullableUploadToStorageRequestContent) MarshalJSON ¶ added in v0.16.0

func (v NullableUploadToStorageRequestContent) MarshalJSON() ([]byte, error)

func (*NullableUploadToStorageRequestContent) Set ¶ added in v0.16.0

func (*NullableUploadToStorageRequestContent) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableUploadToStorageRequestContent) UnmarshalJSON(src []byte) error

func (*NullableUploadToStorageRequestContent) Unset ¶ added in v0.16.0

type NullableUploadToStorageResponseContent ¶ added in v0.16.0

type NullableUploadToStorageResponseContent struct {
	// contains filtered or unexported fields
}

func NewNullableUploadToStorageResponseContent ¶ added in v0.16.0

func NewNullableUploadToStorageResponseContent(val *UploadToStorageResponseContent) *NullableUploadToStorageResponseContent

func (NullableUploadToStorageResponseContent) Get ¶ added in v0.16.0

func (NullableUploadToStorageResponseContent) IsSet ¶ added in v0.16.0

func (NullableUploadToStorageResponseContent) MarshalJSON ¶ added in v0.16.0

func (v NullableUploadToStorageResponseContent) MarshalJSON() ([]byte, error)

func (*NullableUploadToStorageResponseContent) Set ¶ added in v0.16.0

func (*NullableUploadToStorageResponseContent) UnmarshalJSON ¶ added in v0.16.0

func (v *NullableUploadToStorageResponseContent) UnmarshalJSON(src []byte) error

func (*NullableUploadToStorageResponseContent) Unset ¶ added in v0.16.0

type NullableUsbDeviceSummary ¶

type NullableUsbDeviceSummary struct {
	// contains filtered or unexported fields
}

func NewNullableUsbDeviceSummary ¶

func NewNullableUsbDeviceSummary(val *UsbDeviceSummary) *NullableUsbDeviceSummary

func (NullableUsbDeviceSummary) Get ¶

func (NullableUsbDeviceSummary) IsSet ¶

func (v NullableUsbDeviceSummary) IsSet() bool

func (NullableUsbDeviceSummary) MarshalJSON ¶

func (v NullableUsbDeviceSummary) MarshalJSON() ([]byte, error)

func (*NullableUsbDeviceSummary) Set ¶

func (*NullableUsbDeviceSummary) UnmarshalJSON ¶

func (v *NullableUsbDeviceSummary) UnmarshalJSON(src []byte) error

func (*NullableUsbDeviceSummary) Unset ¶

func (v *NullableUsbDeviceSummary) Unset()

type NullableUserConfigurationSummary ¶ added in v0.19.0

type NullableUserConfigurationSummary struct {
	// contains filtered or unexported fields
}

func NewNullableUserConfigurationSummary ¶ added in v0.19.0

func NewNullableUserConfigurationSummary(val *UserConfigurationSummary) *NullableUserConfigurationSummary

func (NullableUserConfigurationSummary) Get ¶ added in v0.19.0

func (NullableUserConfigurationSummary) IsSet ¶ added in v0.19.0

func (NullableUserConfigurationSummary) MarshalJSON ¶ added in v0.19.0

func (v NullableUserConfigurationSummary) MarshalJSON() ([]byte, error)

func (*NullableUserConfigurationSummary) Set ¶ added in v0.19.0

func (*NullableUserConfigurationSummary) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableUserConfigurationSummary) UnmarshalJSON(src []byte) error

func (*NullableUserConfigurationSummary) Unset ¶ added in v0.19.0

type NullableUserConfigurationTokenSummary ¶ added in v0.19.0

type NullableUserConfigurationTokenSummary struct {
	// contains filtered or unexported fields
}

func NewNullableUserConfigurationTokenSummary ¶ added in v0.19.0

func NewNullableUserConfigurationTokenSummary(val *UserConfigurationTokenSummary) *NullableUserConfigurationTokenSummary

func (NullableUserConfigurationTokenSummary) Get ¶ added in v0.19.0

func (NullableUserConfigurationTokenSummary) IsSet ¶ added in v0.19.0

func (NullableUserConfigurationTokenSummary) MarshalJSON ¶ added in v0.19.0

func (v NullableUserConfigurationTokenSummary) MarshalJSON() ([]byte, error)

func (*NullableUserConfigurationTokenSummary) Set ¶ added in v0.19.0

func (*NullableUserConfigurationTokenSummary) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableUserConfigurationTokenSummary) UnmarshalJSON(src []byte) error

func (*NullableUserConfigurationTokenSummary) Unset ¶ added in v0.19.0

type NullableUserSummary ¶ added in v0.19.0

type NullableUserSummary struct {
	// contains filtered or unexported fields
}

func NewNullableUserSummary ¶ added in v0.19.0

func NewNullableUserSummary(val *UserSummary) *NullableUserSummary

func (NullableUserSummary) Get ¶ added in v0.19.0

func (NullableUserSummary) IsSet ¶ added in v0.19.0

func (v NullableUserSummary) IsSet() bool

func (NullableUserSummary) MarshalJSON ¶ added in v0.19.0

func (v NullableUserSummary) MarshalJSON() ([]byte, error)

func (*NullableUserSummary) Set ¶ added in v0.19.0

func (v *NullableUserSummary) Set(val *UserSummary)

func (*NullableUserSummary) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableUserSummary) UnmarshalJSON(src []byte) error

func (*NullableUserSummary) Unset ¶ added in v0.19.0

func (v *NullableUserSummary) Unset()

type NullableUserTokenSummary ¶ added in v0.19.0

type NullableUserTokenSummary struct {
	// contains filtered or unexported fields
}

func NewNullableUserTokenSummary ¶ added in v0.19.0

func NewNullableUserTokenSummary(val *UserTokenSummary) *NullableUserTokenSummary

func (NullableUserTokenSummary) Get ¶ added in v0.19.0

func (NullableUserTokenSummary) IsSet ¶ added in v0.19.0

func (v NullableUserTokenSummary) IsSet() bool

func (NullableUserTokenSummary) MarshalJSON ¶ added in v0.19.0

func (v NullableUserTokenSummary) MarshalJSON() ([]byte, error)

func (*NullableUserTokenSummary) Set ¶ added in v0.19.0

func (*NullableUserTokenSummary) UnmarshalJSON ¶ added in v0.19.0

func (v *NullableUserTokenSummary) UnmarshalJSON(src []byte) error

func (*NullableUserTokenSummary) Unset ¶ added in v0.19.0

func (v *NullableUserTokenSummary) Unset()

type NullableVcpuSummary ¶ added in v0.11.0

type NullableVcpuSummary struct {
	// contains filtered or unexported fields
}

func NewNullableVcpuSummary ¶ added in v0.11.0

func NewNullableVcpuSummary(val *VcpuSummary) *NullableVcpuSummary

func (NullableVcpuSummary) Get ¶ added in v0.11.0

func (NullableVcpuSummary) IsSet ¶ added in v0.11.0

func (v NullableVcpuSummary) IsSet() bool

func (NullableVcpuSummary) MarshalJSON ¶ added in v0.11.0

func (v NullableVcpuSummary) MarshalJSON() ([]byte, error)

func (*NullableVcpuSummary) Set ¶ added in v0.11.0

func (v *NullableVcpuSummary) Set(val *VcpuSummary)

func (*NullableVcpuSummary) UnmarshalJSON ¶ added in v0.11.0

func (v *NullableVcpuSummary) UnmarshalJSON(src []byte) error

func (*NullableVcpuSummary) Unset ¶ added in v0.11.0

func (v *NullableVcpuSummary) Unset()

type NullableVersionSummary ¶

type NullableVersionSummary struct {
	// contains filtered or unexported fields
}

func NewNullableVersionSummary ¶

func NewNullableVersionSummary(val *VersionSummary) *NullableVersionSummary

func (NullableVersionSummary) Get ¶

func (NullableVersionSummary) IsSet ¶

func (v NullableVersionSummary) IsSet() bool

func (NullableVersionSummary) MarshalJSON ¶

func (v NullableVersionSummary) MarshalJSON() ([]byte, error)

func (*NullableVersionSummary) Set ¶

func (*NullableVersionSummary) UnmarshalJSON ¶

func (v *NullableVersionSummary) UnmarshalJSON(src []byte) error

func (*NullableVersionSummary) Unset ¶

func (v *NullableVersionSummary) Unset()

type NullableVirtualMachineArchitecture ¶

type NullableVirtualMachineArchitecture struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineArchitecture) Get ¶

func (NullableVirtualMachineArchitecture) IsSet ¶

func (NullableVirtualMachineArchitecture) MarshalJSON ¶

func (v NullableVirtualMachineArchitecture) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineArchitecture) Set ¶

func (*NullableVirtualMachineArchitecture) UnmarshalJSON ¶

func (v *NullableVirtualMachineArchitecture) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineArchitecture) Unset ¶

type NullableVirtualMachineBalloonSummary ¶

type NullableVirtualMachineBalloonSummary struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineBalloonSummary) Get ¶

func (NullableVirtualMachineBalloonSummary) IsSet ¶

func (NullableVirtualMachineBalloonSummary) MarshalJSON ¶

func (v NullableVirtualMachineBalloonSummary) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineBalloonSummary) Set ¶

func (*NullableVirtualMachineBalloonSummary) UnmarshalJSON ¶

func (v *NullableVirtualMachineBalloonSummary) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineBalloonSummary) Unset ¶

type NullableVirtualMachineBios ¶

type NullableVirtualMachineBios struct {
	// contains filtered or unexported fields
}

func NewNullableVirtualMachineBios ¶

func NewNullableVirtualMachineBios(val *VirtualMachineBios) *NullableVirtualMachineBios

func (NullableVirtualMachineBios) Get ¶

func (NullableVirtualMachineBios) IsSet ¶

func (v NullableVirtualMachineBios) IsSet() bool

func (NullableVirtualMachineBios) MarshalJSON ¶

func (v NullableVirtualMachineBios) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineBios) Set ¶

func (*NullableVirtualMachineBios) UnmarshalJSON ¶

func (v *NullableVirtualMachineBios) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineBios) Unset ¶

func (v *NullableVirtualMachineBios) Unset()

type NullableVirtualMachineCloudInitType ¶

type NullableVirtualMachineCloudInitType struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineCloudInitType) Get ¶

func (NullableVirtualMachineCloudInitType) IsSet ¶

func (NullableVirtualMachineCloudInitType) MarshalJSON ¶

func (v NullableVirtualMachineCloudInitType) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineCloudInitType) Set ¶

func (*NullableVirtualMachineCloudInitType) UnmarshalJSON ¶

func (v *NullableVirtualMachineCloudInitType) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineCloudInitType) Unset ¶

type NullableVirtualMachineConfigLock ¶

type NullableVirtualMachineConfigLock struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineConfigLock) Get ¶

func (NullableVirtualMachineConfigLock) IsSet ¶

func (NullableVirtualMachineConfigLock) MarshalJSON ¶

func (v NullableVirtualMachineConfigLock) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineConfigLock) Set ¶

func (*NullableVirtualMachineConfigLock) UnmarshalJSON ¶

func (v *NullableVirtualMachineConfigLock) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineConfigLock) Unset ¶

type NullableVirtualMachineConfigurationSummary ¶

type NullableVirtualMachineConfigurationSummary struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineConfigurationSummary) Get ¶

func (NullableVirtualMachineConfigurationSummary) IsSet ¶

func (NullableVirtualMachineConfigurationSummary) MarshalJSON ¶

func (*NullableVirtualMachineConfigurationSummary) Set ¶

func (*NullableVirtualMachineConfigurationSummary) UnmarshalJSON ¶

func (v *NullableVirtualMachineConfigurationSummary) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineConfigurationSummary) Unset ¶

type NullableVirtualMachineDiskTarget ¶

type NullableVirtualMachineDiskTarget struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineDiskTarget) Get ¶

func (NullableVirtualMachineDiskTarget) IsSet ¶

func (NullableVirtualMachineDiskTarget) MarshalJSON ¶

func (v NullableVirtualMachineDiskTarget) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineDiskTarget) Set ¶

func (*NullableVirtualMachineDiskTarget) UnmarshalJSON ¶

func (v *NullableVirtualMachineDiskTarget) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineDiskTarget) Unset ¶

type NullableVirtualMachineExecuteCommandRequestContent ¶ added in v0.43.0

type NullableVirtualMachineExecuteCommandRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineExecuteCommandRequestContent) Get ¶ added in v0.43.0

func (NullableVirtualMachineExecuteCommandRequestContent) IsSet ¶ added in v0.43.0

func (NullableVirtualMachineExecuteCommandRequestContent) MarshalJSON ¶ added in v0.43.0

func (*NullableVirtualMachineExecuteCommandRequestContent) Set ¶ added in v0.43.0

func (*NullableVirtualMachineExecuteCommandRequestContent) UnmarshalJSON ¶ added in v0.43.0

func (*NullableVirtualMachineExecuteCommandRequestContent) Unset ¶ added in v0.43.0

type NullableVirtualMachineExecuteCommandResponseContent ¶ added in v0.43.0

type NullableVirtualMachineExecuteCommandResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineExecuteCommandResponseContent) Get ¶ added in v0.43.0

func (NullableVirtualMachineExecuteCommandResponseContent) IsSet ¶ added in v0.43.0

func (NullableVirtualMachineExecuteCommandResponseContent) MarshalJSON ¶ added in v0.43.0

func (*NullableVirtualMachineExecuteCommandResponseContent) Set ¶ added in v0.43.0

func (*NullableVirtualMachineExecuteCommandResponseContent) UnmarshalJSON ¶ added in v0.43.0

func (*NullableVirtualMachineExecuteCommandResponseContent) Unset ¶ added in v0.43.0

type NullableVirtualMachineFeatureSupportSummary ¶

type NullableVirtualMachineFeatureSupportSummary struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineFeatureSupportSummary) Get ¶

func (NullableVirtualMachineFeatureSupportSummary) IsSet ¶

func (NullableVirtualMachineFeatureSupportSummary) MarshalJSON ¶

func (*NullableVirtualMachineFeatureSupportSummary) Set ¶

func (*NullableVirtualMachineFeatureSupportSummary) UnmarshalJSON ¶

func (v *NullableVirtualMachineFeatureSupportSummary) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineFeatureSupportSummary) Unset ¶

type NullableVirtualMachineFirewallReferenceSummary ¶ added in v0.54.0

type NullableVirtualMachineFirewallReferenceSummary struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineFirewallReferenceSummary) Get ¶ added in v0.54.0

func (NullableVirtualMachineFirewallReferenceSummary) IsSet ¶ added in v0.54.0

func (NullableVirtualMachineFirewallReferenceSummary) MarshalJSON ¶ added in v0.54.0

func (*NullableVirtualMachineFirewallReferenceSummary) Set ¶ added in v0.54.0

func (*NullableVirtualMachineFirewallReferenceSummary) UnmarshalJSON ¶ added in v0.54.0

func (*NullableVirtualMachineFirewallReferenceSummary) Unset ¶ added in v0.54.0

type NullableVirtualMachineHighAvailabilityStatus ¶

type NullableVirtualMachineHighAvailabilityStatus struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineHighAvailabilityStatus) Get ¶

func (NullableVirtualMachineHighAvailabilityStatus) IsSet ¶

func (NullableVirtualMachineHighAvailabilityStatus) MarshalJSON ¶

func (*NullableVirtualMachineHighAvailabilityStatus) Set ¶

func (*NullableVirtualMachineHighAvailabilityStatus) UnmarshalJSON ¶

func (*NullableVirtualMachineHighAvailabilityStatus) Unset ¶

type NullableVirtualMachineHugePages ¶

type NullableVirtualMachineHugePages struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineHugePages) Get ¶

func (NullableVirtualMachineHugePages) IsSet ¶

func (NullableVirtualMachineHugePages) MarshalJSON ¶

func (v NullableVirtualMachineHugePages) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineHugePages) Set ¶

func (*NullableVirtualMachineHugePages) UnmarshalJSON ¶

func (v *NullableVirtualMachineHugePages) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineHugePages) Unset ¶

type NullableVirtualMachineKeyboard ¶

type NullableVirtualMachineKeyboard struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineKeyboard) Get ¶

func (NullableVirtualMachineKeyboard) IsSet ¶

func (NullableVirtualMachineKeyboard) MarshalJSON ¶

func (v NullableVirtualMachineKeyboard) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineKeyboard) Set ¶

func (*NullableVirtualMachineKeyboard) UnmarshalJSON ¶

func (v *NullableVirtualMachineKeyboard) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineKeyboard) Unset ¶

func (v *NullableVirtualMachineKeyboard) Unset()

type NullableVirtualMachineMigrationType ¶ added in v0.50.0

type NullableVirtualMachineMigrationType struct {
	// contains filtered or unexported fields
}

func NewNullableVirtualMachineMigrationType ¶ added in v0.50.0

func NewNullableVirtualMachineMigrationType(val *VirtualMachineMigrationType) *NullableVirtualMachineMigrationType

func (NullableVirtualMachineMigrationType) Get ¶ added in v0.50.0

func (NullableVirtualMachineMigrationType) IsSet ¶ added in v0.50.0

func (NullableVirtualMachineMigrationType) MarshalJSON ¶ added in v0.50.0

func (v NullableVirtualMachineMigrationType) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineMigrationType) Set ¶ added in v0.50.0

func (*NullableVirtualMachineMigrationType) UnmarshalJSON ¶ added in v0.50.0

func (v *NullableVirtualMachineMigrationType) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineMigrationType) Unset ¶ added in v0.50.0

type NullableVirtualMachineNicBlockStatistics ¶

type NullableVirtualMachineNicBlockStatistics struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineNicBlockStatistics) Get ¶

func (NullableVirtualMachineNicBlockStatistics) IsSet ¶

func (NullableVirtualMachineNicBlockStatistics) MarshalJSON ¶

func (*NullableVirtualMachineNicBlockStatistics) Set ¶

func (*NullableVirtualMachineNicBlockStatistics) UnmarshalJSON ¶

func (v *NullableVirtualMachineNicBlockStatistics) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineNicBlockStatistics) Unset ¶

type NullableVirtualMachineNicStatus ¶

type NullableVirtualMachineNicStatus struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineNicStatus) Get ¶

func (NullableVirtualMachineNicStatus) IsSet ¶

func (NullableVirtualMachineNicStatus) MarshalJSON ¶

func (v NullableVirtualMachineNicStatus) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineNicStatus) Set ¶

func (*NullableVirtualMachineNicStatus) UnmarshalJSON ¶

func (v *NullableVirtualMachineNicStatus) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineNicStatus) Unset ¶

type NullableVirtualMachineOperatingSystem ¶

type NullableVirtualMachineOperatingSystem struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineOperatingSystem) Get ¶

func (NullableVirtualMachineOperatingSystem) IsSet ¶

func (NullableVirtualMachineOperatingSystem) MarshalJSON ¶

func (v NullableVirtualMachineOperatingSystem) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineOperatingSystem) Set ¶

func (*NullableVirtualMachineOperatingSystem) UnmarshalJSON ¶

func (v *NullableVirtualMachineOperatingSystem) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineOperatingSystem) Unset ¶

type NullableVirtualMachineReadFileResponseContent ¶ added in v0.46.0

type NullableVirtualMachineReadFileResponseContent struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineReadFileResponseContent) Get ¶ added in v0.46.0

func (NullableVirtualMachineReadFileResponseContent) IsSet ¶ added in v0.46.0

func (NullableVirtualMachineReadFileResponseContent) MarshalJSON ¶ added in v0.46.0

func (*NullableVirtualMachineReadFileResponseContent) Set ¶ added in v0.46.0

func (*NullableVirtualMachineReadFileResponseContent) UnmarshalJSON ¶ added in v0.46.0

func (*NullableVirtualMachineReadFileResponseContent) Unset ¶ added in v0.46.0

type NullableVirtualMachineScsiControllerType ¶

type NullableVirtualMachineScsiControllerType struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineScsiControllerType) Get ¶

func (NullableVirtualMachineScsiControllerType) IsSet ¶

func (NullableVirtualMachineScsiControllerType) MarshalJSON ¶

func (*NullableVirtualMachineScsiControllerType) Set ¶

func (*NullableVirtualMachineScsiControllerType) UnmarshalJSON ¶

func (v *NullableVirtualMachineScsiControllerType) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineScsiControllerType) Unset ¶

type NullableVirtualMachineStatus ¶

type NullableVirtualMachineStatus struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineStatus) Get ¶

func (NullableVirtualMachineStatus) IsSet ¶

func (NullableVirtualMachineStatus) MarshalJSON ¶

func (v NullableVirtualMachineStatus) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineStatus) Set ¶

func (*NullableVirtualMachineStatus) UnmarshalJSON ¶

func (v *NullableVirtualMachineStatus) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineStatus) Unset ¶

func (v *NullableVirtualMachineStatus) Unset()

type NullableVirtualMachineStatusSummary ¶

type NullableVirtualMachineStatusSummary struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineStatusSummary) Get ¶

func (NullableVirtualMachineStatusSummary) IsSet ¶

func (NullableVirtualMachineStatusSummary) MarshalJSON ¶

func (v NullableVirtualMachineStatusSummary) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineStatusSummary) Set ¶

func (*NullableVirtualMachineStatusSummary) UnmarshalJSON ¶

func (v *NullableVirtualMachineStatusSummary) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineStatusSummary) Unset ¶

type NullableVirtualMachineSummary ¶

type NullableVirtualMachineSummary struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineSummary) Get ¶

func (NullableVirtualMachineSummary) IsSet ¶

func (NullableVirtualMachineSummary) MarshalJSON ¶

func (v NullableVirtualMachineSummary) MarshalJSON() ([]byte, error)

func (*NullableVirtualMachineSummary) Set ¶

func (*NullableVirtualMachineSummary) UnmarshalJSON ¶

func (v *NullableVirtualMachineSummary) UnmarshalJSON(src []byte) error

func (*NullableVirtualMachineSummary) Unset ¶

func (v *NullableVirtualMachineSummary) Unset()

type NullableVirtualMachineWriteFileRequestContent ¶ added in v0.47.0

type NullableVirtualMachineWriteFileRequestContent struct {
	// contains filtered or unexported fields
}

func (NullableVirtualMachineWriteFileRequestContent) Get ¶ added in v0.47.0

func (NullableVirtualMachineWriteFileRequestContent) IsSet ¶ added in v0.47.0

func (NullableVirtualMachineWriteFileRequestContent) MarshalJSON ¶ added in v0.47.0

func (*NullableVirtualMachineWriteFileRequestContent) Set ¶ added in v0.47.0

func (*NullableVirtualMachineWriteFileRequestContent) UnmarshalJSON ¶ added in v0.47.0

func (*NullableVirtualMachineWriteFileRequestContent) Unset ¶ added in v0.47.0

type NullableVirtualNetworkInterfaceSummary ¶ added in v0.18.0

type NullableVirtualNetworkInterfaceSummary struct {
	// contains filtered or unexported fields
}

func NewNullableVirtualNetworkInterfaceSummary ¶ added in v0.18.0

func NewNullableVirtualNetworkInterfaceSummary(val *VirtualNetworkInterfaceSummary) *NullableVirtualNetworkInterfaceSummary

func (NullableVirtualNetworkInterfaceSummary) Get ¶ added in v0.18.0

func (NullableVirtualNetworkInterfaceSummary) IsSet ¶ added in v0.18.0

func (NullableVirtualNetworkInterfaceSummary) MarshalJSON ¶ added in v0.18.0

func (v NullableVirtualNetworkInterfaceSummary) MarshalJSON() ([]byte, error)

func (*NullableVirtualNetworkInterfaceSummary) Set ¶ added in v0.18.0

func (*NullableVirtualNetworkInterfaceSummary) UnmarshalJSON ¶ added in v0.18.0

func (v *NullableVirtualNetworkInterfaceSummary) UnmarshalJSON(src []byte) error

func (*NullableVirtualNetworkInterfaceSummary) Unset ¶ added in v0.18.0

type NullableZFSCompression ¶

type NullableZFSCompression struct {
	// contains filtered or unexported fields
}

func NewNullableZFSCompression ¶

func NewNullableZFSCompression(val *ZFSCompression) *NullableZFSCompression

func (NullableZFSCompression) Get ¶

func (NullableZFSCompression) IsSet ¶

func (v NullableZFSCompression) IsSet() bool

func (NullableZFSCompression) MarshalJSON ¶

func (v NullableZFSCompression) MarshalJSON() ([]byte, error)

func (*NullableZFSCompression) Set ¶

func (*NullableZFSCompression) UnmarshalJSON ¶

func (v *NullableZFSCompression) UnmarshalJSON(src []byte) error

func (*NullableZFSCompression) Unset ¶

func (v *NullableZFSCompression) Unset()

type NullableZFSPoolStatusChild ¶

type NullableZFSPoolStatusChild struct {
	// contains filtered or unexported fields
}

func NewNullableZFSPoolStatusChild ¶

func NewNullableZFSPoolStatusChild(val *ZFSPoolStatusChild) *NullableZFSPoolStatusChild

func (NullableZFSPoolStatusChild) Get ¶

func (NullableZFSPoolStatusChild) IsSet ¶

func (v NullableZFSPoolStatusChild) IsSet() bool

func (NullableZFSPoolStatusChild) MarshalJSON ¶

func (v NullableZFSPoolStatusChild) MarshalJSON() ([]byte, error)

func (*NullableZFSPoolStatusChild) Set ¶

func (*NullableZFSPoolStatusChild) UnmarshalJSON ¶

func (v *NullableZFSPoolStatusChild) UnmarshalJSON(src []byte) error

func (*NullableZFSPoolStatusChild) Unset ¶

func (v *NullableZFSPoolStatusChild) Unset()

type NullableZFSPoolStatusSummary ¶

type NullableZFSPoolStatusSummary struct {
	// contains filtered or unexported fields
}

func (NullableZFSPoolStatusSummary) Get ¶

func (NullableZFSPoolStatusSummary) IsSet ¶

func (NullableZFSPoolStatusSummary) MarshalJSON ¶

func (v NullableZFSPoolStatusSummary) MarshalJSON() ([]byte, error)

func (*NullableZFSPoolStatusSummary) Set ¶

func (*NullableZFSPoolStatusSummary) UnmarshalJSON ¶

func (v *NullableZFSPoolStatusSummary) UnmarshalJSON(src []byte) error

func (*NullableZFSPoolStatusSummary) Unset ¶

func (v *NullableZFSPoolStatusSummary) Unset()

type NullableZFSPoolSummary ¶

type NullableZFSPoolSummary struct {
	// contains filtered or unexported fields
}

func NewNullableZFSPoolSummary ¶

func NewNullableZFSPoolSummary(val *ZFSPoolSummary) *NullableZFSPoolSummary

func (NullableZFSPoolSummary) Get ¶

func (NullableZFSPoolSummary) IsSet ¶

func (v NullableZFSPoolSummary) IsSet() bool

func (NullableZFSPoolSummary) MarshalJSON ¶

func (v NullableZFSPoolSummary) MarshalJSON() ([]byte, error)

func (*NullableZFSPoolSummary) Set ¶

func (*NullableZFSPoolSummary) UnmarshalJSON ¶

func (v *NullableZFSPoolSummary) UnmarshalJSON(src []byte) error

func (*NullableZFSPoolSummary) Unset ¶

func (v *NullableZFSPoolSummary) Unset()

type NullableZFSRaidLevel ¶

type NullableZFSRaidLevel struct {
	// contains filtered or unexported fields
}

func NewNullableZFSRaidLevel ¶

func NewNullableZFSRaidLevel(val *ZFSRaidLevel) *NullableZFSRaidLevel

func (NullableZFSRaidLevel) Get ¶

func (NullableZFSRaidLevel) IsSet ¶

func (v NullableZFSRaidLevel) IsSet() bool

func (NullableZFSRaidLevel) MarshalJSON ¶

func (v NullableZFSRaidLevel) MarshalJSON() ([]byte, error)

func (*NullableZFSRaidLevel) Set ¶

func (v *NullableZFSRaidLevel) Set(val *ZFSRaidLevel)

func (*NullableZFSRaidLevel) UnmarshalJSON ¶

func (v *NullableZFSRaidLevel) UnmarshalJSON(src []byte) error

func (*NullableZFSRaidLevel) Unset ¶

func (v *NullableZFSRaidLevel) Unset()

type OperatingSystemInformationSummary ¶

type OperatingSystemInformationSummary struct {
	PrettyName    *string `json:"pretty-name,omitempty"`
	Name          *string `json:"name,omitempty"`
	Version       *string `json:"version,omitempty"`
	VersionId     *string `json:"version-id,omitempty"`
	Id            *string `json:"id,omitempty"`
	KernelVersion *string `json:"kernel-version,omitempty"`
	KernelRelease *string `json:"kernel-release,omitempty"`
	Machine       *string `json:"machine,omitempty"`
}

OperatingSystemInformationSummary struct for OperatingSystemInformationSummary

func NewOperatingSystemInformationSummary ¶

func NewOperatingSystemInformationSummary() *OperatingSystemInformationSummary

NewOperatingSystemInformationSummary instantiates a new OperatingSystemInformationSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOperatingSystemInformationSummaryWithDefaults ¶

func NewOperatingSystemInformationSummaryWithDefaults() *OperatingSystemInformationSummary

NewOperatingSystemInformationSummaryWithDefaults instantiates a new OperatingSystemInformationSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OperatingSystemInformationSummary) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*OperatingSystemInformationSummary) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatingSystemInformationSummary) GetKernelRelease ¶

func (o *OperatingSystemInformationSummary) GetKernelRelease() string

GetKernelRelease returns the KernelRelease field value if set, zero value otherwise.

func (*OperatingSystemInformationSummary) GetKernelReleaseOk ¶

func (o *OperatingSystemInformationSummary) GetKernelReleaseOk() (*string, bool)

GetKernelReleaseOk returns a tuple with the KernelRelease field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatingSystemInformationSummary) GetKernelVersion ¶

func (o *OperatingSystemInformationSummary) GetKernelVersion() string

GetKernelVersion returns the KernelVersion field value if set, zero value otherwise.

func (*OperatingSystemInformationSummary) GetKernelVersionOk ¶

func (o *OperatingSystemInformationSummary) GetKernelVersionOk() (*string, bool)

GetKernelVersionOk returns a tuple with the KernelVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatingSystemInformationSummary) GetMachine ¶

func (o *OperatingSystemInformationSummary) GetMachine() string

GetMachine returns the Machine field value if set, zero value otherwise.

func (*OperatingSystemInformationSummary) GetMachineOk ¶

func (o *OperatingSystemInformationSummary) GetMachineOk() (*string, bool)

GetMachineOk returns a tuple with the Machine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatingSystemInformationSummary) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*OperatingSystemInformationSummary) GetNameOk ¶

func (o *OperatingSystemInformationSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatingSystemInformationSummary) GetPrettyName ¶

func (o *OperatingSystemInformationSummary) GetPrettyName() string

GetPrettyName returns the PrettyName field value if set, zero value otherwise.

func (*OperatingSystemInformationSummary) GetPrettyNameOk ¶

func (o *OperatingSystemInformationSummary) GetPrettyNameOk() (*string, bool)

GetPrettyNameOk returns a tuple with the PrettyName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatingSystemInformationSummary) GetVersion ¶

func (o *OperatingSystemInformationSummary) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*OperatingSystemInformationSummary) GetVersionId ¶

func (o *OperatingSystemInformationSummary) GetVersionId() string

GetVersionId returns the VersionId field value if set, zero value otherwise.

func (*OperatingSystemInformationSummary) GetVersionIdOk ¶

func (o *OperatingSystemInformationSummary) GetVersionIdOk() (*string, bool)

GetVersionIdOk returns a tuple with the VersionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatingSystemInformationSummary) GetVersionOk ¶

func (o *OperatingSystemInformationSummary) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatingSystemInformationSummary) HasId ¶

HasId returns a boolean if a field has been set.

func (*OperatingSystemInformationSummary) HasKernelRelease ¶

func (o *OperatingSystemInformationSummary) HasKernelRelease() bool

HasKernelRelease returns a boolean if a field has been set.

func (*OperatingSystemInformationSummary) HasKernelVersion ¶

func (o *OperatingSystemInformationSummary) HasKernelVersion() bool

HasKernelVersion returns a boolean if a field has been set.

func (*OperatingSystemInformationSummary) HasMachine ¶

func (o *OperatingSystemInformationSummary) HasMachine() bool

HasMachine returns a boolean if a field has been set.

func (*OperatingSystemInformationSummary) HasName ¶

HasName returns a boolean if a field has been set.

func (*OperatingSystemInformationSummary) HasPrettyName ¶

func (o *OperatingSystemInformationSummary) HasPrettyName() bool

HasPrettyName returns a boolean if a field has been set.

func (*OperatingSystemInformationSummary) HasVersion ¶

func (o *OperatingSystemInformationSummary) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*OperatingSystemInformationSummary) HasVersionId ¶

func (o *OperatingSystemInformationSummary) HasVersionId() bool

HasVersionId returns a boolean if a field has been set.

func (OperatingSystemInformationSummary) MarshalJSON ¶

func (o OperatingSystemInformationSummary) MarshalJSON() ([]byte, error)

func (*OperatingSystemInformationSummary) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*OperatingSystemInformationSummary) SetKernelRelease ¶

func (o *OperatingSystemInformationSummary) SetKernelRelease(v string)

SetKernelRelease gets a reference to the given string and assigns it to the KernelRelease field.

func (*OperatingSystemInformationSummary) SetKernelVersion ¶

func (o *OperatingSystemInformationSummary) SetKernelVersion(v string)

SetKernelVersion gets a reference to the given string and assigns it to the KernelVersion field.

func (*OperatingSystemInformationSummary) SetMachine ¶

func (o *OperatingSystemInformationSummary) SetMachine(v string)

SetMachine gets a reference to the given string and assigns it to the Machine field.

func (*OperatingSystemInformationSummary) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*OperatingSystemInformationSummary) SetPrettyName ¶

func (o *OperatingSystemInformationSummary) SetPrettyName(v string)

SetPrettyName gets a reference to the given string and assigns it to the PrettyName field.

func (*OperatingSystemInformationSummary) SetVersion ¶

func (o *OperatingSystemInformationSummary) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (*OperatingSystemInformationSummary) SetVersionId ¶

func (o *OperatingSystemInformationSummary) SetVersionId(v string)

SetVersionId gets a reference to the given string and assigns it to the VersionId field.

func (OperatingSystemInformationSummary) ToMap ¶ added in v0.9.0

func (o OperatingSystemInformationSummary) ToMap() (map[string]interface{}, error)

type OrderNodeCertificateRequestContent ¶

type OrderNodeCertificateRequestContent struct {
	// Overwrite existing custom certificate.
	Force *float32 `json:"force,omitempty"`
}

OrderNodeCertificateRequestContent struct for OrderNodeCertificateRequestContent

func NewOrderNodeCertificateRequestContent ¶

func NewOrderNodeCertificateRequestContent() *OrderNodeCertificateRequestContent

NewOrderNodeCertificateRequestContent instantiates a new OrderNodeCertificateRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrderNodeCertificateRequestContentWithDefaults ¶

func NewOrderNodeCertificateRequestContentWithDefaults() *OrderNodeCertificateRequestContent

NewOrderNodeCertificateRequestContentWithDefaults instantiates a new OrderNodeCertificateRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrderNodeCertificateRequestContent) GetForce ¶

GetForce returns the Force field value if set, zero value otherwise.

func (*OrderNodeCertificateRequestContent) GetForceOk ¶

func (o *OrderNodeCertificateRequestContent) GetForceOk() (*float32, bool)

GetForceOk returns a tuple with the Force field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNodeCertificateRequestContent) HasForce ¶

HasForce returns a boolean if a field has been set.

func (OrderNodeCertificateRequestContent) MarshalJSON ¶

func (o OrderNodeCertificateRequestContent) MarshalJSON() ([]byte, error)

func (*OrderNodeCertificateRequestContent) SetForce ¶

SetForce gets a reference to the given float32 and assigns it to the Force field.

func (OrderNodeCertificateRequestContent) ToMap ¶ added in v0.9.0

func (o OrderNodeCertificateRequestContent) ToMap() (map[string]interface{}, error)

type OrderNodeCertificateResponseContent ¶

type OrderNodeCertificateResponseContent struct {
	Data string `json:"data"`
}

OrderNodeCertificateResponseContent struct for OrderNodeCertificateResponseContent

func NewOrderNodeCertificateResponseContent ¶

func NewOrderNodeCertificateResponseContent(data string) *OrderNodeCertificateResponseContent

NewOrderNodeCertificateResponseContent instantiates a new OrderNodeCertificateResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrderNodeCertificateResponseContentWithDefaults ¶

func NewOrderNodeCertificateResponseContentWithDefaults() *OrderNodeCertificateResponseContent

NewOrderNodeCertificateResponseContentWithDefaults instantiates a new OrderNodeCertificateResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrderNodeCertificateResponseContent) GetData ¶

GetData returns the Data field value

func (*OrderNodeCertificateResponseContent) GetDataOk ¶

func (o *OrderNodeCertificateResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (OrderNodeCertificateResponseContent) MarshalJSON ¶

func (o OrderNodeCertificateResponseContent) MarshalJSON() ([]byte, error)

func (*OrderNodeCertificateResponseContent) SetData ¶

SetData sets field value

func (OrderNodeCertificateResponseContent) ToMap ¶ added in v0.9.0

func (o OrderNodeCertificateResponseContent) ToMap() (map[string]interface{}, error)

type PackageSummary ¶

type PackageSummary struct {
	Title         string  `json:"Title"`
	Priority      string  `json:"Priority"`
	OldVersion    string  `json:"OldVersion"`
	Description   string  `json:"Description"`
	Arch          string  `json:"Arch"`
	Package       string  `json:"Package"`
	Section       string  `json:"Section"`
	Version       string  `json:"Version"`
	Origin        string  `json:"Origin"`
	CurrentState  string  `json:"CurrentState"`
	RunningKernel *string `json:"RunningKernel,omitempty"`
}

PackageSummary struct for PackageSummary

func NewPackageSummary ¶

func NewPackageSummary(title string, priority string, oldVersion string, description string, arch string, package_ string, section string, version string, origin string, currentState string) *PackageSummary

NewPackageSummary instantiates a new PackageSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPackageSummaryWithDefaults ¶

func NewPackageSummaryWithDefaults() *PackageSummary

NewPackageSummaryWithDefaults instantiates a new PackageSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PackageSummary) GetArch ¶

func (o *PackageSummary) GetArch() string

GetArch returns the Arch field value

func (*PackageSummary) GetArchOk ¶

func (o *PackageSummary) GetArchOk() (*string, bool)

GetArchOk returns a tuple with the Arch field value and a boolean to check if the value has been set.

func (*PackageSummary) GetCurrentState ¶

func (o *PackageSummary) GetCurrentState() string

GetCurrentState returns the CurrentState field value

func (*PackageSummary) GetCurrentStateOk ¶

func (o *PackageSummary) GetCurrentStateOk() (*string, bool)

GetCurrentStateOk returns a tuple with the CurrentState field value and a boolean to check if the value has been set.

func (*PackageSummary) GetDescription ¶

func (o *PackageSummary) GetDescription() string

GetDescription returns the Description field value

func (*PackageSummary) GetDescriptionOk ¶

func (o *PackageSummary) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*PackageSummary) GetOldVersion ¶

func (o *PackageSummary) GetOldVersion() string

GetOldVersion returns the OldVersion field value

func (*PackageSummary) GetOldVersionOk ¶

func (o *PackageSummary) GetOldVersionOk() (*string, bool)

GetOldVersionOk returns a tuple with the OldVersion field value and a boolean to check if the value has been set.

func (*PackageSummary) GetOrigin ¶

func (o *PackageSummary) GetOrigin() string

GetOrigin returns the Origin field value

func (*PackageSummary) GetOriginOk ¶

func (o *PackageSummary) GetOriginOk() (*string, bool)

GetOriginOk returns a tuple with the Origin field value and a boolean to check if the value has been set.

func (*PackageSummary) GetPackage ¶

func (o *PackageSummary) GetPackage() string

GetPackage returns the Package field value

func (*PackageSummary) GetPackageOk ¶

func (o *PackageSummary) GetPackageOk() (*string, bool)

GetPackageOk returns a tuple with the Package field value and a boolean to check if the value has been set.

func (*PackageSummary) GetPriority ¶

func (o *PackageSummary) GetPriority() string

GetPriority returns the Priority field value

func (*PackageSummary) GetPriorityOk ¶

func (o *PackageSummary) GetPriorityOk() (*string, bool)

GetPriorityOk returns a tuple with the Priority field value and a boolean to check if the value has been set.

func (*PackageSummary) GetRunningKernel ¶

func (o *PackageSummary) GetRunningKernel() string

GetRunningKernel returns the RunningKernel field value if set, zero value otherwise.

func (*PackageSummary) GetRunningKernelOk ¶

func (o *PackageSummary) GetRunningKernelOk() (*string, bool)

GetRunningKernelOk returns a tuple with the RunningKernel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PackageSummary) GetSection ¶

func (o *PackageSummary) GetSection() string

GetSection returns the Section field value

func (*PackageSummary) GetSectionOk ¶

func (o *PackageSummary) GetSectionOk() (*string, bool)

GetSectionOk returns a tuple with the Section field value and a boolean to check if the value has been set.

func (*PackageSummary) GetTitle ¶

func (o *PackageSummary) GetTitle() string

GetTitle returns the Title field value

func (*PackageSummary) GetTitleOk ¶

func (o *PackageSummary) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*PackageSummary) GetVersion ¶

func (o *PackageSummary) GetVersion() string

GetVersion returns the Version field value

func (*PackageSummary) GetVersionOk ¶

func (o *PackageSummary) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (*PackageSummary) HasRunningKernel ¶

func (o *PackageSummary) HasRunningKernel() bool

HasRunningKernel returns a boolean if a field has been set.

func (PackageSummary) MarshalJSON ¶

func (o PackageSummary) MarshalJSON() ([]byte, error)

func (*PackageSummary) SetArch ¶

func (o *PackageSummary) SetArch(v string)

SetArch sets field value

func (*PackageSummary) SetCurrentState ¶

func (o *PackageSummary) SetCurrentState(v string)

SetCurrentState sets field value

func (*PackageSummary) SetDescription ¶

func (o *PackageSummary) SetDescription(v string)

SetDescription sets field value

func (*PackageSummary) SetOldVersion ¶

func (o *PackageSummary) SetOldVersion(v string)

SetOldVersion sets field value

func (*PackageSummary) SetOrigin ¶

func (o *PackageSummary) SetOrigin(v string)

SetOrigin sets field value

func (*PackageSummary) SetPackage ¶

func (o *PackageSummary) SetPackage(v string)

SetPackage sets field value

func (*PackageSummary) SetPriority ¶

func (o *PackageSummary) SetPriority(v string)

SetPriority sets field value

func (*PackageSummary) SetRunningKernel ¶

func (o *PackageSummary) SetRunningKernel(v string)

SetRunningKernel gets a reference to the given string and assigns it to the RunningKernel field.

func (*PackageSummary) SetSection ¶

func (o *PackageSummary) SetSection(v string)

SetSection sets field value

func (*PackageSummary) SetTitle ¶

func (o *PackageSummary) SetTitle(v string)

SetTitle sets field value

func (*PackageSummary) SetVersion ¶

func (o *PackageSummary) SetVersion(v string)

SetVersion sets field value

func (PackageSummary) ToMap ¶ added in v0.9.0

func (o PackageSummary) ToMap() (map[string]interface{}, error)

type PciControllerSummary ¶

type PciControllerSummary struct {
	Bus      *float32 `json:"bus,omitempty"`
	Domain   *float32 `json:"domain,omitempty"`
	Function *float32 `json:"function,omitempty"`
	Slot     *float32 `json:"slot,omitempty"`
}

PciControllerSummary struct for PciControllerSummary

func NewPciControllerSummary ¶

func NewPciControllerSummary() *PciControllerSummary

NewPciControllerSummary instantiates a new PciControllerSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPciControllerSummaryWithDefaults ¶

func NewPciControllerSummaryWithDefaults() *PciControllerSummary

NewPciControllerSummaryWithDefaults instantiates a new PciControllerSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PciControllerSummary) GetBus ¶

func (o *PciControllerSummary) GetBus() float32

GetBus returns the Bus field value if set, zero value otherwise.

func (*PciControllerSummary) GetBusOk ¶

func (o *PciControllerSummary) GetBusOk() (*float32, bool)

GetBusOk returns a tuple with the Bus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PciControllerSummary) GetDomain ¶

func (o *PciControllerSummary) GetDomain() float32

GetDomain returns the Domain field value if set, zero value otherwise.

func (*PciControllerSummary) GetDomainOk ¶

func (o *PciControllerSummary) GetDomainOk() (*float32, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PciControllerSummary) GetFunction ¶

func (o *PciControllerSummary) GetFunction() float32

GetFunction returns the Function field value if set, zero value otherwise.

func (*PciControllerSummary) GetFunctionOk ¶

func (o *PciControllerSummary) GetFunctionOk() (*float32, bool)

GetFunctionOk returns a tuple with the Function field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PciControllerSummary) GetSlot ¶

func (o *PciControllerSummary) GetSlot() float32

GetSlot returns the Slot field value if set, zero value otherwise.

func (*PciControllerSummary) GetSlotOk ¶

func (o *PciControllerSummary) GetSlotOk() (*float32, bool)

GetSlotOk returns a tuple with the Slot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PciControllerSummary) HasBus ¶

func (o *PciControllerSummary) HasBus() bool

HasBus returns a boolean if a field has been set.

func (*PciControllerSummary) HasDomain ¶

func (o *PciControllerSummary) HasDomain() bool

HasDomain returns a boolean if a field has been set.

func (*PciControllerSummary) HasFunction ¶

func (o *PciControllerSummary) HasFunction() bool

HasFunction returns a boolean if a field has been set.

func (*PciControllerSummary) HasSlot ¶

func (o *PciControllerSummary) HasSlot() bool

HasSlot returns a boolean if a field has been set.

func (PciControllerSummary) MarshalJSON ¶

func (o PciControllerSummary) MarshalJSON() ([]byte, error)

func (*PciControllerSummary) SetBus ¶

func (o *PciControllerSummary) SetBus(v float32)

SetBus gets a reference to the given float32 and assigns it to the Bus field.

func (*PciControllerSummary) SetDomain ¶

func (o *PciControllerSummary) SetDomain(v float32)

SetDomain gets a reference to the given float32 and assigns it to the Domain field.

func (*PciControllerSummary) SetFunction ¶

func (o *PciControllerSummary) SetFunction(v float32)

SetFunction gets a reference to the given float32 and assigns it to the Function field.

func (*PciControllerSummary) SetSlot ¶

func (o *PciControllerSummary) SetSlot(v float32)

SetSlot gets a reference to the given float32 and assigns it to the Slot field.

func (PciControllerSummary) ToMap ¶ added in v0.9.0

func (o PciControllerSummary) ToMap() (map[string]interface{}, error)

type PciMediatedDeviceSummary ¶

type PciMediatedDeviceSummary struct {
	Available   float32 `json:"available"`
	Description string  `json:"description"`
	Type        string  `json:"type"`
}

PciMediatedDeviceSummary struct for PciMediatedDeviceSummary

func NewPciMediatedDeviceSummary ¶

func NewPciMediatedDeviceSummary(available float32, description string, type_ string) *PciMediatedDeviceSummary

NewPciMediatedDeviceSummary instantiates a new PciMediatedDeviceSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPciMediatedDeviceSummaryWithDefaults ¶

func NewPciMediatedDeviceSummaryWithDefaults() *PciMediatedDeviceSummary

NewPciMediatedDeviceSummaryWithDefaults instantiates a new PciMediatedDeviceSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PciMediatedDeviceSummary) GetAvailable ¶

func (o *PciMediatedDeviceSummary) GetAvailable() float32

GetAvailable returns the Available field value

func (*PciMediatedDeviceSummary) GetAvailableOk ¶

func (o *PciMediatedDeviceSummary) GetAvailableOk() (*float32, bool)

GetAvailableOk returns a tuple with the Available field value and a boolean to check if the value has been set.

func (*PciMediatedDeviceSummary) GetDescription ¶

func (o *PciMediatedDeviceSummary) GetDescription() string

GetDescription returns the Description field value

func (*PciMediatedDeviceSummary) GetDescriptionOk ¶

func (o *PciMediatedDeviceSummary) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*PciMediatedDeviceSummary) GetType ¶

func (o *PciMediatedDeviceSummary) GetType() string

GetType returns the Type field value

func (*PciMediatedDeviceSummary) GetTypeOk ¶

func (o *PciMediatedDeviceSummary) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PciMediatedDeviceSummary) MarshalJSON ¶

func (o PciMediatedDeviceSummary) MarshalJSON() ([]byte, error)

func (*PciMediatedDeviceSummary) SetAvailable ¶

func (o *PciMediatedDeviceSummary) SetAvailable(v float32)

SetAvailable sets field value

func (*PciMediatedDeviceSummary) SetDescription ¶

func (o *PciMediatedDeviceSummary) SetDescription(v string)

SetDescription sets field value

func (*PciMediatedDeviceSummary) SetType ¶

func (o *PciMediatedDeviceSummary) SetType(v string)

SetType sets field value

func (PciMediatedDeviceSummary) ToMap ¶ added in v0.9.0

func (o PciMediatedDeviceSummary) ToMap() (map[string]interface{}, error)

type PendingVirtualMachineCloudInitField ¶

type PendingVirtualMachineCloudInitField struct {
	Key string  `json:"key"`
	New *string `json:"new,omitempty"`
	Old *string `json:"old,omitempty"`
}

PendingVirtualMachineCloudInitField struct for PendingVirtualMachineCloudInitField

func NewPendingVirtualMachineCloudInitField ¶

func NewPendingVirtualMachineCloudInitField(key string) *PendingVirtualMachineCloudInitField

NewPendingVirtualMachineCloudInitField instantiates a new PendingVirtualMachineCloudInitField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPendingVirtualMachineCloudInitFieldWithDefaults ¶

func NewPendingVirtualMachineCloudInitFieldWithDefaults() *PendingVirtualMachineCloudInitField

NewPendingVirtualMachineCloudInitFieldWithDefaults instantiates a new PendingVirtualMachineCloudInitField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PendingVirtualMachineCloudInitField) GetKey ¶

GetKey returns the Key field value

func (*PendingVirtualMachineCloudInitField) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*PendingVirtualMachineCloudInitField) GetNew ¶

GetNew returns the New field value if set, zero value otherwise.

func (*PendingVirtualMachineCloudInitField) GetNewOk ¶

GetNewOk returns a tuple with the New field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PendingVirtualMachineCloudInitField) GetOld ¶

GetOld returns the Old field value if set, zero value otherwise.

func (*PendingVirtualMachineCloudInitField) GetOldOk ¶

GetOldOk returns a tuple with the Old field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PendingVirtualMachineCloudInitField) HasNew ¶

HasNew returns a boolean if a field has been set.

func (*PendingVirtualMachineCloudInitField) HasOld ¶

HasOld returns a boolean if a field has been set.

func (PendingVirtualMachineCloudInitField) MarshalJSON ¶

func (o PendingVirtualMachineCloudInitField) MarshalJSON() ([]byte, error)

func (*PendingVirtualMachineCloudInitField) SetKey ¶

SetKey sets field value

func (*PendingVirtualMachineCloudInitField) SetNew ¶

SetNew gets a reference to the given string and assigns it to the New field.

func (*PendingVirtualMachineCloudInitField) SetOld ¶

SetOld gets a reference to the given string and assigns it to the Old field.

func (PendingVirtualMachineCloudInitField) ToMap ¶ added in v0.9.0

func (o PendingVirtualMachineCloudInitField) ToMap() (map[string]interface{}, error)

type PingVirtualMachineResponseContent ¶ added in v0.20.0

type PingVirtualMachineResponseContent struct {
	Data map[string]interface{} `json:"data"`
}

PingVirtualMachineResponseContent struct for PingVirtualMachineResponseContent

func NewPingVirtualMachineResponseContent ¶ added in v0.20.0

func NewPingVirtualMachineResponseContent(data map[string]interface{}) *PingVirtualMachineResponseContent

NewPingVirtualMachineResponseContent instantiates a new PingVirtualMachineResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPingVirtualMachineResponseContentWithDefaults ¶ added in v0.20.0

func NewPingVirtualMachineResponseContentWithDefaults() *PingVirtualMachineResponseContent

NewPingVirtualMachineResponseContentWithDefaults instantiates a new PingVirtualMachineResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PingVirtualMachineResponseContent) GetData ¶ added in v0.20.0

func (o *PingVirtualMachineResponseContent) GetData() map[string]interface{}

GetData returns the Data field value

func (*PingVirtualMachineResponseContent) GetDataOk ¶ added in v0.20.0

func (o *PingVirtualMachineResponseContent) GetDataOk() (map[string]interface{}, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (PingVirtualMachineResponseContent) MarshalJSON ¶ added in v0.20.0

func (o PingVirtualMachineResponseContent) MarshalJSON() ([]byte, error)

func (*PingVirtualMachineResponseContent) SetData ¶ added in v0.20.0

func (o *PingVirtualMachineResponseContent) SetData(v map[string]interface{})

SetData sets field value

func (PingVirtualMachineResponseContent) ToMap ¶ added in v0.20.0

func (o PingVirtualMachineResponseContent) ToMap() (map[string]interface{}, error)

type PoolConfigurationSummary ¶ added in v0.15.0

type PoolConfigurationSummary struct {
	Members []PoolMemberSummary `json:"members"`
	Comment *string             `json:"comment,omitempty"`
}

PoolConfigurationSummary struct for PoolConfigurationSummary

func NewPoolConfigurationSummary ¶ added in v0.15.0

func NewPoolConfigurationSummary(members []PoolMemberSummary) *PoolConfigurationSummary

NewPoolConfigurationSummary instantiates a new PoolConfigurationSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPoolConfigurationSummaryWithDefaults ¶ added in v0.15.0

func NewPoolConfigurationSummaryWithDefaults() *PoolConfigurationSummary

NewPoolConfigurationSummaryWithDefaults instantiates a new PoolConfigurationSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PoolConfigurationSummary) GetComment ¶ added in v0.15.0

func (o *PoolConfigurationSummary) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*PoolConfigurationSummary) GetCommentOk ¶ added in v0.15.0

func (o *PoolConfigurationSummary) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolConfigurationSummary) GetMembers ¶ added in v0.15.0

func (o *PoolConfigurationSummary) GetMembers() []PoolMemberSummary

GetMembers returns the Members field value

func (*PoolConfigurationSummary) GetMembersOk ¶ added in v0.15.0

func (o *PoolConfigurationSummary) GetMembersOk() ([]PoolMemberSummary, bool)

GetMembersOk returns a tuple with the Members field value and a boolean to check if the value has been set.

func (*PoolConfigurationSummary) HasComment ¶ added in v0.15.0

func (o *PoolConfigurationSummary) HasComment() bool

HasComment returns a boolean if a field has been set.

func (PoolConfigurationSummary) MarshalJSON ¶ added in v0.15.0

func (o PoolConfigurationSummary) MarshalJSON() ([]byte, error)

func (*PoolConfigurationSummary) SetComment ¶ added in v0.15.0

func (o *PoolConfigurationSummary) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*PoolConfigurationSummary) SetMembers ¶ added in v0.15.0

func (o *PoolConfigurationSummary) SetMembers(v []PoolMemberSummary)

SetMembers sets field value

func (PoolConfigurationSummary) ToMap ¶ added in v0.15.0

func (o PoolConfigurationSummary) ToMap() (map[string]interface{}, error)

type PoolMemberSummary ¶ added in v0.15.0

type PoolMemberSummary struct {
	Id        string         `json:"id"`
	Type      PoolMemberType `json:"type"`
	Disk      *float32       `json:"disk,omitempty"`
	Uptime    *float32       `json:"uptime,omitempty"`
	Maxmem    *float32       `json:"maxmem,omitempty"`
	Netin     *float32       `json:"netin,omitempty"`
	Netout    *float32       `json:"netout,omitempty"`
	Diskwrite *float32       `json:"diskwrite,omitempty"`
	Diskread  *float32       `json:"diskread,omitempty"`
	Maxdisk   *float32       `json:"maxdisk,omitempty"`
	Cpu       *float32       `json:"cpu,omitempty"`
	Maxcpu    *float32       `json:"maxcpu,omitempty"`
	Vmid      *float32       `json:"vmid,omitempty"`
	Mem       *float32       `json:"mem,omitempty"`
	Name      *string        `json:"name,omitempty"`
	// Whether the VM is a template. This is a boolean integer, where 1 is true and 0 is false.
	Template   *float32 `json:"template,omitempty"`
	Node       *string  `json:"node,omitempty"`
	Storage    *string  `json:"storage,omitempty"`
	Status     *string  `json:"status,omitempty"`
	Plugintype *string  `json:"plugintype,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Shared  *float32 `json:"shared,omitempty"`
	Content *string  `json:"content,omitempty"`
}

PoolMemberSummary struct for PoolMemberSummary

func NewPoolMemberSummary ¶ added in v0.15.0

func NewPoolMemberSummary(id string, type_ PoolMemberType) *PoolMemberSummary

NewPoolMemberSummary instantiates a new PoolMemberSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPoolMemberSummaryWithDefaults ¶ added in v0.15.0

func NewPoolMemberSummaryWithDefaults() *PoolMemberSummary

NewPoolMemberSummaryWithDefaults instantiates a new PoolMemberSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PoolMemberSummary) GetContent ¶ added in v0.15.0

func (o *PoolMemberSummary) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*PoolMemberSummary) GetContentOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetCpu ¶ added in v0.15.0

func (o *PoolMemberSummary) GetCpu() float32

GetCpu returns the Cpu field value if set, zero value otherwise.

func (*PoolMemberSummary) GetCpuOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetCpuOk() (*float32, bool)

GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetDisk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetDisk() float32

GetDisk returns the Disk field value if set, zero value otherwise.

func (*PoolMemberSummary) GetDiskOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetDiskOk() (*float32, bool)

GetDiskOk returns a tuple with the Disk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetDiskread ¶ added in v0.15.0

func (o *PoolMemberSummary) GetDiskread() float32

GetDiskread returns the Diskread field value if set, zero value otherwise.

func (*PoolMemberSummary) GetDiskreadOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetDiskreadOk() (*float32, bool)

GetDiskreadOk returns a tuple with the Diskread field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetDiskwrite ¶ added in v0.15.0

func (o *PoolMemberSummary) GetDiskwrite() float32

GetDiskwrite returns the Diskwrite field value if set, zero value otherwise.

func (*PoolMemberSummary) GetDiskwriteOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetDiskwriteOk() (*float32, bool)

GetDiskwriteOk returns a tuple with the Diskwrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetId ¶ added in v0.15.0

func (o *PoolMemberSummary) GetId() string

GetId returns the Id field value

func (*PoolMemberSummary) GetIdOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetMaxcpu ¶ added in v0.15.0

func (o *PoolMemberSummary) GetMaxcpu() float32

GetMaxcpu returns the Maxcpu field value if set, zero value otherwise.

func (*PoolMemberSummary) GetMaxcpuOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetMaxcpuOk() (*float32, bool)

GetMaxcpuOk returns a tuple with the Maxcpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetMaxdisk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetMaxdisk() float32

GetMaxdisk returns the Maxdisk field value if set, zero value otherwise.

func (*PoolMemberSummary) GetMaxdiskOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetMaxdiskOk() (*float32, bool)

GetMaxdiskOk returns a tuple with the Maxdisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetMaxmem ¶ added in v0.15.0

func (o *PoolMemberSummary) GetMaxmem() float32

GetMaxmem returns the Maxmem field value if set, zero value otherwise.

func (*PoolMemberSummary) GetMaxmemOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetMaxmemOk() (*float32, bool)

GetMaxmemOk returns a tuple with the Maxmem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetMem ¶ added in v0.15.0

func (o *PoolMemberSummary) GetMem() float32

GetMem returns the Mem field value if set, zero value otherwise.

func (*PoolMemberSummary) GetMemOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetMemOk() (*float32, bool)

GetMemOk returns a tuple with the Mem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetName ¶ added in v0.15.0

func (o *PoolMemberSummary) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PoolMemberSummary) GetNameOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetNetin ¶ added in v0.15.0

func (o *PoolMemberSummary) GetNetin() float32

GetNetin returns the Netin field value if set, zero value otherwise.

func (*PoolMemberSummary) GetNetinOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetNetinOk() (*float32, bool)

GetNetinOk returns a tuple with the Netin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetNetout ¶ added in v0.15.0

func (o *PoolMemberSummary) GetNetout() float32

GetNetout returns the Netout field value if set, zero value otherwise.

func (*PoolMemberSummary) GetNetoutOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetNetoutOk() (*float32, bool)

GetNetoutOk returns a tuple with the Netout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetNode ¶ added in v0.15.0

func (o *PoolMemberSummary) GetNode() string

GetNode returns the Node field value if set, zero value otherwise.

func (*PoolMemberSummary) GetNodeOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetNodeOk() (*string, bool)

GetNodeOk returns a tuple with the Node field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetPlugintype ¶ added in v0.15.0

func (o *PoolMemberSummary) GetPlugintype() string

GetPlugintype returns the Plugintype field value if set, zero value otherwise.

func (*PoolMemberSummary) GetPlugintypeOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetPlugintypeOk() (*string, bool)

GetPlugintypeOk returns a tuple with the Plugintype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetShared ¶ added in v0.15.0

func (o *PoolMemberSummary) GetShared() float32

GetShared returns the Shared field value if set, zero value otherwise.

func (*PoolMemberSummary) GetSharedOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetSharedOk() (*float32, bool)

GetSharedOk returns a tuple with the Shared field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetStatus ¶ added in v0.15.0

func (o *PoolMemberSummary) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*PoolMemberSummary) GetStatusOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetStorage ¶ added in v0.25.0

func (o *PoolMemberSummary) GetStorage() string

GetStorage returns the Storage field value if set, zero value otherwise.

func (*PoolMemberSummary) GetStorageOk ¶ added in v0.25.0

func (o *PoolMemberSummary) GetStorageOk() (*string, bool)

GetStorageOk returns a tuple with the Storage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetTemplate ¶ added in v0.15.0

func (o *PoolMemberSummary) GetTemplate() float32

GetTemplate returns the Template field value if set, zero value otherwise.

func (*PoolMemberSummary) GetTemplateOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetTemplateOk() (*float32, bool)

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetType ¶ added in v0.15.0

func (o *PoolMemberSummary) GetType() PoolMemberType

GetType returns the Type field value

func (*PoolMemberSummary) GetTypeOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetTypeOk() (*PoolMemberType, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetUptime ¶ added in v0.15.0

func (o *PoolMemberSummary) GetUptime() float32

GetUptime returns the Uptime field value if set, zero value otherwise.

func (*PoolMemberSummary) GetUptimeOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetUptimeOk() (*float32, bool)

GetUptimeOk returns a tuple with the Uptime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) GetVmid ¶ added in v0.15.0

func (o *PoolMemberSummary) GetVmid() float32

GetVmid returns the Vmid field value if set, zero value otherwise.

func (*PoolMemberSummary) GetVmidOk ¶ added in v0.15.0

func (o *PoolMemberSummary) GetVmidOk() (*float32, bool)

GetVmidOk returns a tuple with the Vmid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolMemberSummary) HasContent ¶ added in v0.15.0

func (o *PoolMemberSummary) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*PoolMemberSummary) HasCpu ¶ added in v0.15.0

func (o *PoolMemberSummary) HasCpu() bool

HasCpu returns a boolean if a field has been set.

func (*PoolMemberSummary) HasDisk ¶ added in v0.15.0

func (o *PoolMemberSummary) HasDisk() bool

HasDisk returns a boolean if a field has been set.

func (*PoolMemberSummary) HasDiskread ¶ added in v0.15.0

func (o *PoolMemberSummary) HasDiskread() bool

HasDiskread returns a boolean if a field has been set.

func (*PoolMemberSummary) HasDiskwrite ¶ added in v0.15.0

func (o *PoolMemberSummary) HasDiskwrite() bool

HasDiskwrite returns a boolean if a field has been set.

func (*PoolMemberSummary) HasMaxcpu ¶ added in v0.15.0

func (o *PoolMemberSummary) HasMaxcpu() bool

HasMaxcpu returns a boolean if a field has been set.

func (*PoolMemberSummary) HasMaxdisk ¶ added in v0.15.0

func (o *PoolMemberSummary) HasMaxdisk() bool

HasMaxdisk returns a boolean if a field has been set.

func (*PoolMemberSummary) HasMaxmem ¶ added in v0.15.0

func (o *PoolMemberSummary) HasMaxmem() bool

HasMaxmem returns a boolean if a field has been set.

func (*PoolMemberSummary) HasMem ¶ added in v0.15.0

func (o *PoolMemberSummary) HasMem() bool

HasMem returns a boolean if a field has been set.

func (*PoolMemberSummary) HasName ¶ added in v0.15.0

func (o *PoolMemberSummary) HasName() bool

HasName returns a boolean if a field has been set.

func (*PoolMemberSummary) HasNetin ¶ added in v0.15.0

func (o *PoolMemberSummary) HasNetin() bool

HasNetin returns a boolean if a field has been set.

func (*PoolMemberSummary) HasNetout ¶ added in v0.15.0

func (o *PoolMemberSummary) HasNetout() bool

HasNetout returns a boolean if a field has been set.

func (*PoolMemberSummary) HasNode ¶ added in v0.15.0

func (o *PoolMemberSummary) HasNode() bool

HasNode returns a boolean if a field has been set.

func (*PoolMemberSummary) HasPlugintype ¶ added in v0.15.0

func (o *PoolMemberSummary) HasPlugintype() bool

HasPlugintype returns a boolean if a field has been set.

func (*PoolMemberSummary) HasShared ¶ added in v0.15.0

func (o *PoolMemberSummary) HasShared() bool

HasShared returns a boolean if a field has been set.

func (*PoolMemberSummary) HasStatus ¶ added in v0.15.0

func (o *PoolMemberSummary) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*PoolMemberSummary) HasStorage ¶ added in v0.25.0

func (o *PoolMemberSummary) HasStorage() bool

HasStorage returns a boolean if a field has been set.

func (*PoolMemberSummary) HasTemplate ¶ added in v0.15.0

func (o *PoolMemberSummary) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (*PoolMemberSummary) HasUptime ¶ added in v0.15.0

func (o *PoolMemberSummary) HasUptime() bool

HasUptime returns a boolean if a field has been set.

func (*PoolMemberSummary) HasVmid ¶ added in v0.15.0

func (o *PoolMemberSummary) HasVmid() bool

HasVmid returns a boolean if a field has been set.

func (PoolMemberSummary) MarshalJSON ¶ added in v0.15.0

func (o PoolMemberSummary) MarshalJSON() ([]byte, error)

func (*PoolMemberSummary) SetContent ¶ added in v0.15.0

func (o *PoolMemberSummary) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*PoolMemberSummary) SetCpu ¶ added in v0.15.0

func (o *PoolMemberSummary) SetCpu(v float32)

SetCpu gets a reference to the given float32 and assigns it to the Cpu field.

func (*PoolMemberSummary) SetDisk ¶ added in v0.15.0

func (o *PoolMemberSummary) SetDisk(v float32)

SetDisk gets a reference to the given float32 and assigns it to the Disk field.

func (*PoolMemberSummary) SetDiskread ¶ added in v0.15.0

func (o *PoolMemberSummary) SetDiskread(v float32)

SetDiskread gets a reference to the given float32 and assigns it to the Diskread field.

func (*PoolMemberSummary) SetDiskwrite ¶ added in v0.15.0

func (o *PoolMemberSummary) SetDiskwrite(v float32)

SetDiskwrite gets a reference to the given float32 and assigns it to the Diskwrite field.

func (*PoolMemberSummary) SetId ¶ added in v0.15.0

func (o *PoolMemberSummary) SetId(v string)

SetId sets field value

func (*PoolMemberSummary) SetMaxcpu ¶ added in v0.15.0

func (o *PoolMemberSummary) SetMaxcpu(v float32)

SetMaxcpu gets a reference to the given float32 and assigns it to the Maxcpu field.

func (*PoolMemberSummary) SetMaxdisk ¶ added in v0.15.0

func (o *PoolMemberSummary) SetMaxdisk(v float32)

SetMaxdisk gets a reference to the given float32 and assigns it to the Maxdisk field.

func (*PoolMemberSummary) SetMaxmem ¶ added in v0.15.0

func (o *PoolMemberSummary) SetMaxmem(v float32)

SetMaxmem gets a reference to the given float32 and assigns it to the Maxmem field.

func (*PoolMemberSummary) SetMem ¶ added in v0.15.0

func (o *PoolMemberSummary) SetMem(v float32)

SetMem gets a reference to the given float32 and assigns it to the Mem field.

func (*PoolMemberSummary) SetName ¶ added in v0.15.0

func (o *PoolMemberSummary) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*PoolMemberSummary) SetNetin ¶ added in v0.15.0

func (o *PoolMemberSummary) SetNetin(v float32)

SetNetin gets a reference to the given float32 and assigns it to the Netin field.

func (*PoolMemberSummary) SetNetout ¶ added in v0.15.0

func (o *PoolMemberSummary) SetNetout(v float32)

SetNetout gets a reference to the given float32 and assigns it to the Netout field.

func (*PoolMemberSummary) SetNode ¶ added in v0.15.0

func (o *PoolMemberSummary) SetNode(v string)

SetNode gets a reference to the given string and assigns it to the Node field.

func (*PoolMemberSummary) SetPlugintype ¶ added in v0.15.0

func (o *PoolMemberSummary) SetPlugintype(v string)

SetPlugintype gets a reference to the given string and assigns it to the Plugintype field.

func (*PoolMemberSummary) SetShared ¶ added in v0.15.0

func (o *PoolMemberSummary) SetShared(v float32)

SetShared gets a reference to the given float32 and assigns it to the Shared field.

func (*PoolMemberSummary) SetStatus ¶ added in v0.15.0

func (o *PoolMemberSummary) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*PoolMemberSummary) SetStorage ¶ added in v0.25.0

func (o *PoolMemberSummary) SetStorage(v string)

SetStorage gets a reference to the given string and assigns it to the Storage field.

func (*PoolMemberSummary) SetTemplate ¶ added in v0.15.0

func (o *PoolMemberSummary) SetTemplate(v float32)

SetTemplate gets a reference to the given float32 and assigns it to the Template field.

func (*PoolMemberSummary) SetType ¶ added in v0.15.0

func (o *PoolMemberSummary) SetType(v PoolMemberType)

SetType sets field value

func (*PoolMemberSummary) SetUptime ¶ added in v0.15.0

func (o *PoolMemberSummary) SetUptime(v float32)

SetUptime gets a reference to the given float32 and assigns it to the Uptime field.

func (*PoolMemberSummary) SetVmid ¶ added in v0.15.0

func (o *PoolMemberSummary) SetVmid(v float32)

SetVmid gets a reference to the given float32 and assigns it to the Vmid field.

func (PoolMemberSummary) ToMap ¶ added in v0.15.0

func (o PoolMemberSummary) ToMap() (map[string]interface{}, error)

type PoolMemberType ¶

type PoolMemberType string

PoolMemberType the model 'PoolMemberType'

const (
	POOLMEMBERTYPE_QEMU    PoolMemberType = "qemu"
	POOLMEMBERTYPE_LXC     PoolMemberType = "lxc"
	POOLMEMBERTYPE_STORAGE PoolMemberType = "storage"
)

List of PoolMemberType

func NewPoolMemberTypeFromValue ¶

func NewPoolMemberTypeFromValue(v string) (*PoolMemberType, error)

NewPoolMemberTypeFromValue returns a pointer to a valid PoolMemberType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PoolMemberType) IsValid ¶

func (v PoolMemberType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PoolMemberType) Ptr ¶

func (v PoolMemberType) Ptr() *PoolMemberType

Ptr returns reference to PoolMemberType value

func (*PoolMemberType) UnmarshalJSON ¶

func (v *PoolMemberType) UnmarshalJSON(src []byte) error

type PoolSummary ¶ added in v0.15.0

type PoolSummary struct {
	Poolid  string  `json:"poolid"`
	Comment *string `json:"comment,omitempty"`
}

PoolSummary struct for PoolSummary

func NewPoolSummary ¶ added in v0.15.0

func NewPoolSummary(poolid string) *PoolSummary

NewPoolSummary instantiates a new PoolSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPoolSummaryWithDefaults ¶ added in v0.15.0

func NewPoolSummaryWithDefaults() *PoolSummary

NewPoolSummaryWithDefaults instantiates a new PoolSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PoolSummary) GetComment ¶ added in v0.15.0

func (o *PoolSummary) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*PoolSummary) GetCommentOk ¶ added in v0.15.0

func (o *PoolSummary) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolSummary) GetPoolid ¶ added in v0.15.0

func (o *PoolSummary) GetPoolid() string

GetPoolid returns the Poolid field value

func (*PoolSummary) GetPoolidOk ¶ added in v0.15.0

func (o *PoolSummary) GetPoolidOk() (*string, bool)

GetPoolidOk returns a tuple with the Poolid field value and a boolean to check if the value has been set.

func (*PoolSummary) HasComment ¶ added in v0.15.0

func (o *PoolSummary) HasComment() bool

HasComment returns a boolean if a field has been set.

func (PoolSummary) MarshalJSON ¶ added in v0.15.0

func (o PoolSummary) MarshalJSON() ([]byte, error)

func (*PoolSummary) SetComment ¶ added in v0.15.0

func (o *PoolSummary) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*PoolSummary) SetPoolid ¶ added in v0.15.0

func (o *PoolSummary) SetPoolid(v string)

SetPoolid sets field value

func (PoolSummary) ToMap ¶ added in v0.15.0

func (o PoolSummary) ToMap() (map[string]interface{}, error)

type ProxmoxSupportSummary ¶

type ProxmoxSupportSummary struct {
	PbsLibraryVersion       *string `json:"pbs-library-version,omitempty"`
	PbsMasterkey            *bool   `json:"pbs-masterkey,omitempty"`
	PbsDirtyBitmapSavevm    *bool   `json:"pbs-dirty-bitmap-savevm,omitempty"`
	PbsDirtyBitmapMigration *bool   `json:"pbs-dirty-bitmap-migration,omitempty"`
	PbsDirtyBitmap          *bool   `json:"pbs-dirty-bitmap,omitempty"`
	BackupMaxWorkers        *bool   `json:"backup-max-workers,omitempty"`
	QueryBitmapInfo         *bool   `json:"query-bitmap-info,omitempty"`
}

ProxmoxSupportSummary struct for ProxmoxSupportSummary

func NewProxmoxSupportSummary ¶

func NewProxmoxSupportSummary() *ProxmoxSupportSummary

NewProxmoxSupportSummary instantiates a new ProxmoxSupportSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProxmoxSupportSummaryWithDefaults ¶

func NewProxmoxSupportSummaryWithDefaults() *ProxmoxSupportSummary

NewProxmoxSupportSummaryWithDefaults instantiates a new ProxmoxSupportSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProxmoxSupportSummary) GetBackupMaxWorkers ¶

func (o *ProxmoxSupportSummary) GetBackupMaxWorkers() bool

GetBackupMaxWorkers returns the BackupMaxWorkers field value if set, zero value otherwise.

func (*ProxmoxSupportSummary) GetBackupMaxWorkersOk ¶

func (o *ProxmoxSupportSummary) GetBackupMaxWorkersOk() (*bool, bool)

GetBackupMaxWorkersOk returns a tuple with the BackupMaxWorkers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProxmoxSupportSummary) GetPbsDirtyBitmap ¶

func (o *ProxmoxSupportSummary) GetPbsDirtyBitmap() bool

GetPbsDirtyBitmap returns the PbsDirtyBitmap field value if set, zero value otherwise.

func (*ProxmoxSupportSummary) GetPbsDirtyBitmapMigration ¶

func (o *ProxmoxSupportSummary) GetPbsDirtyBitmapMigration() bool

GetPbsDirtyBitmapMigration returns the PbsDirtyBitmapMigration field value if set, zero value otherwise.

func (*ProxmoxSupportSummary) GetPbsDirtyBitmapMigrationOk ¶

func (o *ProxmoxSupportSummary) GetPbsDirtyBitmapMigrationOk() (*bool, bool)

GetPbsDirtyBitmapMigrationOk returns a tuple with the PbsDirtyBitmapMigration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProxmoxSupportSummary) GetPbsDirtyBitmapOk ¶

func (o *ProxmoxSupportSummary) GetPbsDirtyBitmapOk() (*bool, bool)

GetPbsDirtyBitmapOk returns a tuple with the PbsDirtyBitmap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProxmoxSupportSummary) GetPbsDirtyBitmapSavevm ¶

func (o *ProxmoxSupportSummary) GetPbsDirtyBitmapSavevm() bool

GetPbsDirtyBitmapSavevm returns the PbsDirtyBitmapSavevm field value if set, zero value otherwise.

func (*ProxmoxSupportSummary) GetPbsDirtyBitmapSavevmOk ¶

func (o *ProxmoxSupportSummary) GetPbsDirtyBitmapSavevmOk() (*bool, bool)

GetPbsDirtyBitmapSavevmOk returns a tuple with the PbsDirtyBitmapSavevm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProxmoxSupportSummary) GetPbsLibraryVersion ¶

func (o *ProxmoxSupportSummary) GetPbsLibraryVersion() string

GetPbsLibraryVersion returns the PbsLibraryVersion field value if set, zero value otherwise.

func (*ProxmoxSupportSummary) GetPbsLibraryVersionOk ¶

func (o *ProxmoxSupportSummary) GetPbsLibraryVersionOk() (*string, bool)

GetPbsLibraryVersionOk returns a tuple with the PbsLibraryVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProxmoxSupportSummary) GetPbsMasterkey ¶

func (o *ProxmoxSupportSummary) GetPbsMasterkey() bool

GetPbsMasterkey returns the PbsMasterkey field value if set, zero value otherwise.

func (*ProxmoxSupportSummary) GetPbsMasterkeyOk ¶

func (o *ProxmoxSupportSummary) GetPbsMasterkeyOk() (*bool, bool)

GetPbsMasterkeyOk returns a tuple with the PbsMasterkey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProxmoxSupportSummary) GetQueryBitmapInfo ¶

func (o *ProxmoxSupportSummary) GetQueryBitmapInfo() bool

GetQueryBitmapInfo returns the QueryBitmapInfo field value if set, zero value otherwise.

func (*ProxmoxSupportSummary) GetQueryBitmapInfoOk ¶

func (o *ProxmoxSupportSummary) GetQueryBitmapInfoOk() (*bool, bool)

GetQueryBitmapInfoOk returns a tuple with the QueryBitmapInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProxmoxSupportSummary) HasBackupMaxWorkers ¶

func (o *ProxmoxSupportSummary) HasBackupMaxWorkers() bool

HasBackupMaxWorkers returns a boolean if a field has been set.

func (*ProxmoxSupportSummary) HasPbsDirtyBitmap ¶

func (o *ProxmoxSupportSummary) HasPbsDirtyBitmap() bool

HasPbsDirtyBitmap returns a boolean if a field has been set.

func (*ProxmoxSupportSummary) HasPbsDirtyBitmapMigration ¶

func (o *ProxmoxSupportSummary) HasPbsDirtyBitmapMigration() bool

HasPbsDirtyBitmapMigration returns a boolean if a field has been set.

func (*ProxmoxSupportSummary) HasPbsDirtyBitmapSavevm ¶

func (o *ProxmoxSupportSummary) HasPbsDirtyBitmapSavevm() bool

HasPbsDirtyBitmapSavevm returns a boolean if a field has been set.

func (*ProxmoxSupportSummary) HasPbsLibraryVersion ¶

func (o *ProxmoxSupportSummary) HasPbsLibraryVersion() bool

HasPbsLibraryVersion returns a boolean if a field has been set.

func (*ProxmoxSupportSummary) HasPbsMasterkey ¶

func (o *ProxmoxSupportSummary) HasPbsMasterkey() bool

HasPbsMasterkey returns a boolean if a field has been set.

func (*ProxmoxSupportSummary) HasQueryBitmapInfo ¶

func (o *ProxmoxSupportSummary) HasQueryBitmapInfo() bool

HasQueryBitmapInfo returns a boolean if a field has been set.

func (ProxmoxSupportSummary) MarshalJSON ¶

func (o ProxmoxSupportSummary) MarshalJSON() ([]byte, error)

func (*ProxmoxSupportSummary) SetBackupMaxWorkers ¶

func (o *ProxmoxSupportSummary) SetBackupMaxWorkers(v bool)

SetBackupMaxWorkers gets a reference to the given bool and assigns it to the BackupMaxWorkers field.

func (*ProxmoxSupportSummary) SetPbsDirtyBitmap ¶

func (o *ProxmoxSupportSummary) SetPbsDirtyBitmap(v bool)

SetPbsDirtyBitmap gets a reference to the given bool and assigns it to the PbsDirtyBitmap field.

func (*ProxmoxSupportSummary) SetPbsDirtyBitmapMigration ¶

func (o *ProxmoxSupportSummary) SetPbsDirtyBitmapMigration(v bool)

SetPbsDirtyBitmapMigration gets a reference to the given bool and assigns it to the PbsDirtyBitmapMigration field.

func (*ProxmoxSupportSummary) SetPbsDirtyBitmapSavevm ¶

func (o *ProxmoxSupportSummary) SetPbsDirtyBitmapSavevm(v bool)

SetPbsDirtyBitmapSavevm gets a reference to the given bool and assigns it to the PbsDirtyBitmapSavevm field.

func (*ProxmoxSupportSummary) SetPbsLibraryVersion ¶

func (o *ProxmoxSupportSummary) SetPbsLibraryVersion(v string)

SetPbsLibraryVersion gets a reference to the given string and assigns it to the PbsLibraryVersion field.

func (*ProxmoxSupportSummary) SetPbsMasterkey ¶

func (o *ProxmoxSupportSummary) SetPbsMasterkey(v bool)

SetPbsMasterkey gets a reference to the given bool and assigns it to the PbsMasterkey field.

func (*ProxmoxSupportSummary) SetQueryBitmapInfo ¶

func (o *ProxmoxSupportSummary) SetQueryBitmapInfo(v bool)

SetQueryBitmapInfo gets a reference to the given bool and assigns it to the QueryBitmapInfo field.

func (ProxmoxSupportSummary) ToMap ¶ added in v0.9.0

func (o ProxmoxSupportSummary) ToMap() (map[string]interface{}, error)

type RealmConfigurationSummary ¶ added in v0.23.0

type RealmConfigurationSummary struct {
	Type    string  `json:"type"`
	Digest  string  `json:"digest"`
	Comment *string `json:"comment,omitempty"`
}

RealmConfigurationSummary struct for RealmConfigurationSummary

func NewRealmConfigurationSummary ¶ added in v0.23.0

func NewRealmConfigurationSummary(type_ string, digest string) *RealmConfigurationSummary

NewRealmConfigurationSummary instantiates a new RealmConfigurationSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRealmConfigurationSummaryWithDefaults ¶ added in v0.23.0

func NewRealmConfigurationSummaryWithDefaults() *RealmConfigurationSummary

NewRealmConfigurationSummaryWithDefaults instantiates a new RealmConfigurationSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RealmConfigurationSummary) GetComment ¶ added in v0.23.0

func (o *RealmConfigurationSummary) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*RealmConfigurationSummary) GetCommentOk ¶ added in v0.23.0

func (o *RealmConfigurationSummary) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RealmConfigurationSummary) GetDigest ¶ added in v0.23.0

func (o *RealmConfigurationSummary) GetDigest() string

GetDigest returns the Digest field value

func (*RealmConfigurationSummary) GetDigestOk ¶ added in v0.23.0

func (o *RealmConfigurationSummary) GetDigestOk() (*string, bool)

GetDigestOk returns a tuple with the Digest field value and a boolean to check if the value has been set.

func (*RealmConfigurationSummary) GetType ¶ added in v0.23.0

func (o *RealmConfigurationSummary) GetType() string

GetType returns the Type field value

func (*RealmConfigurationSummary) GetTypeOk ¶ added in v0.23.0

func (o *RealmConfigurationSummary) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RealmConfigurationSummary) HasComment ¶ added in v0.23.0

func (o *RealmConfigurationSummary) HasComment() bool

HasComment returns a boolean if a field has been set.

func (RealmConfigurationSummary) MarshalJSON ¶ added in v0.23.0

func (o RealmConfigurationSummary) MarshalJSON() ([]byte, error)

func (*RealmConfigurationSummary) SetComment ¶ added in v0.23.0

func (o *RealmConfigurationSummary) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*RealmConfigurationSummary) SetDigest ¶ added in v0.23.0

func (o *RealmConfigurationSummary) SetDigest(v string)

SetDigest sets field value

func (*RealmConfigurationSummary) SetType ¶ added in v0.23.0

func (o *RealmConfigurationSummary) SetType(v string)

SetType sets field value

func (RealmConfigurationSummary) ToMap ¶ added in v0.23.0

func (o RealmConfigurationSummary) ToMap() (map[string]interface{}, error)

type RealmMode ¶ added in v0.29.0

type RealmMode string

RealmMode the model 'RealmMode'

const (
	REALMMODE_LDAP         RealmMode = "ldap"
	REALMMODE_LDAPS        RealmMode = "ldaps"
	REALMMODE_LDAPSTARTTLS RealmMode = "ldap+starttls"
)

List of RealmMode

func NewRealmModeFromValue ¶ added in v0.29.0

func NewRealmModeFromValue(v string) (*RealmMode, error)

NewRealmModeFromValue returns a pointer to a valid RealmMode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RealmMode) IsValid ¶ added in v0.29.0

func (v RealmMode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RealmMode) Ptr ¶ added in v0.29.0

func (v RealmMode) Ptr() *RealmMode

Ptr returns reference to RealmMode value

func (*RealmMode) UnmarshalJSON ¶ added in v0.29.0

func (v *RealmMode) UnmarshalJSON(src []byte) error

type RealmSslVersion ¶ added in v0.29.0

type RealmSslVersion string

RealmSslVersion the model 'RealmSslVersion'

const (
	REALMSSLVERSION_TLSV1   RealmSslVersion = "tlsv1"
	REALMSSLVERSION_TLSV1_1 RealmSslVersion = "tlsv1_1"
	REALMSSLVERSION_TLSV1_2 RealmSslVersion = "tlsv1_2"
	REALMSSLVERSION_TLSV1_3 RealmSslVersion = "tlsv1_3"
)

List of RealmSslVersion

func NewRealmSslVersionFromValue ¶ added in v0.29.0

func NewRealmSslVersionFromValue(v string) (*RealmSslVersion, error)

NewRealmSslVersionFromValue returns a pointer to a valid RealmSslVersion for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RealmSslVersion) IsValid ¶ added in v0.29.0

func (v RealmSslVersion) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RealmSslVersion) Ptr ¶ added in v0.29.0

Ptr returns reference to RealmSslVersion value

func (*RealmSslVersion) UnmarshalJSON ¶ added in v0.29.0

func (v *RealmSslVersion) UnmarshalJSON(src []byte) error

type RealmSummary ¶ added in v0.21.0

type RealmSummary struct {
	Realm   string   `json:"realm"`
	Type    string   `json:"type"`
	Comment *string  `json:"comment,omitempty"`
	Tfa     *TFAType `json:"tfa,omitempty"`
}

RealmSummary struct for RealmSummary

func NewRealmSummary ¶ added in v0.21.0

func NewRealmSummary(realm string, type_ string) *RealmSummary

NewRealmSummary instantiates a new RealmSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRealmSummaryWithDefaults ¶ added in v0.21.0

func NewRealmSummaryWithDefaults() *RealmSummary

NewRealmSummaryWithDefaults instantiates a new RealmSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RealmSummary) GetComment ¶ added in v0.21.0

func (o *RealmSummary) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*RealmSummary) GetCommentOk ¶ added in v0.21.0

func (o *RealmSummary) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RealmSummary) GetRealm ¶ added in v0.21.0

func (o *RealmSummary) GetRealm() string

GetRealm returns the Realm field value

func (*RealmSummary) GetRealmOk ¶ added in v0.21.0

func (o *RealmSummary) GetRealmOk() (*string, bool)

GetRealmOk returns a tuple with the Realm field value and a boolean to check if the value has been set.

func (*RealmSummary) GetTfa ¶ added in v0.21.0

func (o *RealmSummary) GetTfa() TFAType

GetTfa returns the Tfa field value if set, zero value otherwise.

func (*RealmSummary) GetTfaOk ¶ added in v0.21.0

func (o *RealmSummary) GetTfaOk() (*TFAType, bool)

GetTfaOk returns a tuple with the Tfa field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RealmSummary) GetType ¶ added in v0.21.0

func (o *RealmSummary) GetType() string

GetType returns the Type field value

func (*RealmSummary) GetTypeOk ¶ added in v0.21.0

func (o *RealmSummary) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RealmSummary) HasComment ¶ added in v0.21.0

func (o *RealmSummary) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*RealmSummary) HasTfa ¶ added in v0.21.0

func (o *RealmSummary) HasTfa() bool

HasTfa returns a boolean if a field has been set.

func (RealmSummary) MarshalJSON ¶ added in v0.21.0

func (o RealmSummary) MarshalJSON() ([]byte, error)

func (*RealmSummary) SetComment ¶ added in v0.21.0

func (o *RealmSummary) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*RealmSummary) SetRealm ¶ added in v0.21.0

func (o *RealmSummary) SetRealm(v string)

SetRealm sets field value

func (*RealmSummary) SetTfa ¶ added in v0.21.0

func (o *RealmSummary) SetTfa(v TFAType)

SetTfa gets a reference to the given TFAType and assigns it to the Tfa field.

func (*RealmSummary) SetType ¶ added in v0.21.0

func (o *RealmSummary) SetType(v string)

SetType sets field value

func (RealmSummary) ToMap ¶ added in v0.21.0

func (o RealmSummary) ToMap() (map[string]interface{}, error)

type RealmSyncScope ¶ added in v0.32.0

type RealmSyncScope string

RealmSyncScope the model 'RealmSyncScope'

const (
	REALMSYNCSCOPE_USERS  RealmSyncScope = "users"
	REALMSYNCSCOPE_GROUPS RealmSyncScope = "groups"
	REALMSYNCSCOPE_BOTH   RealmSyncScope = "both"
)

List of RealmSyncScope

func NewRealmSyncScopeFromValue ¶ added in v0.32.0

func NewRealmSyncScopeFromValue(v string) (*RealmSyncScope, error)

NewRealmSyncScopeFromValue returns a pointer to a valid RealmSyncScope for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RealmSyncScope) IsValid ¶ added in v0.32.0

func (v RealmSyncScope) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RealmSyncScope) Ptr ¶ added in v0.32.0

func (v RealmSyncScope) Ptr() *RealmSyncScope

Ptr returns reference to RealmSyncScope value

func (*RealmSyncScope) UnmarshalJSON ¶ added in v0.32.0

func (v *RealmSyncScope) UnmarshalJSON(src []byte) error

type RealmType ¶ added in v0.29.0

type RealmType string

RealmType the model 'RealmType'

const (
	REALMTYPE_AD     RealmType = "ad"
	REALMTYPE_LDAP   RealmType = "ldap"
	REALMTYPE_PAM    RealmType = "pam"
	REALMTYPE_PVE    RealmType = "pve"
	REALMTYPE_OPENID RealmType = "openid"
)

List of RealmType

func NewRealmTypeFromValue ¶ added in v0.29.0

func NewRealmTypeFromValue(v string) (*RealmType, error)

NewRealmTypeFromValue returns a pointer to a valid RealmType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RealmType) IsValid ¶ added in v0.29.0

func (v RealmType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RealmType) Ptr ¶ added in v0.29.0

func (v RealmType) Ptr() *RealmType

Ptr returns reference to RealmType value

func (*RealmType) UnmarshalJSON ¶ added in v0.29.0

func (v *RealmType) UnmarshalJSON(src []byte) error

type RebootVirtualMachineRequestContent ¶ added in v0.49.0

type RebootVirtualMachineRequestContent struct {
	Timeout *float32 `json:"timeout,omitempty"`
}

RebootVirtualMachineRequestContent struct for RebootVirtualMachineRequestContent

func NewRebootVirtualMachineRequestContent ¶ added in v0.49.0

func NewRebootVirtualMachineRequestContent() *RebootVirtualMachineRequestContent

NewRebootVirtualMachineRequestContent instantiates a new RebootVirtualMachineRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRebootVirtualMachineRequestContentWithDefaults ¶ added in v0.49.0

func NewRebootVirtualMachineRequestContentWithDefaults() *RebootVirtualMachineRequestContent

NewRebootVirtualMachineRequestContentWithDefaults instantiates a new RebootVirtualMachineRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RebootVirtualMachineRequestContent) GetTimeout ¶ added in v0.49.0

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*RebootVirtualMachineRequestContent) GetTimeoutOk ¶ added in v0.49.0

func (o *RebootVirtualMachineRequestContent) GetTimeoutOk() (*float32, bool)

GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RebootVirtualMachineRequestContent) HasTimeout ¶ added in v0.49.0

func (o *RebootVirtualMachineRequestContent) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

func (RebootVirtualMachineRequestContent) MarshalJSON ¶ added in v0.49.0

func (o RebootVirtualMachineRequestContent) MarshalJSON() ([]byte, error)

func (*RebootVirtualMachineRequestContent) SetTimeout ¶ added in v0.49.0

SetTimeout gets a reference to the given float32 and assigns it to the Timeout field.

func (RebootVirtualMachineRequestContent) ToMap ¶ added in v0.49.0

func (o RebootVirtualMachineRequestContent) ToMap() (map[string]interface{}, error)

type RebootVirtualMachineResponseContent ¶ added in v0.49.0

type RebootVirtualMachineResponseContent struct {
	Data string `json:"data"`
}

RebootVirtualMachineResponseContent struct for RebootVirtualMachineResponseContent

func NewRebootVirtualMachineResponseContent ¶ added in v0.49.0

func NewRebootVirtualMachineResponseContent(data string) *RebootVirtualMachineResponseContent

NewRebootVirtualMachineResponseContent instantiates a new RebootVirtualMachineResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRebootVirtualMachineResponseContentWithDefaults ¶ added in v0.49.0

func NewRebootVirtualMachineResponseContentWithDefaults() *RebootVirtualMachineResponseContent

NewRebootVirtualMachineResponseContentWithDefaults instantiates a new RebootVirtualMachineResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RebootVirtualMachineResponseContent) GetData ¶ added in v0.49.0

GetData returns the Data field value

func (*RebootVirtualMachineResponseContent) GetDataOk ¶ added in v0.49.0

func (o *RebootVirtualMachineResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (RebootVirtualMachineResponseContent) MarshalJSON ¶ added in v0.49.0

func (o RebootVirtualMachineResponseContent) MarshalJSON() ([]byte, error)

func (*RebootVirtualMachineResponseContent) SetData ¶ added in v0.49.0

SetData sets field value

func (RebootVirtualMachineResponseContent) ToMap ¶ added in v0.49.0

func (o RebootVirtualMachineResponseContent) ToMap() (map[string]interface{}, error)

type RenewNodeCertificateRequestContent ¶

type RenewNodeCertificateRequestContent struct {
	// Force renewal even if expirary is more than 30 days away.
	Force *float32 `json:"force,omitempty"`
}

RenewNodeCertificateRequestContent struct for RenewNodeCertificateRequestContent

func NewRenewNodeCertificateRequestContent ¶

func NewRenewNodeCertificateRequestContent() *RenewNodeCertificateRequestContent

NewRenewNodeCertificateRequestContent instantiates a new RenewNodeCertificateRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRenewNodeCertificateRequestContentWithDefaults ¶

func NewRenewNodeCertificateRequestContentWithDefaults() *RenewNodeCertificateRequestContent

NewRenewNodeCertificateRequestContentWithDefaults instantiates a new RenewNodeCertificateRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RenewNodeCertificateRequestContent) GetForce ¶

GetForce returns the Force field value if set, zero value otherwise.

func (*RenewNodeCertificateRequestContent) GetForceOk ¶

func (o *RenewNodeCertificateRequestContent) GetForceOk() (*float32, bool)

GetForceOk returns a tuple with the Force field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RenewNodeCertificateRequestContent) HasForce ¶

HasForce returns a boolean if a field has been set.

func (RenewNodeCertificateRequestContent) MarshalJSON ¶

func (o RenewNodeCertificateRequestContent) MarshalJSON() ([]byte, error)

func (*RenewNodeCertificateRequestContent) SetForce ¶

SetForce gets a reference to the given float32 and assigns it to the Force field.

func (RenewNodeCertificateRequestContent) ToMap ¶ added in v0.9.0

func (o RenewNodeCertificateRequestContent) ToMap() (map[string]interface{}, error)

type RenewNodeCertificateResponseContent ¶

type RenewNodeCertificateResponseContent struct {
	Data string `json:"data"`
}

RenewNodeCertificateResponseContent struct for RenewNodeCertificateResponseContent

func NewRenewNodeCertificateResponseContent ¶

func NewRenewNodeCertificateResponseContent(data string) *RenewNodeCertificateResponseContent

NewRenewNodeCertificateResponseContent instantiates a new RenewNodeCertificateResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRenewNodeCertificateResponseContentWithDefaults ¶

func NewRenewNodeCertificateResponseContentWithDefaults() *RenewNodeCertificateResponseContent

NewRenewNodeCertificateResponseContentWithDefaults instantiates a new RenewNodeCertificateResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RenewNodeCertificateResponseContent) GetData ¶

GetData returns the Data field value

func (*RenewNodeCertificateResponseContent) GetDataOk ¶

func (o *RenewNodeCertificateResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (RenewNodeCertificateResponseContent) MarshalJSON ¶

func (o RenewNodeCertificateResponseContent) MarshalJSON() ([]byte, error)

func (*RenewNodeCertificateResponseContent) SetData ¶

SetData sets field value

func (RenewNodeCertificateResponseContent) ToMap ¶ added in v0.9.0

func (o RenewNodeCertificateResponseContent) ToMap() (map[string]interface{}, error)

type RepositoriesReport ¶

type RepositoriesReport struct {
	Digest        string              `json:"digest"`
	StandardRepos []RepositorySummary `json:"standard-repos"`
	Errors        []string            `json:"errors"`
	Files         []FileSummary       `json:"files"`
	Infos         []FileInfoSummary   `json:"infos"`
}

RepositoriesReport struct for RepositoriesReport

func NewRepositoriesReport ¶

func NewRepositoriesReport(digest string, standardRepos []RepositorySummary, errors []string, files []FileSummary, infos []FileInfoSummary) *RepositoriesReport

NewRepositoriesReport instantiates a new RepositoriesReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRepositoriesReportWithDefaults ¶

func NewRepositoriesReportWithDefaults() *RepositoriesReport

NewRepositoriesReportWithDefaults instantiates a new RepositoriesReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RepositoriesReport) GetDigest ¶

func (o *RepositoriesReport) GetDigest() string

GetDigest returns the Digest field value

func (*RepositoriesReport) GetDigestOk ¶

func (o *RepositoriesReport) GetDigestOk() (*string, bool)

GetDigestOk returns a tuple with the Digest field value and a boolean to check if the value has been set.

func (*RepositoriesReport) GetErrors ¶

func (o *RepositoriesReport) GetErrors() []string

GetErrors returns the Errors field value

func (*RepositoriesReport) GetErrorsOk ¶

func (o *RepositoriesReport) GetErrorsOk() ([]string, bool)

GetErrorsOk returns a tuple with the Errors field value and a boolean to check if the value has been set.

func (*RepositoriesReport) GetFiles ¶

func (o *RepositoriesReport) GetFiles() []FileSummary

GetFiles returns the Files field value

func (*RepositoriesReport) GetFilesOk ¶

func (o *RepositoriesReport) GetFilesOk() ([]FileSummary, bool)

GetFilesOk returns a tuple with the Files field value and a boolean to check if the value has been set.

func (*RepositoriesReport) GetInfos ¶

func (o *RepositoriesReport) GetInfos() []FileInfoSummary

GetInfos returns the Infos field value

func (*RepositoriesReport) GetInfosOk ¶

func (o *RepositoriesReport) GetInfosOk() ([]FileInfoSummary, bool)

GetInfosOk returns a tuple with the Infos field value and a boolean to check if the value has been set.

func (*RepositoriesReport) GetStandardRepos ¶

func (o *RepositoriesReport) GetStandardRepos() []RepositorySummary

GetStandardRepos returns the StandardRepos field value

func (*RepositoriesReport) GetStandardReposOk ¶

func (o *RepositoriesReport) GetStandardReposOk() ([]RepositorySummary, bool)

GetStandardReposOk returns a tuple with the StandardRepos field value and a boolean to check if the value has been set.

func (RepositoriesReport) MarshalJSON ¶

func (o RepositoriesReport) MarshalJSON() ([]byte, error)

func (*RepositoriesReport) SetDigest ¶

func (o *RepositoriesReport) SetDigest(v string)

SetDigest sets field value

func (*RepositoriesReport) SetErrors ¶

func (o *RepositoriesReport) SetErrors(v []string)

SetErrors sets field value

func (*RepositoriesReport) SetFiles ¶

func (o *RepositoriesReport) SetFiles(v []FileSummary)

SetFiles sets field value

func (*RepositoriesReport) SetInfos ¶

func (o *RepositoriesReport) SetInfos(v []FileInfoSummary)

SetInfos sets field value

func (*RepositoriesReport) SetStandardRepos ¶

func (o *RepositoriesReport) SetStandardRepos(v []RepositorySummary)

SetStandardRepos sets field value

func (RepositoriesReport) ToMap ¶ added in v0.9.0

func (o RepositoriesReport) ToMap() (map[string]interface{}, error)

type RepositorySummary ¶

type RepositorySummary struct {
	Description string  `json:"description"`
	Status      float32 `json:"status"`
	Name        string  `json:"name"`
	Handle      string  `json:"handle"`
}

RepositorySummary struct for RepositorySummary

func NewRepositorySummary ¶

func NewRepositorySummary(description string, status float32, name string, handle string) *RepositorySummary

NewRepositorySummary instantiates a new RepositorySummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRepositorySummaryWithDefaults ¶

func NewRepositorySummaryWithDefaults() *RepositorySummary

NewRepositorySummaryWithDefaults instantiates a new RepositorySummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RepositorySummary) GetDescription ¶

func (o *RepositorySummary) GetDescription() string

GetDescription returns the Description field value

func (*RepositorySummary) GetDescriptionOk ¶

func (o *RepositorySummary) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*RepositorySummary) GetHandle ¶

func (o *RepositorySummary) GetHandle() string

GetHandle returns the Handle field value

func (*RepositorySummary) GetHandleOk ¶

func (o *RepositorySummary) GetHandleOk() (*string, bool)

GetHandleOk returns a tuple with the Handle field value and a boolean to check if the value has been set.

func (*RepositorySummary) GetName ¶

func (o *RepositorySummary) GetName() string

GetName returns the Name field value

func (*RepositorySummary) GetNameOk ¶

func (o *RepositorySummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*RepositorySummary) GetStatus ¶

func (o *RepositorySummary) GetStatus() float32

GetStatus returns the Status field value

func (*RepositorySummary) GetStatusOk ¶

func (o *RepositorySummary) GetStatusOk() (*float32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RepositorySummary) MarshalJSON ¶

func (o RepositorySummary) MarshalJSON() ([]byte, error)

func (*RepositorySummary) SetDescription ¶

func (o *RepositorySummary) SetDescription(v string)

SetDescription sets field value

func (*RepositorySummary) SetHandle ¶

func (o *RepositorySummary) SetHandle(v string)

SetHandle sets field value

func (*RepositorySummary) SetName ¶

func (o *RepositorySummary) SetName(v string)

SetName sets field value

func (*RepositorySummary) SetStatus ¶

func (o *RepositorySummary) SetStatus(v float32)

SetStatus sets field value

func (RepositorySummary) ToMap ¶ added in v0.9.0

func (o RepositorySummary) ToMap() (map[string]interface{}, error)

type ResetVirtualMachineRequestContent ¶ added in v0.51.0

type ResetVirtualMachineRequestContent struct {
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Skiplock *float32 `json:"skiplock,omitempty"`
}

ResetVirtualMachineRequestContent struct for ResetVirtualMachineRequestContent

func NewResetVirtualMachineRequestContent ¶ added in v0.51.0

func NewResetVirtualMachineRequestContent() *ResetVirtualMachineRequestContent

NewResetVirtualMachineRequestContent instantiates a new ResetVirtualMachineRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResetVirtualMachineRequestContentWithDefaults ¶ added in v0.51.0

func NewResetVirtualMachineRequestContentWithDefaults() *ResetVirtualMachineRequestContent

NewResetVirtualMachineRequestContentWithDefaults instantiates a new ResetVirtualMachineRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResetVirtualMachineRequestContent) GetSkiplock ¶ added in v0.51.0

func (o *ResetVirtualMachineRequestContent) GetSkiplock() float32

GetSkiplock returns the Skiplock field value if set, zero value otherwise.

func (*ResetVirtualMachineRequestContent) GetSkiplockOk ¶ added in v0.51.0

func (o *ResetVirtualMachineRequestContent) GetSkiplockOk() (*float32, bool)

GetSkiplockOk returns a tuple with the Skiplock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResetVirtualMachineRequestContent) HasSkiplock ¶ added in v0.51.0

func (o *ResetVirtualMachineRequestContent) HasSkiplock() bool

HasSkiplock returns a boolean if a field has been set.

func (ResetVirtualMachineRequestContent) MarshalJSON ¶ added in v0.51.0

func (o ResetVirtualMachineRequestContent) MarshalJSON() ([]byte, error)

func (*ResetVirtualMachineRequestContent) SetSkiplock ¶ added in v0.51.0

func (o *ResetVirtualMachineRequestContent) SetSkiplock(v float32)

SetSkiplock gets a reference to the given float32 and assigns it to the Skiplock field.

func (ResetVirtualMachineRequestContent) ToMap ¶ added in v0.51.0

func (o ResetVirtualMachineRequestContent) ToMap() (map[string]interface{}, error)

type ResetVirtualMachineResponseContent ¶ added in v0.51.0

type ResetVirtualMachineResponseContent struct {
	Data string `json:"data"`
}

ResetVirtualMachineResponseContent struct for ResetVirtualMachineResponseContent

func NewResetVirtualMachineResponseContent ¶ added in v0.51.0

func NewResetVirtualMachineResponseContent(data string) *ResetVirtualMachineResponseContent

NewResetVirtualMachineResponseContent instantiates a new ResetVirtualMachineResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResetVirtualMachineResponseContentWithDefaults ¶ added in v0.51.0

func NewResetVirtualMachineResponseContentWithDefaults() *ResetVirtualMachineResponseContent

NewResetVirtualMachineResponseContentWithDefaults instantiates a new ResetVirtualMachineResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResetVirtualMachineResponseContent) GetData ¶ added in v0.51.0

GetData returns the Data field value

func (*ResetVirtualMachineResponseContent) GetDataOk ¶ added in v0.51.0

func (o *ResetVirtualMachineResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ResetVirtualMachineResponseContent) MarshalJSON ¶ added in v0.51.0

func (o ResetVirtualMachineResponseContent) MarshalJSON() ([]byte, error)

func (*ResetVirtualMachineResponseContent) SetData ¶ added in v0.51.0

SetData sets field value

func (ResetVirtualMachineResponseContent) ToMap ¶ added in v0.51.0

func (o ResetVirtualMachineResponseContent) ToMap() (map[string]interface{}, error)

type ResumeVirtualMachineRequestContent ¶ added in v0.51.0

type ResumeVirtualMachineRequestContent struct {
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Skiplock *float32 `json:"skiplock,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Nocheck *float32 `json:"nocheck,omitempty"`
}

ResumeVirtualMachineRequestContent struct for ResumeVirtualMachineRequestContent

func NewResumeVirtualMachineRequestContent ¶ added in v0.51.0

func NewResumeVirtualMachineRequestContent() *ResumeVirtualMachineRequestContent

NewResumeVirtualMachineRequestContent instantiates a new ResumeVirtualMachineRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResumeVirtualMachineRequestContentWithDefaults ¶ added in v0.51.0

func NewResumeVirtualMachineRequestContentWithDefaults() *ResumeVirtualMachineRequestContent

NewResumeVirtualMachineRequestContentWithDefaults instantiates a new ResumeVirtualMachineRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResumeVirtualMachineRequestContent) GetNocheck ¶ added in v0.51.0

GetNocheck returns the Nocheck field value if set, zero value otherwise.

func (*ResumeVirtualMachineRequestContent) GetNocheckOk ¶ added in v0.51.0

func (o *ResumeVirtualMachineRequestContent) GetNocheckOk() (*float32, bool)

GetNocheckOk returns a tuple with the Nocheck field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResumeVirtualMachineRequestContent) GetSkiplock ¶ added in v0.51.0

GetSkiplock returns the Skiplock field value if set, zero value otherwise.

func (*ResumeVirtualMachineRequestContent) GetSkiplockOk ¶ added in v0.51.0

func (o *ResumeVirtualMachineRequestContent) GetSkiplockOk() (*float32, bool)

GetSkiplockOk returns a tuple with the Skiplock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResumeVirtualMachineRequestContent) HasNocheck ¶ added in v0.51.0

func (o *ResumeVirtualMachineRequestContent) HasNocheck() bool

HasNocheck returns a boolean if a field has been set.

func (*ResumeVirtualMachineRequestContent) HasSkiplock ¶ added in v0.51.0

func (o *ResumeVirtualMachineRequestContent) HasSkiplock() bool

HasSkiplock returns a boolean if a field has been set.

func (ResumeVirtualMachineRequestContent) MarshalJSON ¶ added in v0.51.0

func (o ResumeVirtualMachineRequestContent) MarshalJSON() ([]byte, error)

func (*ResumeVirtualMachineRequestContent) SetNocheck ¶ added in v0.51.0

SetNocheck gets a reference to the given float32 and assigns it to the Nocheck field.

func (*ResumeVirtualMachineRequestContent) SetSkiplock ¶ added in v0.51.0

func (o *ResumeVirtualMachineRequestContent) SetSkiplock(v float32)

SetSkiplock gets a reference to the given float32 and assigns it to the Skiplock field.

func (ResumeVirtualMachineRequestContent) ToMap ¶ added in v0.51.0

func (o ResumeVirtualMachineRequestContent) ToMap() (map[string]interface{}, error)

type ResumeVirtualMachineResponseContent ¶ added in v0.51.0

type ResumeVirtualMachineResponseContent struct {
	Data string `json:"data"`
}

ResumeVirtualMachineResponseContent struct for ResumeVirtualMachineResponseContent

func NewResumeVirtualMachineResponseContent ¶ added in v0.51.0

func NewResumeVirtualMachineResponseContent(data string) *ResumeVirtualMachineResponseContent

NewResumeVirtualMachineResponseContent instantiates a new ResumeVirtualMachineResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResumeVirtualMachineResponseContentWithDefaults ¶ added in v0.51.0

func NewResumeVirtualMachineResponseContentWithDefaults() *ResumeVirtualMachineResponseContent

NewResumeVirtualMachineResponseContentWithDefaults instantiates a new ResumeVirtualMachineResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResumeVirtualMachineResponseContent) GetData ¶ added in v0.51.0

GetData returns the Data field value

func (*ResumeVirtualMachineResponseContent) GetDataOk ¶ added in v0.51.0

func (o *ResumeVirtualMachineResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ResumeVirtualMachineResponseContent) MarshalJSON ¶ added in v0.51.0

func (o ResumeVirtualMachineResponseContent) MarshalJSON() ([]byte, error)

func (*ResumeVirtualMachineResponseContent) SetData ¶ added in v0.51.0

SetData sets field value

func (ResumeVirtualMachineResponseContent) ToMap ¶ added in v0.51.0

func (o ResumeVirtualMachineResponseContent) ToMap() (map[string]interface{}, error)

type RolePermissionSummary ¶ added in v0.38.0

type RolePermissionSummary struct {
	// An integer used to represent a boolean. 0 is false, 1 is true.
	DatastoreAllocate *float32 `json:"Datastore.Allocate,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	DatastoreAllocateSpace *float32 `json:"Datastore.AllocateSpace,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	DatastoreAudit *float32 `json:"Datastore.Audit,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	DatastoreAllocateTemplate *float32 `json:"Datastore.AllocateTemplate,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	GroupAllocate *float32 `json:"Group.Allocate,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	PermissionModify *float32 `json:"Permission.Modify,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	PoolAllocate *float32 `json:"Pool.Allocate,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	PoolAudit *float32 `json:"Pool.Audit,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	RealmAllocate *float32 `json:"Realm.Allocate,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	RealmAllocateUser *float32 `json:"Realm.AllocateUser,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	SDNAllocate *float32 `json:"SDN.Allocate,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	SDNAudit *float32 `json:"SDN.Audit,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	SysAudit *float32 `json:"Sys.Audit,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	SysModify *float32 `json:"Sys.Modify,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	SysConsole *float32 `json:"Sys.Console,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	SysIncoming *float32 `json:"Sys.Incoming,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	SysPowerMgmt *float32 `json:"Sys.PowerMgmt,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	SysSyslog *float32 `json:"Sys.Syslog,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	UserModify *float32 `json:"User.Modify,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMAllocate *float32 `json:"VM.Allocate,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMAudit *float32 `json:"VM.Audit,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMBackup *float32 `json:"VM.Backup,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMClone *float32 `json:"VM.Clone,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMConfigCDROM *float32 `json:"VM.Config.CDROM,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMConfigCPU *float32 `json:"VM.Config.CPU,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMConfigCloudinit *float32 `json:"VM.Config.Cloudinit,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMConfigDisk *float32 `json:"VM.Config.Disk,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMConfigHWType *float32 `json:"VM.Config.HWType,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMConfigMemory *float32 `json:"VM.Config.Memory,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMConfigNetwork *float32 `json:"VM.Config.Network,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMConfigOptions *float32 `json:"VM.Config.Options,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMConsole *float32 `json:"VM.Console,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMMigrate *float32 `json:"VM.Migrate,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMMonitor *float32 `json:"VM.Monitor,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMPowerMgmt *float32 `json:"VM.PowerMgmt,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMSnapshot *float32 `json:"VM.Snapshot,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	VMSnapshotRollback *float32 `json:"VM.Snapshot.Rollback,omitempty"`
}

RolePermissionSummary struct for RolePermissionSummary

func NewRolePermissionSummary ¶ added in v0.38.0

func NewRolePermissionSummary() *RolePermissionSummary

NewRolePermissionSummary instantiates a new RolePermissionSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRolePermissionSummaryWithDefaults ¶ added in v0.38.0

func NewRolePermissionSummaryWithDefaults() *RolePermissionSummary

NewRolePermissionSummaryWithDefaults instantiates a new RolePermissionSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RolePermissionSummary) GetDatastoreAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) GetDatastoreAllocate() float32

GetDatastoreAllocate returns the DatastoreAllocate field value if set, zero value otherwise.

func (*RolePermissionSummary) GetDatastoreAllocateOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetDatastoreAllocateOk() (*float32, bool)

GetDatastoreAllocateOk returns a tuple with the DatastoreAllocate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetDatastoreAllocateSpace ¶ added in v0.38.0

func (o *RolePermissionSummary) GetDatastoreAllocateSpace() float32

GetDatastoreAllocateSpace returns the DatastoreAllocateSpace field value if set, zero value otherwise.

func (*RolePermissionSummary) GetDatastoreAllocateSpaceOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetDatastoreAllocateSpaceOk() (*float32, bool)

GetDatastoreAllocateSpaceOk returns a tuple with the DatastoreAllocateSpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetDatastoreAllocateTemplate ¶ added in v0.38.0

func (o *RolePermissionSummary) GetDatastoreAllocateTemplate() float32

GetDatastoreAllocateTemplate returns the DatastoreAllocateTemplate field value if set, zero value otherwise.

func (*RolePermissionSummary) GetDatastoreAllocateTemplateOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetDatastoreAllocateTemplateOk() (*float32, bool)

GetDatastoreAllocateTemplateOk returns a tuple with the DatastoreAllocateTemplate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetDatastoreAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) GetDatastoreAudit() float32

GetDatastoreAudit returns the DatastoreAudit field value if set, zero value otherwise.

func (*RolePermissionSummary) GetDatastoreAuditOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetDatastoreAuditOk() (*float32, bool)

GetDatastoreAuditOk returns a tuple with the DatastoreAudit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetGroupAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) GetGroupAllocate() float32

GetGroupAllocate returns the GroupAllocate field value if set, zero value otherwise.

func (*RolePermissionSummary) GetGroupAllocateOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetGroupAllocateOk() (*float32, bool)

GetGroupAllocateOk returns a tuple with the GroupAllocate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetPermissionModify ¶ added in v0.38.0

func (o *RolePermissionSummary) GetPermissionModify() float32

GetPermissionModify returns the PermissionModify field value if set, zero value otherwise.

func (*RolePermissionSummary) GetPermissionModifyOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetPermissionModifyOk() (*float32, bool)

GetPermissionModifyOk returns a tuple with the PermissionModify field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetPoolAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) GetPoolAllocate() float32

GetPoolAllocate returns the PoolAllocate field value if set, zero value otherwise.

func (*RolePermissionSummary) GetPoolAllocateOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetPoolAllocateOk() (*float32, bool)

GetPoolAllocateOk returns a tuple with the PoolAllocate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetPoolAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) GetPoolAudit() float32

GetPoolAudit returns the PoolAudit field value if set, zero value otherwise.

func (*RolePermissionSummary) GetPoolAuditOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetPoolAuditOk() (*float32, bool)

GetPoolAuditOk returns a tuple with the PoolAudit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetRealmAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) GetRealmAllocate() float32

GetRealmAllocate returns the RealmAllocate field value if set, zero value otherwise.

func (*RolePermissionSummary) GetRealmAllocateOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetRealmAllocateOk() (*float32, bool)

GetRealmAllocateOk returns a tuple with the RealmAllocate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetRealmAllocateUser ¶ added in v0.38.0

func (o *RolePermissionSummary) GetRealmAllocateUser() float32

GetRealmAllocateUser returns the RealmAllocateUser field value if set, zero value otherwise.

func (*RolePermissionSummary) GetRealmAllocateUserOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetRealmAllocateUserOk() (*float32, bool)

GetRealmAllocateUserOk returns a tuple with the RealmAllocateUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetSDNAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSDNAllocate() float32

GetSDNAllocate returns the SDNAllocate field value if set, zero value otherwise.

func (*RolePermissionSummary) GetSDNAllocateOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSDNAllocateOk() (*float32, bool)

GetSDNAllocateOk returns a tuple with the SDNAllocate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetSDNAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSDNAudit() float32

GetSDNAudit returns the SDNAudit field value if set, zero value otherwise.

func (*RolePermissionSummary) GetSDNAuditOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSDNAuditOk() (*float32, bool)

GetSDNAuditOk returns a tuple with the SDNAudit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetSysAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSysAudit() float32

GetSysAudit returns the SysAudit field value if set, zero value otherwise.

func (*RolePermissionSummary) GetSysAuditOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSysAuditOk() (*float32, bool)

GetSysAuditOk returns a tuple with the SysAudit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetSysConsole ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSysConsole() float32

GetSysConsole returns the SysConsole field value if set, zero value otherwise.

func (*RolePermissionSummary) GetSysConsoleOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSysConsoleOk() (*float32, bool)

GetSysConsoleOk returns a tuple with the SysConsole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetSysIncoming ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSysIncoming() float32

GetSysIncoming returns the SysIncoming field value if set, zero value otherwise.

func (*RolePermissionSummary) GetSysIncomingOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSysIncomingOk() (*float32, bool)

GetSysIncomingOk returns a tuple with the SysIncoming field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetSysModify ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSysModify() float32

GetSysModify returns the SysModify field value if set, zero value otherwise.

func (*RolePermissionSummary) GetSysModifyOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSysModifyOk() (*float32, bool)

GetSysModifyOk returns a tuple with the SysModify field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetSysPowerMgmt ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSysPowerMgmt() float32

GetSysPowerMgmt returns the SysPowerMgmt field value if set, zero value otherwise.

func (*RolePermissionSummary) GetSysPowerMgmtOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSysPowerMgmtOk() (*float32, bool)

GetSysPowerMgmtOk returns a tuple with the SysPowerMgmt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetSysSyslog ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSysSyslog() float32

GetSysSyslog returns the SysSyslog field value if set, zero value otherwise.

func (*RolePermissionSummary) GetSysSyslogOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetSysSyslogOk() (*float32, bool)

GetSysSyslogOk returns a tuple with the SysSyslog field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetUserModify ¶ added in v0.38.0

func (o *RolePermissionSummary) GetUserModify() float32

GetUserModify returns the UserModify field value if set, zero value otherwise.

func (*RolePermissionSummary) GetUserModifyOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetUserModifyOk() (*float32, bool)

GetUserModifyOk returns a tuple with the UserModify field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMAllocate() float32

GetVMAllocate returns the VMAllocate field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMAllocateOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMAllocateOk() (*float32, bool)

GetVMAllocateOk returns a tuple with the VMAllocate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMAudit() float32

GetVMAudit returns the VMAudit field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMAuditOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMAuditOk() (*float32, bool)

GetVMAuditOk returns a tuple with the VMAudit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMBackup ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMBackup() float32

GetVMBackup returns the VMBackup field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMBackupOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMBackupOk() (*float32, bool)

GetVMBackupOk returns a tuple with the VMBackup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMClone ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMClone() float32

GetVMClone returns the VMClone field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMCloneOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMCloneOk() (*float32, bool)

GetVMCloneOk returns a tuple with the VMClone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMConfigCDROM ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigCDROM() float32

GetVMConfigCDROM returns the VMConfigCDROM field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMConfigCDROMOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigCDROMOk() (*float32, bool)

GetVMConfigCDROMOk returns a tuple with the VMConfigCDROM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMConfigCPU ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigCPU() float32

GetVMConfigCPU returns the VMConfigCPU field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMConfigCPUOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigCPUOk() (*float32, bool)

GetVMConfigCPUOk returns a tuple with the VMConfigCPU field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMConfigCloudinit ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigCloudinit() float32

GetVMConfigCloudinit returns the VMConfigCloudinit field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMConfigCloudinitOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigCloudinitOk() (*float32, bool)

GetVMConfigCloudinitOk returns a tuple with the VMConfigCloudinit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMConfigDisk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigDisk() float32

GetVMConfigDisk returns the VMConfigDisk field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMConfigDiskOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigDiskOk() (*float32, bool)

GetVMConfigDiskOk returns a tuple with the VMConfigDisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMConfigHWType ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigHWType() float32

GetVMConfigHWType returns the VMConfigHWType field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMConfigHWTypeOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigHWTypeOk() (*float32, bool)

GetVMConfigHWTypeOk returns a tuple with the VMConfigHWType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMConfigMemory ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigMemory() float32

GetVMConfigMemory returns the VMConfigMemory field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMConfigMemoryOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigMemoryOk() (*float32, bool)

GetVMConfigMemoryOk returns a tuple with the VMConfigMemory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMConfigNetwork ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigNetwork() float32

GetVMConfigNetwork returns the VMConfigNetwork field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMConfigNetworkOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigNetworkOk() (*float32, bool)

GetVMConfigNetworkOk returns a tuple with the VMConfigNetwork field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMConfigOptions ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigOptions() float32

GetVMConfigOptions returns the VMConfigOptions field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMConfigOptionsOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConfigOptionsOk() (*float32, bool)

GetVMConfigOptionsOk returns a tuple with the VMConfigOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMConsole ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConsole() float32

GetVMConsole returns the VMConsole field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMConsoleOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMConsoleOk() (*float32, bool)

GetVMConsoleOk returns a tuple with the VMConsole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMMigrate ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMMigrate() float32

GetVMMigrate returns the VMMigrate field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMMigrateOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMMigrateOk() (*float32, bool)

GetVMMigrateOk returns a tuple with the VMMigrate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMMonitor ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMMonitor() float32

GetVMMonitor returns the VMMonitor field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMMonitorOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMMonitorOk() (*float32, bool)

GetVMMonitorOk returns a tuple with the VMMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMPowerMgmt ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMPowerMgmt() float32

GetVMPowerMgmt returns the VMPowerMgmt field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMPowerMgmtOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMPowerMgmtOk() (*float32, bool)

GetVMPowerMgmtOk returns a tuple with the VMPowerMgmt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMSnapshot ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMSnapshot() float32

GetVMSnapshot returns the VMSnapshot field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMSnapshotOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMSnapshotOk() (*float32, bool)

GetVMSnapshotOk returns a tuple with the VMSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) GetVMSnapshotRollback ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMSnapshotRollback() float32

GetVMSnapshotRollback returns the VMSnapshotRollback field value if set, zero value otherwise.

func (*RolePermissionSummary) GetVMSnapshotRollbackOk ¶ added in v0.38.0

func (o *RolePermissionSummary) GetVMSnapshotRollbackOk() (*float32, bool)

GetVMSnapshotRollbackOk returns a tuple with the VMSnapshotRollback field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RolePermissionSummary) HasDatastoreAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) HasDatastoreAllocate() bool

HasDatastoreAllocate returns a boolean if a field has been set.

func (*RolePermissionSummary) HasDatastoreAllocateSpace ¶ added in v0.38.0

func (o *RolePermissionSummary) HasDatastoreAllocateSpace() bool

HasDatastoreAllocateSpace returns a boolean if a field has been set.

func (*RolePermissionSummary) HasDatastoreAllocateTemplate ¶ added in v0.38.0

func (o *RolePermissionSummary) HasDatastoreAllocateTemplate() bool

HasDatastoreAllocateTemplate returns a boolean if a field has been set.

func (*RolePermissionSummary) HasDatastoreAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) HasDatastoreAudit() bool

HasDatastoreAudit returns a boolean if a field has been set.

func (*RolePermissionSummary) HasGroupAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) HasGroupAllocate() bool

HasGroupAllocate returns a boolean if a field has been set.

func (*RolePermissionSummary) HasPermissionModify ¶ added in v0.38.0

func (o *RolePermissionSummary) HasPermissionModify() bool

HasPermissionModify returns a boolean if a field has been set.

func (*RolePermissionSummary) HasPoolAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) HasPoolAllocate() bool

HasPoolAllocate returns a boolean if a field has been set.

func (*RolePermissionSummary) HasPoolAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) HasPoolAudit() bool

HasPoolAudit returns a boolean if a field has been set.

func (*RolePermissionSummary) HasRealmAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) HasRealmAllocate() bool

HasRealmAllocate returns a boolean if a field has been set.

func (*RolePermissionSummary) HasRealmAllocateUser ¶ added in v0.38.0

func (o *RolePermissionSummary) HasRealmAllocateUser() bool

HasRealmAllocateUser returns a boolean if a field has been set.

func (*RolePermissionSummary) HasSDNAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) HasSDNAllocate() bool

HasSDNAllocate returns a boolean if a field has been set.

func (*RolePermissionSummary) HasSDNAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) HasSDNAudit() bool

HasSDNAudit returns a boolean if a field has been set.

func (*RolePermissionSummary) HasSysAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) HasSysAudit() bool

HasSysAudit returns a boolean if a field has been set.

func (*RolePermissionSummary) HasSysConsole ¶ added in v0.38.0

func (o *RolePermissionSummary) HasSysConsole() bool

HasSysConsole returns a boolean if a field has been set.

func (*RolePermissionSummary) HasSysIncoming ¶ added in v0.38.0

func (o *RolePermissionSummary) HasSysIncoming() bool

HasSysIncoming returns a boolean if a field has been set.

func (*RolePermissionSummary) HasSysModify ¶ added in v0.38.0

func (o *RolePermissionSummary) HasSysModify() bool

HasSysModify returns a boolean if a field has been set.

func (*RolePermissionSummary) HasSysPowerMgmt ¶ added in v0.38.0

func (o *RolePermissionSummary) HasSysPowerMgmt() bool

HasSysPowerMgmt returns a boolean if a field has been set.

func (*RolePermissionSummary) HasSysSyslog ¶ added in v0.38.0

func (o *RolePermissionSummary) HasSysSyslog() bool

HasSysSyslog returns a boolean if a field has been set.

func (*RolePermissionSummary) HasUserModify ¶ added in v0.38.0

func (o *RolePermissionSummary) HasUserModify() bool

HasUserModify returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMAllocate() bool

HasVMAllocate returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMAudit() bool

HasVMAudit returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMBackup ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMBackup() bool

HasVMBackup returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMClone ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMClone() bool

HasVMClone returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMConfigCDROM ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMConfigCDROM() bool

HasVMConfigCDROM returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMConfigCPU ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMConfigCPU() bool

HasVMConfigCPU returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMConfigCloudinit ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMConfigCloudinit() bool

HasVMConfigCloudinit returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMConfigDisk ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMConfigDisk() bool

HasVMConfigDisk returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMConfigHWType ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMConfigHWType() bool

HasVMConfigHWType returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMConfigMemory ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMConfigMemory() bool

HasVMConfigMemory returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMConfigNetwork ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMConfigNetwork() bool

HasVMConfigNetwork returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMConfigOptions ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMConfigOptions() bool

HasVMConfigOptions returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMConsole ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMConsole() bool

HasVMConsole returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMMigrate ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMMigrate() bool

HasVMMigrate returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMMonitor ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMMonitor() bool

HasVMMonitor returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMPowerMgmt ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMPowerMgmt() bool

HasVMPowerMgmt returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMSnapshot ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMSnapshot() bool

HasVMSnapshot returns a boolean if a field has been set.

func (*RolePermissionSummary) HasVMSnapshotRollback ¶ added in v0.38.0

func (o *RolePermissionSummary) HasVMSnapshotRollback() bool

HasVMSnapshotRollback returns a boolean if a field has been set.

func (RolePermissionSummary) MarshalJSON ¶ added in v0.38.0

func (o RolePermissionSummary) MarshalJSON() ([]byte, error)

func (*RolePermissionSummary) SetDatastoreAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) SetDatastoreAllocate(v float32)

SetDatastoreAllocate gets a reference to the given float32 and assigns it to the DatastoreAllocate field.

func (*RolePermissionSummary) SetDatastoreAllocateSpace ¶ added in v0.38.0

func (o *RolePermissionSummary) SetDatastoreAllocateSpace(v float32)

SetDatastoreAllocateSpace gets a reference to the given float32 and assigns it to the DatastoreAllocateSpace field.

func (*RolePermissionSummary) SetDatastoreAllocateTemplate ¶ added in v0.38.0

func (o *RolePermissionSummary) SetDatastoreAllocateTemplate(v float32)

SetDatastoreAllocateTemplate gets a reference to the given float32 and assigns it to the DatastoreAllocateTemplate field.

func (*RolePermissionSummary) SetDatastoreAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) SetDatastoreAudit(v float32)

SetDatastoreAudit gets a reference to the given float32 and assigns it to the DatastoreAudit field.

func (*RolePermissionSummary) SetGroupAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) SetGroupAllocate(v float32)

SetGroupAllocate gets a reference to the given float32 and assigns it to the GroupAllocate field.

func (*RolePermissionSummary) SetPermissionModify ¶ added in v0.38.0

func (o *RolePermissionSummary) SetPermissionModify(v float32)

SetPermissionModify gets a reference to the given float32 and assigns it to the PermissionModify field.

func (*RolePermissionSummary) SetPoolAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) SetPoolAllocate(v float32)

SetPoolAllocate gets a reference to the given float32 and assigns it to the PoolAllocate field.

func (*RolePermissionSummary) SetPoolAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) SetPoolAudit(v float32)

SetPoolAudit gets a reference to the given float32 and assigns it to the PoolAudit field.

func (*RolePermissionSummary) SetRealmAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) SetRealmAllocate(v float32)

SetRealmAllocate gets a reference to the given float32 and assigns it to the RealmAllocate field.

func (*RolePermissionSummary) SetRealmAllocateUser ¶ added in v0.38.0

func (o *RolePermissionSummary) SetRealmAllocateUser(v float32)

SetRealmAllocateUser gets a reference to the given float32 and assigns it to the RealmAllocateUser field.

func (*RolePermissionSummary) SetSDNAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) SetSDNAllocate(v float32)

SetSDNAllocate gets a reference to the given float32 and assigns it to the SDNAllocate field.

func (*RolePermissionSummary) SetSDNAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) SetSDNAudit(v float32)

SetSDNAudit gets a reference to the given float32 and assigns it to the SDNAudit field.

func (*RolePermissionSummary) SetSysAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) SetSysAudit(v float32)

SetSysAudit gets a reference to the given float32 and assigns it to the SysAudit field.

func (*RolePermissionSummary) SetSysConsole ¶ added in v0.38.0

func (o *RolePermissionSummary) SetSysConsole(v float32)

SetSysConsole gets a reference to the given float32 and assigns it to the SysConsole field.

func (*RolePermissionSummary) SetSysIncoming ¶ added in v0.38.0

func (o *RolePermissionSummary) SetSysIncoming(v float32)

SetSysIncoming gets a reference to the given float32 and assigns it to the SysIncoming field.

func (*RolePermissionSummary) SetSysModify ¶ added in v0.38.0

func (o *RolePermissionSummary) SetSysModify(v float32)

SetSysModify gets a reference to the given float32 and assigns it to the SysModify field.

func (*RolePermissionSummary) SetSysPowerMgmt ¶ added in v0.38.0

func (o *RolePermissionSummary) SetSysPowerMgmt(v float32)

SetSysPowerMgmt gets a reference to the given float32 and assigns it to the SysPowerMgmt field.

func (*RolePermissionSummary) SetSysSyslog ¶ added in v0.38.0

func (o *RolePermissionSummary) SetSysSyslog(v float32)

SetSysSyslog gets a reference to the given float32 and assigns it to the SysSyslog field.

func (*RolePermissionSummary) SetUserModify ¶ added in v0.38.0

func (o *RolePermissionSummary) SetUserModify(v float32)

SetUserModify gets a reference to the given float32 and assigns it to the UserModify field.

func (*RolePermissionSummary) SetVMAllocate ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMAllocate(v float32)

SetVMAllocate gets a reference to the given float32 and assigns it to the VMAllocate field.

func (*RolePermissionSummary) SetVMAudit ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMAudit(v float32)

SetVMAudit gets a reference to the given float32 and assigns it to the VMAudit field.

func (*RolePermissionSummary) SetVMBackup ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMBackup(v float32)

SetVMBackup gets a reference to the given float32 and assigns it to the VMBackup field.

func (*RolePermissionSummary) SetVMClone ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMClone(v float32)

SetVMClone gets a reference to the given float32 and assigns it to the VMClone field.

func (*RolePermissionSummary) SetVMConfigCDROM ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMConfigCDROM(v float32)

SetVMConfigCDROM gets a reference to the given float32 and assigns it to the VMConfigCDROM field.

func (*RolePermissionSummary) SetVMConfigCPU ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMConfigCPU(v float32)

SetVMConfigCPU gets a reference to the given float32 and assigns it to the VMConfigCPU field.

func (*RolePermissionSummary) SetVMConfigCloudinit ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMConfigCloudinit(v float32)

SetVMConfigCloudinit gets a reference to the given float32 and assigns it to the VMConfigCloudinit field.

func (*RolePermissionSummary) SetVMConfigDisk ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMConfigDisk(v float32)

SetVMConfigDisk gets a reference to the given float32 and assigns it to the VMConfigDisk field.

func (*RolePermissionSummary) SetVMConfigHWType ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMConfigHWType(v float32)

SetVMConfigHWType gets a reference to the given float32 and assigns it to the VMConfigHWType field.

func (*RolePermissionSummary) SetVMConfigMemory ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMConfigMemory(v float32)

SetVMConfigMemory gets a reference to the given float32 and assigns it to the VMConfigMemory field.

func (*RolePermissionSummary) SetVMConfigNetwork ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMConfigNetwork(v float32)

SetVMConfigNetwork gets a reference to the given float32 and assigns it to the VMConfigNetwork field.

func (*RolePermissionSummary) SetVMConfigOptions ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMConfigOptions(v float32)

SetVMConfigOptions gets a reference to the given float32 and assigns it to the VMConfigOptions field.

func (*RolePermissionSummary) SetVMConsole ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMConsole(v float32)

SetVMConsole gets a reference to the given float32 and assigns it to the VMConsole field.

func (*RolePermissionSummary) SetVMMigrate ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMMigrate(v float32)

SetVMMigrate gets a reference to the given float32 and assigns it to the VMMigrate field.

func (*RolePermissionSummary) SetVMMonitor ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMMonitor(v float32)

SetVMMonitor gets a reference to the given float32 and assigns it to the VMMonitor field.

func (*RolePermissionSummary) SetVMPowerMgmt ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMPowerMgmt(v float32)

SetVMPowerMgmt gets a reference to the given float32 and assigns it to the VMPowerMgmt field.

func (*RolePermissionSummary) SetVMSnapshot ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMSnapshot(v float32)

SetVMSnapshot gets a reference to the given float32 and assigns it to the VMSnapshot field.

func (*RolePermissionSummary) SetVMSnapshotRollback ¶ added in v0.38.0

func (o *RolePermissionSummary) SetVMSnapshotRollback(v float32)

SetVMSnapshotRollback gets a reference to the given float32 and assigns it to the VMSnapshotRollback field.

func (RolePermissionSummary) ToMap ¶ added in v0.38.0

func (o RolePermissionSummary) ToMap() (map[string]interface{}, error)

type RoleSummary ¶ added in v0.38.0

type RoleSummary struct {
	Roleid string  `json:"roleid"`
	Privs  *string `json:"privs,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Special *float32 `json:"special,omitempty"`
}

RoleSummary struct for RoleSummary

func NewRoleSummary ¶ added in v0.38.0

func NewRoleSummary(roleid string) *RoleSummary

NewRoleSummary instantiates a new RoleSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRoleSummaryWithDefaults ¶ added in v0.38.0

func NewRoleSummaryWithDefaults() *RoleSummary

NewRoleSummaryWithDefaults instantiates a new RoleSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RoleSummary) GetPrivs ¶ added in v0.38.0

func (o *RoleSummary) GetPrivs() string

GetPrivs returns the Privs field value if set, zero value otherwise.

func (*RoleSummary) GetPrivsOk ¶ added in v0.38.0

func (o *RoleSummary) GetPrivsOk() (*string, bool)

GetPrivsOk returns a tuple with the Privs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleSummary) GetRoleid ¶ added in v0.38.0

func (o *RoleSummary) GetRoleid() string

GetRoleid returns the Roleid field value

func (*RoleSummary) GetRoleidOk ¶ added in v0.38.0

func (o *RoleSummary) GetRoleidOk() (*string, bool)

GetRoleidOk returns a tuple with the Roleid field value and a boolean to check if the value has been set.

func (*RoleSummary) GetSpecial ¶ added in v0.38.0

func (o *RoleSummary) GetSpecial() float32

GetSpecial returns the Special field value if set, zero value otherwise.

func (*RoleSummary) GetSpecialOk ¶ added in v0.38.0

func (o *RoleSummary) GetSpecialOk() (*float32, bool)

GetSpecialOk returns a tuple with the Special field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleSummary) HasPrivs ¶ added in v0.38.0

func (o *RoleSummary) HasPrivs() bool

HasPrivs returns a boolean if a field has been set.

func (*RoleSummary) HasSpecial ¶ added in v0.38.0

func (o *RoleSummary) HasSpecial() bool

HasSpecial returns a boolean if a field has been set.

func (RoleSummary) MarshalJSON ¶ added in v0.38.0

func (o RoleSummary) MarshalJSON() ([]byte, error)

func (*RoleSummary) SetPrivs ¶ added in v0.38.0

func (o *RoleSummary) SetPrivs(v string)

SetPrivs gets a reference to the given string and assigns it to the Privs field.

func (*RoleSummary) SetRoleid ¶ added in v0.38.0

func (o *RoleSummary) SetRoleid(v string)

SetRoleid sets field value

func (*RoleSummary) SetSpecial ¶ added in v0.38.0

func (o *RoleSummary) SetSpecial(v float32)

SetSpecial gets a reference to the given float32 and assigns it to the Special field.

func (RoleSummary) ToMap ¶ added in v0.38.0

func (o RoleSummary) ToMap() (map[string]interface{}, error)

type ServerConfiguration ¶

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations ¶

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type ShutdownVirtualMachineRequestContent ¶ added in v0.50.0

type ShutdownVirtualMachineRequestContent struct {
	Timeout *float32 `json:"timeout,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Skiplock *float32 `json:"skiplock,omitempty"`
	// Ensure the virtual machine stops.
	ForeStop *float32 `json:"foreStop,omitempty"`
	// Keep the storage active after Shutdownping it.
	KeepActive *float32 `json:"keepActive,omitempty"`
}

ShutdownVirtualMachineRequestContent struct for ShutdownVirtualMachineRequestContent

func NewShutdownVirtualMachineRequestContent ¶ added in v0.50.0

func NewShutdownVirtualMachineRequestContent() *ShutdownVirtualMachineRequestContent

NewShutdownVirtualMachineRequestContent instantiates a new ShutdownVirtualMachineRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewShutdownVirtualMachineRequestContentWithDefaults ¶ added in v0.50.0

func NewShutdownVirtualMachineRequestContentWithDefaults() *ShutdownVirtualMachineRequestContent

NewShutdownVirtualMachineRequestContentWithDefaults instantiates a new ShutdownVirtualMachineRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ShutdownVirtualMachineRequestContent) GetForeStop ¶ added in v0.50.0

GetForeStop returns the ForeStop field value if set, zero value otherwise.

func (*ShutdownVirtualMachineRequestContent) GetForeStopOk ¶ added in v0.50.0

func (o *ShutdownVirtualMachineRequestContent) GetForeStopOk() (*float32, bool)

GetForeStopOk returns a tuple with the ForeStop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShutdownVirtualMachineRequestContent) GetKeepActive ¶ added in v0.50.0

func (o *ShutdownVirtualMachineRequestContent) GetKeepActive() float32

GetKeepActive returns the KeepActive field value if set, zero value otherwise.

func (*ShutdownVirtualMachineRequestContent) GetKeepActiveOk ¶ added in v0.50.0

func (o *ShutdownVirtualMachineRequestContent) GetKeepActiveOk() (*float32, bool)

GetKeepActiveOk returns a tuple with the KeepActive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShutdownVirtualMachineRequestContent) GetSkiplock ¶ added in v0.50.0

GetSkiplock returns the Skiplock field value if set, zero value otherwise.

func (*ShutdownVirtualMachineRequestContent) GetSkiplockOk ¶ added in v0.50.0

func (o *ShutdownVirtualMachineRequestContent) GetSkiplockOk() (*float32, bool)

GetSkiplockOk returns a tuple with the Skiplock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShutdownVirtualMachineRequestContent) GetTimeout ¶ added in v0.50.0

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*ShutdownVirtualMachineRequestContent) GetTimeoutOk ¶ added in v0.50.0

func (o *ShutdownVirtualMachineRequestContent) GetTimeoutOk() (*float32, bool)

GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShutdownVirtualMachineRequestContent) HasForeStop ¶ added in v0.50.0

func (o *ShutdownVirtualMachineRequestContent) HasForeStop() bool

HasForeStop returns a boolean if a field has been set.

func (*ShutdownVirtualMachineRequestContent) HasKeepActive ¶ added in v0.50.0

func (o *ShutdownVirtualMachineRequestContent) HasKeepActive() bool

HasKeepActive returns a boolean if a field has been set.

func (*ShutdownVirtualMachineRequestContent) HasSkiplock ¶ added in v0.50.0

func (o *ShutdownVirtualMachineRequestContent) HasSkiplock() bool

HasSkiplock returns a boolean if a field has been set.

func (*ShutdownVirtualMachineRequestContent) HasTimeout ¶ added in v0.50.0

HasTimeout returns a boolean if a field has been set.

func (ShutdownVirtualMachineRequestContent) MarshalJSON ¶ added in v0.50.0

func (o ShutdownVirtualMachineRequestContent) MarshalJSON() ([]byte, error)

func (*ShutdownVirtualMachineRequestContent) SetForeStop ¶ added in v0.50.0

SetForeStop gets a reference to the given float32 and assigns it to the ForeStop field.

func (*ShutdownVirtualMachineRequestContent) SetKeepActive ¶ added in v0.50.0

func (o *ShutdownVirtualMachineRequestContent) SetKeepActive(v float32)

SetKeepActive gets a reference to the given float32 and assigns it to the KeepActive field.

func (*ShutdownVirtualMachineRequestContent) SetSkiplock ¶ added in v0.50.0

SetSkiplock gets a reference to the given float32 and assigns it to the Skiplock field.

func (*ShutdownVirtualMachineRequestContent) SetTimeout ¶ added in v0.50.0

SetTimeout gets a reference to the given float32 and assigns it to the Timeout field.

func (ShutdownVirtualMachineRequestContent) ToMap ¶ added in v0.50.0

func (o ShutdownVirtualMachineRequestContent) ToMap() (map[string]interface{}, error)

type ShutdownVirtualMachineResponseContent ¶ added in v0.50.0

type ShutdownVirtualMachineResponseContent struct {
	Data string `json:"data"`
}

ShutdownVirtualMachineResponseContent struct for ShutdownVirtualMachineResponseContent

func NewShutdownVirtualMachineResponseContent ¶ added in v0.50.0

func NewShutdownVirtualMachineResponseContent(data string) *ShutdownVirtualMachineResponseContent

NewShutdownVirtualMachineResponseContent instantiates a new ShutdownVirtualMachineResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewShutdownVirtualMachineResponseContentWithDefaults ¶ added in v0.50.0

func NewShutdownVirtualMachineResponseContentWithDefaults() *ShutdownVirtualMachineResponseContent

NewShutdownVirtualMachineResponseContentWithDefaults instantiates a new ShutdownVirtualMachineResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ShutdownVirtualMachineResponseContent) GetData ¶ added in v0.50.0

GetData returns the Data field value

func (*ShutdownVirtualMachineResponseContent) GetDataOk ¶ added in v0.50.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (ShutdownVirtualMachineResponseContent) MarshalJSON ¶ added in v0.50.0

func (o ShutdownVirtualMachineResponseContent) MarshalJSON() ([]byte, error)

func (*ShutdownVirtualMachineResponseContent) SetData ¶ added in v0.50.0

SetData sets field value

func (ShutdownVirtualMachineResponseContent) ToMap ¶ added in v0.50.0

func (o ShutdownVirtualMachineResponseContent) ToMap() (map[string]interface{}, error)

type SnapshotSummary ¶ added in v0.52.0

type SnapshotSummary struct {
	// The snapshot name.
	Name string `json:"name"`
	// The snapshot description.
	Description string `json:"description"`
	// The snapshot name.
	Parent *string `json:"parent,omitempty"`
	// The snapshot time.
	Snaptime *float32 `json:"snaptime,omitempty"`
	// If the snapshot includes RAM.
	VmState *bool `json:"vmState,omitempty"`
}

SnapshotSummary struct for SnapshotSummary

func NewSnapshotSummary ¶ added in v0.52.0

func NewSnapshotSummary(name string, description string) *SnapshotSummary

NewSnapshotSummary instantiates a new SnapshotSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnapshotSummaryWithDefaults ¶ added in v0.52.0

func NewSnapshotSummaryWithDefaults() *SnapshotSummary

NewSnapshotSummaryWithDefaults instantiates a new SnapshotSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnapshotSummary) GetDescription ¶ added in v0.52.0

func (o *SnapshotSummary) GetDescription() string

GetDescription returns the Description field value

func (*SnapshotSummary) GetDescriptionOk ¶ added in v0.52.0

func (o *SnapshotSummary) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*SnapshotSummary) GetName ¶ added in v0.52.0

func (o *SnapshotSummary) GetName() string

GetName returns the Name field value

func (*SnapshotSummary) GetNameOk ¶ added in v0.52.0

func (o *SnapshotSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SnapshotSummary) GetParent ¶ added in v0.52.0

func (o *SnapshotSummary) GetParent() string

GetParent returns the Parent field value if set, zero value otherwise.

func (*SnapshotSummary) GetParentOk ¶ added in v0.52.0

func (o *SnapshotSummary) GetParentOk() (*string, bool)

GetParentOk returns a tuple with the Parent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotSummary) GetSnaptime ¶ added in v0.52.0

func (o *SnapshotSummary) GetSnaptime() float32

GetSnaptime returns the Snaptime field value if set, zero value otherwise.

func (*SnapshotSummary) GetSnaptimeOk ¶ added in v0.52.0

func (o *SnapshotSummary) GetSnaptimeOk() (*float32, bool)

GetSnaptimeOk returns a tuple with the Snaptime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotSummary) GetVmState ¶ added in v0.52.0

func (o *SnapshotSummary) GetVmState() bool

GetVmState returns the VmState field value if set, zero value otherwise.

func (*SnapshotSummary) GetVmStateOk ¶ added in v0.52.0

func (o *SnapshotSummary) GetVmStateOk() (*bool, bool)

GetVmStateOk returns a tuple with the VmState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotSummary) HasParent ¶ added in v0.52.0

func (o *SnapshotSummary) HasParent() bool

HasParent returns a boolean if a field has been set.

func (*SnapshotSummary) HasSnaptime ¶ added in v0.52.0

func (o *SnapshotSummary) HasSnaptime() bool

HasSnaptime returns a boolean if a field has been set.

func (*SnapshotSummary) HasVmState ¶ added in v0.52.0

func (o *SnapshotSummary) HasVmState() bool

HasVmState returns a boolean if a field has been set.

func (SnapshotSummary) MarshalJSON ¶ added in v0.52.0

func (o SnapshotSummary) MarshalJSON() ([]byte, error)

func (*SnapshotSummary) SetDescription ¶ added in v0.52.0

func (o *SnapshotSummary) SetDescription(v string)

SetDescription sets field value

func (*SnapshotSummary) SetName ¶ added in v0.52.0

func (o *SnapshotSummary) SetName(v string)

SetName sets field value

func (*SnapshotSummary) SetParent ¶ added in v0.52.0

func (o *SnapshotSummary) SetParent(v string)

SetParent gets a reference to the given string and assigns it to the Parent field.

func (*SnapshotSummary) SetSnaptime ¶ added in v0.52.0

func (o *SnapshotSummary) SetSnaptime(v float32)

SetSnaptime gets a reference to the given float32 and assigns it to the Snaptime field.

func (*SnapshotSummary) SetVmState ¶ added in v0.52.0

func (o *SnapshotSummary) SetVmState(v bool)

SetVmState gets a reference to the given bool and assigns it to the VmState field.

func (SnapshotSummary) ToMap ¶ added in v0.52.0

func (o SnapshotSummary) ToMap() (map[string]interface{}, error)

type StartVirtualMachineRequestContent ¶ added in v0.50.0

type StartVirtualMachineRequestContent struct {
	Timeout *float32 `json:"timeout,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Skiplock *float32 `json:"skiplock,omitempty"`
	// Override QEMU `-cpu` argument.
	ForceCpu *string `json:"force-cpu,omitempty"`
	// Specify QEMU machine type.
	Machine *string `json:"machine,omitempty"`
	// Specify migrated from node.
	Migratedfrom *string `json:"migratedfrom,omitempty"`
	// Specify migration network.
	MigrationNetwork *string                      `json:"migration_network,omitempty"`
	MigrationType    *VirtualMachineMigrationType `json:"migration_type,omitempty"`
	// Save/restore state from the URI.
	Stateuri *string `json:"stateuri,omitempty"`
	// Specify target storage.
	Targetstorage *string `json:"targetstorage,omitempty"`
}

StartVirtualMachineRequestContent struct for StartVirtualMachineRequestContent

func NewStartVirtualMachineRequestContent ¶ added in v0.50.0

func NewStartVirtualMachineRequestContent() *StartVirtualMachineRequestContent

NewStartVirtualMachineRequestContent instantiates a new StartVirtualMachineRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStartVirtualMachineRequestContentWithDefaults ¶ added in v0.50.0

func NewStartVirtualMachineRequestContentWithDefaults() *StartVirtualMachineRequestContent

NewStartVirtualMachineRequestContentWithDefaults instantiates a new StartVirtualMachineRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StartVirtualMachineRequestContent) GetForceCpu ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetForceCpu() string

GetForceCpu returns the ForceCpu field value if set, zero value otherwise.

func (*StartVirtualMachineRequestContent) GetForceCpuOk ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetForceCpuOk() (*string, bool)

GetForceCpuOk returns a tuple with the ForceCpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartVirtualMachineRequestContent) GetMachine ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetMachine() string

GetMachine returns the Machine field value if set, zero value otherwise.

func (*StartVirtualMachineRequestContent) GetMachineOk ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetMachineOk() (*string, bool)

GetMachineOk returns a tuple with the Machine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartVirtualMachineRequestContent) GetMigratedfrom ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetMigratedfrom() string

GetMigratedfrom returns the Migratedfrom field value if set, zero value otherwise.

func (*StartVirtualMachineRequestContent) GetMigratedfromOk ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetMigratedfromOk() (*string, bool)

GetMigratedfromOk returns a tuple with the Migratedfrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartVirtualMachineRequestContent) GetMigrationNetwork ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetMigrationNetwork() string

GetMigrationNetwork returns the MigrationNetwork field value if set, zero value otherwise.

func (*StartVirtualMachineRequestContent) GetMigrationNetworkOk ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetMigrationNetworkOk() (*string, bool)

GetMigrationNetworkOk returns a tuple with the MigrationNetwork field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartVirtualMachineRequestContent) GetMigrationType ¶ added in v0.50.0

GetMigrationType returns the MigrationType field value if set, zero value otherwise.

func (*StartVirtualMachineRequestContent) GetMigrationTypeOk ¶ added in v0.50.0

GetMigrationTypeOk returns a tuple with the MigrationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartVirtualMachineRequestContent) GetSkiplock ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetSkiplock() float32

GetSkiplock returns the Skiplock field value if set, zero value otherwise.

func (*StartVirtualMachineRequestContent) GetSkiplockOk ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetSkiplockOk() (*float32, bool)

GetSkiplockOk returns a tuple with the Skiplock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartVirtualMachineRequestContent) GetStateuri ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetStateuri() string

GetStateuri returns the Stateuri field value if set, zero value otherwise.

func (*StartVirtualMachineRequestContent) GetStateuriOk ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetStateuriOk() (*string, bool)

GetStateuriOk returns a tuple with the Stateuri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartVirtualMachineRequestContent) GetTargetstorage ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetTargetstorage() string

GetTargetstorage returns the Targetstorage field value if set, zero value otherwise.

func (*StartVirtualMachineRequestContent) GetTargetstorageOk ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetTargetstorageOk() (*string, bool)

GetTargetstorageOk returns a tuple with the Targetstorage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartVirtualMachineRequestContent) GetTimeout ¶ added in v0.50.0

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*StartVirtualMachineRequestContent) GetTimeoutOk ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) GetTimeoutOk() (*float32, bool)

GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartVirtualMachineRequestContent) HasForceCpu ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) HasForceCpu() bool

HasForceCpu returns a boolean if a field has been set.

func (*StartVirtualMachineRequestContent) HasMachine ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) HasMachine() bool

HasMachine returns a boolean if a field has been set.

func (*StartVirtualMachineRequestContent) HasMigratedfrom ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) HasMigratedfrom() bool

HasMigratedfrom returns a boolean if a field has been set.

func (*StartVirtualMachineRequestContent) HasMigrationNetwork ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) HasMigrationNetwork() bool

HasMigrationNetwork returns a boolean if a field has been set.

func (*StartVirtualMachineRequestContent) HasMigrationType ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) HasMigrationType() bool

HasMigrationType returns a boolean if a field has been set.

func (*StartVirtualMachineRequestContent) HasSkiplock ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) HasSkiplock() bool

HasSkiplock returns a boolean if a field has been set.

func (*StartVirtualMachineRequestContent) HasStateuri ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) HasStateuri() bool

HasStateuri returns a boolean if a field has been set.

func (*StartVirtualMachineRequestContent) HasTargetstorage ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) HasTargetstorage() bool

HasTargetstorage returns a boolean if a field has been set.

func (*StartVirtualMachineRequestContent) HasTimeout ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

func (StartVirtualMachineRequestContent) MarshalJSON ¶ added in v0.50.0

func (o StartVirtualMachineRequestContent) MarshalJSON() ([]byte, error)

func (*StartVirtualMachineRequestContent) SetForceCpu ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) SetForceCpu(v string)

SetForceCpu gets a reference to the given string and assigns it to the ForceCpu field.

func (*StartVirtualMachineRequestContent) SetMachine ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) SetMachine(v string)

SetMachine gets a reference to the given string and assigns it to the Machine field.

func (*StartVirtualMachineRequestContent) SetMigratedfrom ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) SetMigratedfrom(v string)

SetMigratedfrom gets a reference to the given string and assigns it to the Migratedfrom field.

func (*StartVirtualMachineRequestContent) SetMigrationNetwork ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) SetMigrationNetwork(v string)

SetMigrationNetwork gets a reference to the given string and assigns it to the MigrationNetwork field.

func (*StartVirtualMachineRequestContent) SetMigrationType ¶ added in v0.50.0

SetMigrationType gets a reference to the given VirtualMachineMigrationType and assigns it to the MigrationType field.

func (*StartVirtualMachineRequestContent) SetSkiplock ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) SetSkiplock(v float32)

SetSkiplock gets a reference to the given float32 and assigns it to the Skiplock field.

func (*StartVirtualMachineRequestContent) SetStateuri ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) SetStateuri(v string)

SetStateuri gets a reference to the given string and assigns it to the Stateuri field.

func (*StartVirtualMachineRequestContent) SetTargetstorage ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) SetTargetstorage(v string)

SetTargetstorage gets a reference to the given string and assigns it to the Targetstorage field.

func (*StartVirtualMachineRequestContent) SetTimeout ¶ added in v0.50.0

func (o *StartVirtualMachineRequestContent) SetTimeout(v float32)

SetTimeout gets a reference to the given float32 and assigns it to the Timeout field.

func (StartVirtualMachineRequestContent) ToMap ¶ added in v0.50.0

func (o StartVirtualMachineRequestContent) ToMap() (map[string]interface{}, error)

type StartVirtualMachineResponseContent ¶ added in v0.50.0

type StartVirtualMachineResponseContent struct {
	Data string `json:"data"`
}

StartVirtualMachineResponseContent struct for StartVirtualMachineResponseContent

func NewStartVirtualMachineResponseContent ¶ added in v0.50.0

func NewStartVirtualMachineResponseContent(data string) *StartVirtualMachineResponseContent

NewStartVirtualMachineResponseContent instantiates a new StartVirtualMachineResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStartVirtualMachineResponseContentWithDefaults ¶ added in v0.50.0

func NewStartVirtualMachineResponseContentWithDefaults() *StartVirtualMachineResponseContent

NewStartVirtualMachineResponseContentWithDefaults instantiates a new StartVirtualMachineResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StartVirtualMachineResponseContent) GetData ¶ added in v0.50.0

GetData returns the Data field value

func (*StartVirtualMachineResponseContent) GetDataOk ¶ added in v0.50.0

func (o *StartVirtualMachineResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (StartVirtualMachineResponseContent) MarshalJSON ¶ added in v0.50.0

func (o StartVirtualMachineResponseContent) MarshalJSON() ([]byte, error)

func (*StartVirtualMachineResponseContent) SetData ¶ added in v0.50.0

SetData sets field value

func (StartVirtualMachineResponseContent) ToMap ¶ added in v0.50.0

func (o StartVirtualMachineResponseContent) ToMap() (map[string]interface{}, error)

type StopVirtualMachineRequestContent ¶ added in v0.50.0

type StopVirtualMachineRequestContent struct {
	Timeout *float32 `json:"timeout,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Skiplock *float32 `json:"skiplock,omitempty"`
	// Specify migrated from node.
	Migratedfrom *string `json:"migratedfrom,omitempty"`
	// Keep the storage active after stopping it.
	KeepActive *float32 `json:"keepActive,omitempty"`
}

StopVirtualMachineRequestContent struct for StopVirtualMachineRequestContent

func NewStopVirtualMachineRequestContent ¶ added in v0.50.0

func NewStopVirtualMachineRequestContent() *StopVirtualMachineRequestContent

NewStopVirtualMachineRequestContent instantiates a new StopVirtualMachineRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStopVirtualMachineRequestContentWithDefaults ¶ added in v0.50.0

func NewStopVirtualMachineRequestContentWithDefaults() *StopVirtualMachineRequestContent

NewStopVirtualMachineRequestContentWithDefaults instantiates a new StopVirtualMachineRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StopVirtualMachineRequestContent) GetKeepActive ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) GetKeepActive() float32

GetKeepActive returns the KeepActive field value if set, zero value otherwise.

func (*StopVirtualMachineRequestContent) GetKeepActiveOk ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) GetKeepActiveOk() (*float32, bool)

GetKeepActiveOk returns a tuple with the KeepActive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StopVirtualMachineRequestContent) GetMigratedfrom ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) GetMigratedfrom() string

GetMigratedfrom returns the Migratedfrom field value if set, zero value otherwise.

func (*StopVirtualMachineRequestContent) GetMigratedfromOk ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) GetMigratedfromOk() (*string, bool)

GetMigratedfromOk returns a tuple with the Migratedfrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StopVirtualMachineRequestContent) GetSkiplock ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) GetSkiplock() float32

GetSkiplock returns the Skiplock field value if set, zero value otherwise.

func (*StopVirtualMachineRequestContent) GetSkiplockOk ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) GetSkiplockOk() (*float32, bool)

GetSkiplockOk returns a tuple with the Skiplock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StopVirtualMachineRequestContent) GetTimeout ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) GetTimeout() float32

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*StopVirtualMachineRequestContent) GetTimeoutOk ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) GetTimeoutOk() (*float32, bool)

GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StopVirtualMachineRequestContent) HasKeepActive ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) HasKeepActive() bool

HasKeepActive returns a boolean if a field has been set.

func (*StopVirtualMachineRequestContent) HasMigratedfrom ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) HasMigratedfrom() bool

HasMigratedfrom returns a boolean if a field has been set.

func (*StopVirtualMachineRequestContent) HasSkiplock ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) HasSkiplock() bool

HasSkiplock returns a boolean if a field has been set.

func (*StopVirtualMachineRequestContent) HasTimeout ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

func (StopVirtualMachineRequestContent) MarshalJSON ¶ added in v0.50.0

func (o StopVirtualMachineRequestContent) MarshalJSON() ([]byte, error)

func (*StopVirtualMachineRequestContent) SetKeepActive ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) SetKeepActive(v float32)

SetKeepActive gets a reference to the given float32 and assigns it to the KeepActive field.

func (*StopVirtualMachineRequestContent) SetMigratedfrom ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) SetMigratedfrom(v string)

SetMigratedfrom gets a reference to the given string and assigns it to the Migratedfrom field.

func (*StopVirtualMachineRequestContent) SetSkiplock ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) SetSkiplock(v float32)

SetSkiplock gets a reference to the given float32 and assigns it to the Skiplock field.

func (*StopVirtualMachineRequestContent) SetTimeout ¶ added in v0.50.0

func (o *StopVirtualMachineRequestContent) SetTimeout(v float32)

SetTimeout gets a reference to the given float32 and assigns it to the Timeout field.

func (StopVirtualMachineRequestContent) ToMap ¶ added in v0.50.0

func (o StopVirtualMachineRequestContent) ToMap() (map[string]interface{}, error)

type StopVirtualMachineResponseContent ¶ added in v0.50.0

type StopVirtualMachineResponseContent struct {
	Data string `json:"data"`
}

StopVirtualMachineResponseContent struct for StopVirtualMachineResponseContent

func NewStopVirtualMachineResponseContent ¶ added in v0.50.0

func NewStopVirtualMachineResponseContent(data string) *StopVirtualMachineResponseContent

NewStopVirtualMachineResponseContent instantiates a new StopVirtualMachineResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStopVirtualMachineResponseContentWithDefaults ¶ added in v0.50.0

func NewStopVirtualMachineResponseContentWithDefaults() *StopVirtualMachineResponseContent

NewStopVirtualMachineResponseContentWithDefaults instantiates a new StopVirtualMachineResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StopVirtualMachineResponseContent) GetData ¶ added in v0.50.0

GetData returns the Data field value

func (*StopVirtualMachineResponseContent) GetDataOk ¶ added in v0.50.0

func (o *StopVirtualMachineResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (StopVirtualMachineResponseContent) MarshalJSON ¶ added in v0.50.0

func (o StopVirtualMachineResponseContent) MarshalJSON() ([]byte, error)

func (*StopVirtualMachineResponseContent) SetData ¶ added in v0.50.0

SetData sets field value

func (StopVirtualMachineResponseContent) ToMap ¶ added in v0.50.0

func (o StopVirtualMachineResponseContent) ToMap() (map[string]interface{}, error)

type StorageConfiguration ¶

type StorageConfiguration struct {
	Storage string      `json:"storage"`
	Type    StorageType `json:"type"`
}

StorageConfiguration struct for StorageConfiguration

func NewStorageConfiguration ¶

func NewStorageConfiguration(storage string, type_ StorageType) *StorageConfiguration

NewStorageConfiguration instantiates a new StorageConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStorageConfigurationWithDefaults ¶

func NewStorageConfigurationWithDefaults() *StorageConfiguration

NewStorageConfigurationWithDefaults instantiates a new StorageConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StorageConfiguration) GetStorage ¶

func (o *StorageConfiguration) GetStorage() string

GetStorage returns the Storage field value

func (*StorageConfiguration) GetStorageOk ¶

func (o *StorageConfiguration) GetStorageOk() (*string, bool)

GetStorageOk returns a tuple with the Storage field value and a boolean to check if the value has been set.

func (*StorageConfiguration) GetType ¶

func (o *StorageConfiguration) GetType() StorageType

GetType returns the Type field value

func (*StorageConfiguration) GetTypeOk ¶

func (o *StorageConfiguration) GetTypeOk() (*StorageType, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (StorageConfiguration) MarshalJSON ¶

func (o StorageConfiguration) MarshalJSON() ([]byte, error)

func (*StorageConfiguration) SetStorage ¶

func (o *StorageConfiguration) SetStorage(v string)

SetStorage sets field value

func (*StorageConfiguration) SetType ¶

func (o *StorageConfiguration) SetType(v StorageType)

SetType sets field value

func (StorageConfiguration) ToMap ¶ added in v0.9.0

func (o StorageConfiguration) ToMap() (map[string]interface{}, error)

type StoragePreallocation ¶

type StoragePreallocation string

StoragePreallocation the model 'StoragePreallocation'

const (
	STORAGEPREALLOCATION_OFF      StoragePreallocation = "off"
	STORAGEPREALLOCATION_FALLOC   StoragePreallocation = "falloc"
	STORAGEPREALLOCATION_FULL     StoragePreallocation = "full"
	STORAGEPREALLOCATION_METADATA StoragePreallocation = "metadata"
)

List of StoragePreallocation

func NewStoragePreallocationFromValue ¶

func NewStoragePreallocationFromValue(v string) (*StoragePreallocation, error)

NewStoragePreallocationFromValue returns a pointer to a valid StoragePreallocation for the value passed as argument, or an error if the value passed is not allowed by the enum

func (StoragePreallocation) IsValid ¶

func (v StoragePreallocation) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (StoragePreallocation) Ptr ¶

Ptr returns reference to StoragePreallocation value

func (*StoragePreallocation) UnmarshalJSON ¶

func (v *StoragePreallocation) UnmarshalJSON(src []byte) error

type StorageSMBVersion ¶

type StorageSMBVersion string

StorageSMBVersion the model 'StorageSMBVersion'

const (
	STORAGESMBVERSION_DEFAULT StorageSMBVersion = "default"
	STORAGESMBVERSION__2_0    StorageSMBVersion = "2.0"
	STORAGESMBVERSION__3_0    StorageSMBVersion = "3.0"
	STORAGESMBVERSION__2_1    StorageSMBVersion = "2.1"
	STORAGESMBVERSION__3_11   StorageSMBVersion = "3.11"
)

List of StorageSMBVersion

func NewStorageSMBVersionFromValue ¶

func NewStorageSMBVersionFromValue(v string) (*StorageSMBVersion, error)

NewStorageSMBVersionFromValue returns a pointer to a valid StorageSMBVersion for the value passed as argument, or an error if the value passed is not allowed by the enum

func (StorageSMBVersion) IsValid ¶

func (v StorageSMBVersion) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (StorageSMBVersion) Ptr ¶

Ptr returns reference to StorageSMBVersion value

func (*StorageSMBVersion) UnmarshalJSON ¶

func (v *StorageSMBVersion) UnmarshalJSON(src []byte) error

type StorageStatusSummary ¶ added in v0.16.0

type StorageStatusSummary struct {
	Content *string      `json:"content,omitempty"`
	Type    *StorageType `json:"type,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Shared *float32 `json:"shared,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Active *float32 `json:"active,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Enabled *float32 `json:"enabled,omitempty"`
	Total   *float32 `json:"total,omitempty"`
	Used    *float32 `json:"used,omitempty"`
	Avail   *float32 `json:"avail,omitempty"`
}

StorageStatusSummary struct for StorageStatusSummary

func NewStorageStatusSummary ¶ added in v0.16.0

func NewStorageStatusSummary() *StorageStatusSummary

NewStorageStatusSummary instantiates a new StorageStatusSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStorageStatusSummaryWithDefaults ¶ added in v0.16.0

func NewStorageStatusSummaryWithDefaults() *StorageStatusSummary

NewStorageStatusSummaryWithDefaults instantiates a new StorageStatusSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StorageStatusSummary) GetActive ¶ added in v0.16.0

func (o *StorageStatusSummary) GetActive() float32

GetActive returns the Active field value if set, zero value otherwise.

func (*StorageStatusSummary) GetActiveOk ¶ added in v0.16.0

func (o *StorageStatusSummary) GetActiveOk() (*float32, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageStatusSummary) GetAvail ¶ added in v0.16.0

func (o *StorageStatusSummary) GetAvail() float32

GetAvail returns the Avail field value if set, zero value otherwise.

func (*StorageStatusSummary) GetAvailOk ¶ added in v0.16.0

func (o *StorageStatusSummary) GetAvailOk() (*float32, bool)

GetAvailOk returns a tuple with the Avail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageStatusSummary) GetContent ¶ added in v0.16.0

func (o *StorageStatusSummary) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*StorageStatusSummary) GetContentOk ¶ added in v0.16.0

func (o *StorageStatusSummary) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageStatusSummary) GetEnabled ¶ added in v0.16.0

func (o *StorageStatusSummary) GetEnabled() float32

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*StorageStatusSummary) GetEnabledOk ¶ added in v0.16.0

func (o *StorageStatusSummary) GetEnabledOk() (*float32, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageStatusSummary) GetShared ¶ added in v0.16.0

func (o *StorageStatusSummary) GetShared() float32

GetShared returns the Shared field value if set, zero value otherwise.

func (*StorageStatusSummary) GetSharedOk ¶ added in v0.16.0

func (o *StorageStatusSummary) GetSharedOk() (*float32, bool)

GetSharedOk returns a tuple with the Shared field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageStatusSummary) GetTotal ¶ added in v0.16.0

func (o *StorageStatusSummary) GetTotal() float32

GetTotal returns the Total field value if set, zero value otherwise.

func (*StorageStatusSummary) GetTotalOk ¶ added in v0.16.0

func (o *StorageStatusSummary) GetTotalOk() (*float32, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageStatusSummary) GetType ¶ added in v0.16.0

func (o *StorageStatusSummary) GetType() StorageType

GetType returns the Type field value if set, zero value otherwise.

func (*StorageStatusSummary) GetTypeOk ¶ added in v0.16.0

func (o *StorageStatusSummary) GetTypeOk() (*StorageType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageStatusSummary) GetUsed ¶ added in v0.16.0

func (o *StorageStatusSummary) GetUsed() float32

GetUsed returns the Used field value if set, zero value otherwise.

func (*StorageStatusSummary) GetUsedOk ¶ added in v0.16.0

func (o *StorageStatusSummary) GetUsedOk() (*float32, bool)

GetUsedOk returns a tuple with the Used field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageStatusSummary) HasActive ¶ added in v0.16.0

func (o *StorageStatusSummary) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*StorageStatusSummary) HasAvail ¶ added in v0.16.0

func (o *StorageStatusSummary) HasAvail() bool

HasAvail returns a boolean if a field has been set.

func (*StorageStatusSummary) HasContent ¶ added in v0.16.0

func (o *StorageStatusSummary) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*StorageStatusSummary) HasEnabled ¶ added in v0.16.0

func (o *StorageStatusSummary) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*StorageStatusSummary) HasShared ¶ added in v0.16.0

func (o *StorageStatusSummary) HasShared() bool

HasShared returns a boolean if a field has been set.

func (*StorageStatusSummary) HasTotal ¶ added in v0.16.0

func (o *StorageStatusSummary) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (*StorageStatusSummary) HasType ¶ added in v0.16.0

func (o *StorageStatusSummary) HasType() bool

HasType returns a boolean if a field has been set.

func (*StorageStatusSummary) HasUsed ¶ added in v0.16.0

func (o *StorageStatusSummary) HasUsed() bool

HasUsed returns a boolean if a field has been set.

func (StorageStatusSummary) MarshalJSON ¶ added in v0.16.0

func (o StorageStatusSummary) MarshalJSON() ([]byte, error)

func (*StorageStatusSummary) SetActive ¶ added in v0.16.0

func (o *StorageStatusSummary) SetActive(v float32)

SetActive gets a reference to the given float32 and assigns it to the Active field.

func (*StorageStatusSummary) SetAvail ¶ added in v0.16.0

func (o *StorageStatusSummary) SetAvail(v float32)

SetAvail gets a reference to the given float32 and assigns it to the Avail field.

func (*StorageStatusSummary) SetContent ¶ added in v0.16.0

func (o *StorageStatusSummary) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*StorageStatusSummary) SetEnabled ¶ added in v0.16.0

func (o *StorageStatusSummary) SetEnabled(v float32)

SetEnabled gets a reference to the given float32 and assigns it to the Enabled field.

func (*StorageStatusSummary) SetShared ¶ added in v0.16.0

func (o *StorageStatusSummary) SetShared(v float32)

SetShared gets a reference to the given float32 and assigns it to the Shared field.

func (*StorageStatusSummary) SetTotal ¶ added in v0.16.0

func (o *StorageStatusSummary) SetTotal(v float32)

SetTotal gets a reference to the given float32 and assigns it to the Total field.

func (*StorageStatusSummary) SetType ¶ added in v0.16.0

func (o *StorageStatusSummary) SetType(v StorageType)

SetType gets a reference to the given StorageType and assigns it to the Type field.

func (*StorageStatusSummary) SetUsed ¶ added in v0.16.0

func (o *StorageStatusSummary) SetUsed(v float32)

SetUsed gets a reference to the given float32 and assigns it to the Used field.

func (StorageStatusSummary) ToMap ¶ added in v0.16.0

func (o StorageStatusSummary) ToMap() (map[string]interface{}, error)

type StorageSummary ¶

type StorageSummary struct {
	// The storage class name
	Storage string `json:"storage"`
	// Comma seperated list of content types in storage. Returned as a string
	Content *string `json:"content,omitempty"`
	// The storage server
	Server *string `json:"server,omitempty"`
	// Whether the storage is shared
	Shared   *float32     `json:"shared,omitempty"`
	Thinpool *string      `json:"thinpool,omitempty"`
	Type     *StorageType `json:"type,omitempty"`
	// The volume group name
	Vgname *string `json:"vgname,omitempty"`
	Pool   *string `json:"pool,omitempty"`
	// The storage path
	Path *string `json:"path,omitempty"`
	// The storage export
	Export *string `json:"export,omitempty"`
	// The storage mountpoint
	Mountpoint *string `json:"mountpoint,omitempty"`
	// The storage digest
	Digest *string `json:"digest,omitempty"`
	// The nodes that have access to this storage
	Nodes *string `json:"nodes,omitempty"`
}

StorageSummary struct for StorageSummary

func NewStorageSummary ¶

func NewStorageSummary(storage string) *StorageSummary

NewStorageSummary instantiates a new StorageSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStorageSummaryWithDefaults ¶

func NewStorageSummaryWithDefaults() *StorageSummary

NewStorageSummaryWithDefaults instantiates a new StorageSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StorageSummary) GetContent ¶

func (o *StorageSummary) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*StorageSummary) GetContentOk ¶

func (o *StorageSummary) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageSummary) GetDigest ¶

func (o *StorageSummary) GetDigest() string

GetDigest returns the Digest field value if set, zero value otherwise.

func (*StorageSummary) GetDigestOk ¶

func (o *StorageSummary) GetDigestOk() (*string, bool)

GetDigestOk returns a tuple with the Digest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageSummary) GetExport ¶ added in v0.44.0

func (o *StorageSummary) GetExport() string

GetExport returns the Export field value if set, zero value otherwise.

func (*StorageSummary) GetExportOk ¶ added in v0.44.0

func (o *StorageSummary) GetExportOk() (*string, bool)

GetExportOk returns a tuple with the Export field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageSummary) GetMountpoint ¶

func (o *StorageSummary) GetMountpoint() string

GetMountpoint returns the Mountpoint field value if set, zero value otherwise.

func (*StorageSummary) GetMountpointOk ¶

func (o *StorageSummary) GetMountpointOk() (*string, bool)

GetMountpointOk returns a tuple with the Mountpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageSummary) GetNodes ¶

func (o *StorageSummary) GetNodes() string

GetNodes returns the Nodes field value if set, zero value otherwise.

func (*StorageSummary) GetNodesOk ¶

func (o *StorageSummary) GetNodesOk() (*string, bool)

GetNodesOk returns a tuple with the Nodes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageSummary) GetPath ¶

func (o *StorageSummary) GetPath() string

GetPath returns the Path field value if set, zero value otherwise.

func (*StorageSummary) GetPathOk ¶

func (o *StorageSummary) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageSummary) GetPool ¶ added in v0.17.0

func (o *StorageSummary) GetPool() string

GetPool returns the Pool field value if set, zero value otherwise.

func (*StorageSummary) GetPoolOk ¶ added in v0.17.0

func (o *StorageSummary) GetPoolOk() (*string, bool)

GetPoolOk returns a tuple with the Pool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageSummary) GetServer ¶ added in v0.44.0

func (o *StorageSummary) GetServer() string

GetServer returns the Server field value if set, zero value otherwise.

func (*StorageSummary) GetServerOk ¶ added in v0.44.0

func (o *StorageSummary) GetServerOk() (*string, bool)

GetServerOk returns a tuple with the Server field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageSummary) GetShared ¶ added in v0.44.0

func (o *StorageSummary) GetShared() float32

GetShared returns the Shared field value if set, zero value otherwise.

func (*StorageSummary) GetSharedOk ¶ added in v0.44.0

func (o *StorageSummary) GetSharedOk() (*float32, bool)

GetSharedOk returns a tuple with the Shared field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageSummary) GetStorage ¶

func (o *StorageSummary) GetStorage() string

GetStorage returns the Storage field value

func (*StorageSummary) GetStorageOk ¶

func (o *StorageSummary) GetStorageOk() (*string, bool)

GetStorageOk returns a tuple with the Storage field value and a boolean to check if the value has been set.

func (*StorageSummary) GetThinpool ¶

func (o *StorageSummary) GetThinpool() string

GetThinpool returns the Thinpool field value if set, zero value otherwise.

func (*StorageSummary) GetThinpoolOk ¶

func (o *StorageSummary) GetThinpoolOk() (*string, bool)

GetThinpoolOk returns a tuple with the Thinpool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageSummary) GetType ¶

func (o *StorageSummary) GetType() StorageType

GetType returns the Type field value if set, zero value otherwise.

func (*StorageSummary) GetTypeOk ¶

func (o *StorageSummary) GetTypeOk() (*StorageType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageSummary) GetVgname ¶

func (o *StorageSummary) GetVgname() string

GetVgname returns the Vgname field value if set, zero value otherwise.

func (*StorageSummary) GetVgnameOk ¶

func (o *StorageSummary) GetVgnameOk() (*string, bool)

GetVgnameOk returns a tuple with the Vgname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageSummary) HasContent ¶

func (o *StorageSummary) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*StorageSummary) HasDigest ¶

func (o *StorageSummary) HasDigest() bool

HasDigest returns a boolean if a field has been set.

func (*StorageSummary) HasExport ¶ added in v0.44.0

func (o *StorageSummary) HasExport() bool

HasExport returns a boolean if a field has been set.

func (*StorageSummary) HasMountpoint ¶

func (o *StorageSummary) HasMountpoint() bool

HasMountpoint returns a boolean if a field has been set.

func (*StorageSummary) HasNodes ¶

func (o *StorageSummary) HasNodes() bool

HasNodes returns a boolean if a field has been set.

func (*StorageSummary) HasPath ¶

func (o *StorageSummary) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*StorageSummary) HasPool ¶ added in v0.17.0

func (o *StorageSummary) HasPool() bool

HasPool returns a boolean if a field has been set.

func (*StorageSummary) HasServer ¶ added in v0.44.0

func (o *StorageSummary) HasServer() bool

HasServer returns a boolean if a field has been set.

func (*StorageSummary) HasShared ¶ added in v0.44.0

func (o *StorageSummary) HasShared() bool

HasShared returns a boolean if a field has been set.

func (*StorageSummary) HasThinpool ¶

func (o *StorageSummary) HasThinpool() bool

HasThinpool returns a boolean if a field has been set.

func (*StorageSummary) HasType ¶

func (o *StorageSummary) HasType() bool

HasType returns a boolean if a field has been set.

func (*StorageSummary) HasVgname ¶

func (o *StorageSummary) HasVgname() bool

HasVgname returns a boolean if a field has been set.

func (StorageSummary) MarshalJSON ¶

func (o StorageSummary) MarshalJSON() ([]byte, error)

func (*StorageSummary) SetContent ¶

func (o *StorageSummary) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*StorageSummary) SetDigest ¶

func (o *StorageSummary) SetDigest(v string)

SetDigest gets a reference to the given string and assigns it to the Digest field.

func (*StorageSummary) SetExport ¶ added in v0.44.0

func (o *StorageSummary) SetExport(v string)

SetExport gets a reference to the given string and assigns it to the Export field.

func (*StorageSummary) SetMountpoint ¶

func (o *StorageSummary) SetMountpoint(v string)

SetMountpoint gets a reference to the given string and assigns it to the Mountpoint field.

func (*StorageSummary) SetNodes ¶

func (o *StorageSummary) SetNodes(v string)

SetNodes gets a reference to the given string and assigns it to the Nodes field.

func (*StorageSummary) SetPath ¶

func (o *StorageSummary) SetPath(v string)

SetPath gets a reference to the given string and assigns it to the Path field.

func (*StorageSummary) SetPool ¶ added in v0.17.0

func (o *StorageSummary) SetPool(v string)

SetPool gets a reference to the given string and assigns it to the Pool field.

func (*StorageSummary) SetServer ¶ added in v0.44.0

func (o *StorageSummary) SetServer(v string)

SetServer gets a reference to the given string and assigns it to the Server field.

func (*StorageSummary) SetShared ¶ added in v0.44.0

func (o *StorageSummary) SetShared(v float32)

SetShared gets a reference to the given float32 and assigns it to the Shared field.

func (*StorageSummary) SetStorage ¶

func (o *StorageSummary) SetStorage(v string)

SetStorage sets field value

func (*StorageSummary) SetThinpool ¶

func (o *StorageSummary) SetThinpool(v string)

SetThinpool gets a reference to the given string and assigns it to the Thinpool field.

func (*StorageSummary) SetType ¶

func (o *StorageSummary) SetType(v StorageType)

SetType gets a reference to the given StorageType and assigns it to the Type field.

func (*StorageSummary) SetVgname ¶

func (o *StorageSummary) SetVgname(v string)

SetVgname gets a reference to the given string and assigns it to the Vgname field.

func (StorageSummary) ToMap ¶ added in v0.9.0

func (o StorageSummary) ToMap() (map[string]interface{}, error)

type StorageTransport ¶

type StorageTransport string

StorageTransport the model 'StorageTransport'

const (
	STORAGETRANSPORT_TCP  StorageTransport = "tcp"
	STORAGETRANSPORT_RDMA StorageTransport = "rdma"
	STORAGETRANSPORT_UNIX StorageTransport = "unix"
)

List of StorageTransport

func NewStorageTransportFromValue ¶

func NewStorageTransportFromValue(v string) (*StorageTransport, error)

NewStorageTransportFromValue returns a pointer to a valid StorageTransport for the value passed as argument, or an error if the value passed is not allowed by the enum

func (StorageTransport) IsValid ¶

func (v StorageTransport) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (StorageTransport) Ptr ¶

Ptr returns reference to StorageTransport value

func (*StorageTransport) UnmarshalJSON ¶

func (v *StorageTransport) UnmarshalJSON(src []byte) error

type StorageType ¶

type StorageType string

StorageType the model 'StorageType'

const (
	STORAGETYPE_ZFSPOOL     StorageType = "zfspool"
	STORAGETYPE_DIR         StorageType = "dir"
	STORAGETYPE_BTRFS       StorageType = "btrfs"
	STORAGETYPE_NFS         StorageType = "nfs"
	STORAGETYPE_CIFS        StorageType = "cifs"
	STORAGETYPE_PBS         StorageType = "pbs"
	STORAGETYPE_GLUSTERFS   StorageType = "glusterfs"
	STORAGETYPE_CEPHFS      StorageType = "cephfs"
	STORAGETYPE_LVMTHIN     StorageType = "lvmthin"
	STORAGETYPE_LVM         StorageType = "lvm"
	STORAGETYPE_ISCSI       StorageType = "iscsi"
	STORAGETYPE_ISCSIDIRECT StorageType = "iscsidirect"
	STORAGETYPE_RBD         StorageType = "rbd"
	STORAGETYPE_ZFS         StorageType = "zfs"
)

List of StorageType

func NewStorageTypeFromValue ¶

func NewStorageTypeFromValue(v string) (*StorageType, error)

NewStorageTypeFromValue returns a pointer to a valid StorageType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (StorageType) IsValid ¶

func (v StorageType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (StorageType) Ptr ¶

func (v StorageType) Ptr() *StorageType

Ptr returns reference to StorageType value

func (*StorageType) UnmarshalJSON ¶

func (v *StorageType) UnmarshalJSON(src []byte) error

type StorageVolumeSummary ¶ added in v0.16.0

type StorageVolumeSummary struct {
	Format string `json:"format"`
	// The size of the storage content in bytes.
	Size  float32 `json:"size"`
	Volid string  `json:"volid"`
	// The creation time of the storage content in seconds since the epoch.
	Ctime     *float32 `json:"ctime,omitempty"`
	Encrypted *string  `json:"encrypted,omitempty"`
	Notes     *string  `json:"notes,omitempty"`
	Parent    *string  `json:"parent,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Protected *float32 `json:"protected,omitempty"`
	// The amount of storage content used in bytes.
	Used *float32 `json:"used,omitempty"`
	// The id of the virtual machine as a string
	Vmid *string `json:"vmid,omitempty"`
}

StorageVolumeSummary struct for StorageVolumeSummary

func NewStorageVolumeSummary ¶ added in v0.16.0

func NewStorageVolumeSummary(format string, size float32, volid string) *StorageVolumeSummary

NewStorageVolumeSummary instantiates a new StorageVolumeSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStorageVolumeSummaryWithDefaults ¶ added in v0.16.0

func NewStorageVolumeSummaryWithDefaults() *StorageVolumeSummary

NewStorageVolumeSummaryWithDefaults instantiates a new StorageVolumeSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StorageVolumeSummary) GetCtime ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetCtime() float32

GetCtime returns the Ctime field value if set, zero value otherwise.

func (*StorageVolumeSummary) GetCtimeOk ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetCtimeOk() (*float32, bool)

GetCtimeOk returns a tuple with the Ctime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageVolumeSummary) GetEncrypted ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetEncrypted() string

GetEncrypted returns the Encrypted field value if set, zero value otherwise.

func (*StorageVolumeSummary) GetEncryptedOk ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetEncryptedOk() (*string, bool)

GetEncryptedOk returns a tuple with the Encrypted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageVolumeSummary) GetFormat ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetFormat() string

GetFormat returns the Format field value

func (*StorageVolumeSummary) GetFormatOk ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format field value and a boolean to check if the value has been set.

func (*StorageVolumeSummary) GetNotes ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetNotes() string

GetNotes returns the Notes field value if set, zero value otherwise.

func (*StorageVolumeSummary) GetNotesOk ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageVolumeSummary) GetParent ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetParent() string

GetParent returns the Parent field value if set, zero value otherwise.

func (*StorageVolumeSummary) GetParentOk ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetParentOk() (*string, bool)

GetParentOk returns a tuple with the Parent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageVolumeSummary) GetProtected ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetProtected() float32

GetProtected returns the Protected field value if set, zero value otherwise.

func (*StorageVolumeSummary) GetProtectedOk ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetProtectedOk() (*float32, bool)

GetProtectedOk returns a tuple with the Protected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageVolumeSummary) GetSize ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetSize() float32

GetSize returns the Size field value

func (*StorageVolumeSummary) GetSizeOk ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetSizeOk() (*float32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*StorageVolumeSummary) GetUsed ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetUsed() float32

GetUsed returns the Used field value if set, zero value otherwise.

func (*StorageVolumeSummary) GetUsedOk ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetUsedOk() (*float32, bool)

GetUsedOk returns a tuple with the Used field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageVolumeSummary) GetVmid ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetVmid() string

GetVmid returns the Vmid field value if set, zero value otherwise.

func (*StorageVolumeSummary) GetVmidOk ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetVmidOk() (*string, bool)

GetVmidOk returns a tuple with the Vmid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageVolumeSummary) GetVolid ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetVolid() string

GetVolid returns the Volid field value

func (*StorageVolumeSummary) GetVolidOk ¶ added in v0.16.0

func (o *StorageVolumeSummary) GetVolidOk() (*string, bool)

GetVolidOk returns a tuple with the Volid field value and a boolean to check if the value has been set.

func (*StorageVolumeSummary) HasCtime ¶ added in v0.16.0

func (o *StorageVolumeSummary) HasCtime() bool

HasCtime returns a boolean if a field has been set.

func (*StorageVolumeSummary) HasEncrypted ¶ added in v0.16.0

func (o *StorageVolumeSummary) HasEncrypted() bool

HasEncrypted returns a boolean if a field has been set.

func (*StorageVolumeSummary) HasNotes ¶ added in v0.16.0

func (o *StorageVolumeSummary) HasNotes() bool

HasNotes returns a boolean if a field has been set.

func (*StorageVolumeSummary) HasParent ¶ added in v0.16.0

func (o *StorageVolumeSummary) HasParent() bool

HasParent returns a boolean if a field has been set.

func (*StorageVolumeSummary) HasProtected ¶ added in v0.16.0

func (o *StorageVolumeSummary) HasProtected() bool

HasProtected returns a boolean if a field has been set.

func (*StorageVolumeSummary) HasUsed ¶ added in v0.16.0

func (o *StorageVolumeSummary) HasUsed() bool

HasUsed returns a boolean if a field has been set.

func (*StorageVolumeSummary) HasVmid ¶ added in v0.16.0

func (o *StorageVolumeSummary) HasVmid() bool

HasVmid returns a boolean if a field has been set.

func (StorageVolumeSummary) MarshalJSON ¶ added in v0.16.0

func (o StorageVolumeSummary) MarshalJSON() ([]byte, error)

func (*StorageVolumeSummary) SetCtime ¶ added in v0.16.0

func (o *StorageVolumeSummary) SetCtime(v float32)

SetCtime gets a reference to the given float32 and assigns it to the Ctime field.

func (*StorageVolumeSummary) SetEncrypted ¶ added in v0.16.0

func (o *StorageVolumeSummary) SetEncrypted(v string)

SetEncrypted gets a reference to the given string and assigns it to the Encrypted field.

func (*StorageVolumeSummary) SetFormat ¶ added in v0.16.0

func (o *StorageVolumeSummary) SetFormat(v string)

SetFormat sets field value

func (*StorageVolumeSummary) SetNotes ¶ added in v0.16.0

func (o *StorageVolumeSummary) SetNotes(v string)

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*StorageVolumeSummary) SetParent ¶ added in v0.16.0

func (o *StorageVolumeSummary) SetParent(v string)

SetParent gets a reference to the given string and assigns it to the Parent field.

func (*StorageVolumeSummary) SetProtected ¶ added in v0.16.0

func (o *StorageVolumeSummary) SetProtected(v float32)

SetProtected gets a reference to the given float32 and assigns it to the Protected field.

func (*StorageVolumeSummary) SetSize ¶ added in v0.16.0

func (o *StorageVolumeSummary) SetSize(v float32)

SetSize sets field value

func (*StorageVolumeSummary) SetUsed ¶ added in v0.16.0

func (o *StorageVolumeSummary) SetUsed(v float32)

SetUsed gets a reference to the given float32 and assigns it to the Used field.

func (*StorageVolumeSummary) SetVmid ¶ added in v0.16.0

func (o *StorageVolumeSummary) SetVmid(v string)

SetVmid gets a reference to the given string and assigns it to the Vmid field.

func (*StorageVolumeSummary) SetVolid ¶ added in v0.16.0

func (o *StorageVolumeSummary) SetVolid(v string)

SetVolid sets field value

func (StorageVolumeSummary) ToMap ¶ added in v0.16.0

func (o StorageVolumeSummary) ToMap() (map[string]interface{}, error)

type StorageVolumeType ¶ added in v0.16.0

type StorageVolumeType string

StorageVolumeType the model 'StorageVolumeType'

const (
	STORAGEVOLUMETYPE_RAW    StorageVolumeType = "raw"
	STORAGEVOLUMETYPE_QCOW2  StorageVolumeType = "qcow2"
	STORAGEVOLUMETYPE_SUBVOL StorageVolumeType = "subvol"
)

List of StorageVolumeType

func NewStorageVolumeTypeFromValue ¶ added in v0.16.0

func NewStorageVolumeTypeFromValue(v string) (*StorageVolumeType, error)

NewStorageVolumeTypeFromValue returns a pointer to a valid StorageVolumeType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (StorageVolumeType) IsValid ¶ added in v0.16.0

func (v StorageVolumeType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (StorageVolumeType) Ptr ¶ added in v0.16.0

Ptr returns reference to StorageVolumeType value

func (*StorageVolumeType) UnmarshalJSON ¶ added in v0.16.0

func (v *StorageVolumeType) UnmarshalJSON(src []byte) error

type SuspendVirtualMachineRequestContent ¶ added in v0.51.0

type SuspendVirtualMachineRequestContent struct {
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Skiplock *float32 `json:"skiplock,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Statestorage *float32 `json:"statestorage,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Todisk *float32 `json:"todisk,omitempty"`
}

SuspendVirtualMachineRequestContent struct for SuspendVirtualMachineRequestContent

func NewSuspendVirtualMachineRequestContent ¶ added in v0.51.0

func NewSuspendVirtualMachineRequestContent() *SuspendVirtualMachineRequestContent

NewSuspendVirtualMachineRequestContent instantiates a new SuspendVirtualMachineRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSuspendVirtualMachineRequestContentWithDefaults ¶ added in v0.51.0

func NewSuspendVirtualMachineRequestContentWithDefaults() *SuspendVirtualMachineRequestContent

NewSuspendVirtualMachineRequestContentWithDefaults instantiates a new SuspendVirtualMachineRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SuspendVirtualMachineRequestContent) GetSkiplock ¶ added in v0.51.0

GetSkiplock returns the Skiplock field value if set, zero value otherwise.

func (*SuspendVirtualMachineRequestContent) GetSkiplockOk ¶ added in v0.51.0

func (o *SuspendVirtualMachineRequestContent) GetSkiplockOk() (*float32, bool)

GetSkiplockOk returns a tuple with the Skiplock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SuspendVirtualMachineRequestContent) GetStatestorage ¶ added in v0.51.0

func (o *SuspendVirtualMachineRequestContent) GetStatestorage() float32

GetStatestorage returns the Statestorage field value if set, zero value otherwise.

func (*SuspendVirtualMachineRequestContent) GetStatestorageOk ¶ added in v0.51.0

func (o *SuspendVirtualMachineRequestContent) GetStatestorageOk() (*float32, bool)

GetStatestorageOk returns a tuple with the Statestorage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SuspendVirtualMachineRequestContent) GetTodisk ¶ added in v0.51.0

GetTodisk returns the Todisk field value if set, zero value otherwise.

func (*SuspendVirtualMachineRequestContent) GetTodiskOk ¶ added in v0.51.0

func (o *SuspendVirtualMachineRequestContent) GetTodiskOk() (*float32, bool)

GetTodiskOk returns a tuple with the Todisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SuspendVirtualMachineRequestContent) HasSkiplock ¶ added in v0.51.0

func (o *SuspendVirtualMachineRequestContent) HasSkiplock() bool

HasSkiplock returns a boolean if a field has been set.

func (*SuspendVirtualMachineRequestContent) HasStatestorage ¶ added in v0.51.0

func (o *SuspendVirtualMachineRequestContent) HasStatestorage() bool

HasStatestorage returns a boolean if a field has been set.

func (*SuspendVirtualMachineRequestContent) HasTodisk ¶ added in v0.51.0

HasTodisk returns a boolean if a field has been set.

func (SuspendVirtualMachineRequestContent) MarshalJSON ¶ added in v0.51.0

func (o SuspendVirtualMachineRequestContent) MarshalJSON() ([]byte, error)

func (*SuspendVirtualMachineRequestContent) SetSkiplock ¶ added in v0.51.0

func (o *SuspendVirtualMachineRequestContent) SetSkiplock(v float32)

SetSkiplock gets a reference to the given float32 and assigns it to the Skiplock field.

func (*SuspendVirtualMachineRequestContent) SetStatestorage ¶ added in v0.51.0

func (o *SuspendVirtualMachineRequestContent) SetStatestorage(v float32)

SetStatestorage gets a reference to the given float32 and assigns it to the Statestorage field.

func (*SuspendVirtualMachineRequestContent) SetTodisk ¶ added in v0.51.0

SetTodisk gets a reference to the given float32 and assigns it to the Todisk field.

func (SuspendVirtualMachineRequestContent) ToMap ¶ added in v0.51.0

func (o SuspendVirtualMachineRequestContent) ToMap() (map[string]interface{}, error)

type SuspendVirtualMachineResponseContent ¶ added in v0.51.0

type SuspendVirtualMachineResponseContent struct {
	Data string `json:"data"`
}

SuspendVirtualMachineResponseContent struct for SuspendVirtualMachineResponseContent

func NewSuspendVirtualMachineResponseContent ¶ added in v0.51.0

func NewSuspendVirtualMachineResponseContent(data string) *SuspendVirtualMachineResponseContent

NewSuspendVirtualMachineResponseContent instantiates a new SuspendVirtualMachineResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSuspendVirtualMachineResponseContentWithDefaults ¶ added in v0.51.0

func NewSuspendVirtualMachineResponseContentWithDefaults() *SuspendVirtualMachineResponseContent

NewSuspendVirtualMachineResponseContentWithDefaults instantiates a new SuspendVirtualMachineResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SuspendVirtualMachineResponseContent) GetData ¶ added in v0.51.0

GetData returns the Data field value

func (*SuspendVirtualMachineResponseContent) GetDataOk ¶ added in v0.51.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (SuspendVirtualMachineResponseContent) MarshalJSON ¶ added in v0.51.0

func (o SuspendVirtualMachineResponseContent) MarshalJSON() ([]byte, error)

func (*SuspendVirtualMachineResponseContent) SetData ¶ added in v0.51.0

SetData sets field value

func (SuspendVirtualMachineResponseContent) ToMap ¶ added in v0.51.0

func (o SuspendVirtualMachineResponseContent) ToMap() (map[string]interface{}, error)

type SyncRealmRequestContent ¶ added in v0.32.0

type SyncRealmRequestContent struct {
	// An integer used to represent a boolean. 0 is false, 1 is true.
	DryRun *float32 `json:"dry-run,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	EnableNew *float32 `json:"enable-new,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Full *float32 `json:"full,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Purge          *float32        `json:"purge,omitempty"`
	RemoveVanished *string         `json:"remove-vanished,omitempty"`
	Scope          *RealmSyncScope `json:"scope,omitempty"`
}

SyncRealmRequestContent struct for SyncRealmRequestContent

func NewSyncRealmRequestContent ¶ added in v0.32.0

func NewSyncRealmRequestContent() *SyncRealmRequestContent

NewSyncRealmRequestContent instantiates a new SyncRealmRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSyncRealmRequestContentWithDefaults ¶ added in v0.32.0

func NewSyncRealmRequestContentWithDefaults() *SyncRealmRequestContent

NewSyncRealmRequestContentWithDefaults instantiates a new SyncRealmRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SyncRealmRequestContent) GetDryRun ¶ added in v0.32.0

func (o *SyncRealmRequestContent) GetDryRun() float32

GetDryRun returns the DryRun field value if set, zero value otherwise.

func (*SyncRealmRequestContent) GetDryRunOk ¶ added in v0.32.0

func (o *SyncRealmRequestContent) GetDryRunOk() (*float32, bool)

GetDryRunOk returns a tuple with the DryRun field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SyncRealmRequestContent) GetEnableNew ¶ added in v0.32.0

func (o *SyncRealmRequestContent) GetEnableNew() float32

GetEnableNew returns the EnableNew field value if set, zero value otherwise.

func (*SyncRealmRequestContent) GetEnableNewOk ¶ added in v0.32.0

func (o *SyncRealmRequestContent) GetEnableNewOk() (*float32, bool)

GetEnableNewOk returns a tuple with the EnableNew field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SyncRealmRequestContent) GetFull ¶ added in v0.32.0

func (o *SyncRealmRequestContent) GetFull() float32

GetFull returns the Full field value if set, zero value otherwise.

func (*SyncRealmRequestContent) GetFullOk ¶ added in v0.32.0

func (o *SyncRealmRequestContent) GetFullOk() (*float32, bool)

GetFullOk returns a tuple with the Full field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SyncRealmRequestContent) GetPurge ¶ added in v0.32.0

func (o *SyncRealmRequestContent) GetPurge() float32

GetPurge returns the Purge field value if set, zero value otherwise.

func (*SyncRealmRequestContent) GetPurgeOk ¶ added in v0.32.0

func (o *SyncRealmRequestContent) GetPurgeOk() (*float32, bool)

GetPurgeOk returns a tuple with the Purge field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SyncRealmRequestContent) GetRemoveVanished ¶ added in v0.32.0

func (o *SyncRealmRequestContent) GetRemoveVanished() string

GetRemoveVanished returns the RemoveVanished field value if set, zero value otherwise.

func (*SyncRealmRequestContent) GetRemoveVanishedOk ¶ added in v0.32.0

func (o *SyncRealmRequestContent) GetRemoveVanishedOk() (*string, bool)

GetRemoveVanishedOk returns a tuple with the RemoveVanished field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SyncRealmRequestContent) GetScope ¶ added in v0.32.0

GetScope returns the Scope field value if set, zero value otherwise.

func (*SyncRealmRequestContent) GetScopeOk ¶ added in v0.32.0

func (o *SyncRealmRequestContent) GetScopeOk() (*RealmSyncScope, bool)

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SyncRealmRequestContent) HasDryRun ¶ added in v0.32.0

func (o *SyncRealmRequestContent) HasDryRun() bool

HasDryRun returns a boolean if a field has been set.

func (*SyncRealmRequestContent) HasEnableNew ¶ added in v0.32.0

func (o *SyncRealmRequestContent) HasEnableNew() bool

HasEnableNew returns a boolean if a field has been set.

func (*SyncRealmRequestContent) HasFull ¶ added in v0.32.0

func (o *SyncRealmRequestContent) HasFull() bool

HasFull returns a boolean if a field has been set.

func (*SyncRealmRequestContent) HasPurge ¶ added in v0.32.0

func (o *SyncRealmRequestContent) HasPurge() bool

HasPurge returns a boolean if a field has been set.

func (*SyncRealmRequestContent) HasRemoveVanished ¶ added in v0.32.0

func (o *SyncRealmRequestContent) HasRemoveVanished() bool

HasRemoveVanished returns a boolean if a field has been set.

func (*SyncRealmRequestContent) HasScope ¶ added in v0.32.0

func (o *SyncRealmRequestContent) HasScope() bool

HasScope returns a boolean if a field has been set.

func (SyncRealmRequestContent) MarshalJSON ¶ added in v0.32.0

func (o SyncRealmRequestContent) MarshalJSON() ([]byte, error)

func (*SyncRealmRequestContent) SetDryRun ¶ added in v0.32.0

func (o *SyncRealmRequestContent) SetDryRun(v float32)

SetDryRun gets a reference to the given float32 and assigns it to the DryRun field.

func (*SyncRealmRequestContent) SetEnableNew ¶ added in v0.32.0

func (o *SyncRealmRequestContent) SetEnableNew(v float32)

SetEnableNew gets a reference to the given float32 and assigns it to the EnableNew field.

func (*SyncRealmRequestContent) SetFull ¶ added in v0.32.0

func (o *SyncRealmRequestContent) SetFull(v float32)

SetFull gets a reference to the given float32 and assigns it to the Full field.

func (*SyncRealmRequestContent) SetPurge ¶ added in v0.32.0

func (o *SyncRealmRequestContent) SetPurge(v float32)

SetPurge gets a reference to the given float32 and assigns it to the Purge field.

func (*SyncRealmRequestContent) SetRemoveVanished ¶ added in v0.32.0

func (o *SyncRealmRequestContent) SetRemoveVanished(v string)

SetRemoveVanished gets a reference to the given string and assigns it to the RemoveVanished field.

func (*SyncRealmRequestContent) SetScope ¶ added in v0.32.0

func (o *SyncRealmRequestContent) SetScope(v RealmSyncScope)

SetScope gets a reference to the given RealmSyncScope and assigns it to the Scope field.

func (SyncRealmRequestContent) ToMap ¶ added in v0.32.0

func (o SyncRealmRequestContent) ToMap() (map[string]interface{}, error)

type TFAType ¶ added in v0.21.0

type TFAType string

TFAType the model 'TFAType'

const (
	TFATYPE_YUBICO TFAType = "yubico"
	TFATYPE_OAUTH  TFAType = "oauth"
)

List of TFAType

func NewTFATypeFromValue ¶ added in v0.21.0

func NewTFATypeFromValue(v string) (*TFAType, error)

NewTFATypeFromValue returns a pointer to a valid TFAType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TFAType) IsValid ¶ added in v0.21.0

func (v TFAType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TFAType) Ptr ¶ added in v0.21.0

func (v TFAType) Ptr() *TFAType

Ptr returns reference to TFAType value

func (*TFAType) UnmarshalJSON ¶ added in v0.21.0

func (v *TFAType) UnmarshalJSON(src []byte) error

type Ticket ¶

type Ticket struct {
	Username            string                         `json:"username"`
	Cap                 *map[string]map[string]float32 `json:"cap,omitempty"`
	CSRFPreventionToken *string                        `json:"CSRFPreventionToken,omitempty"`
	Ticket              *string                        `json:"ticket,omitempty"`
	Clustername         *string                        `json:"clustername,omitempty"`
}

Ticket struct for Ticket

func NewTicket ¶

func NewTicket(username string) *Ticket

NewTicket instantiates a new Ticket object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTicketWithDefaults ¶

func NewTicketWithDefaults() *Ticket

NewTicketWithDefaults instantiates a new Ticket object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Ticket) GetCSRFPreventionToken ¶

func (o *Ticket) GetCSRFPreventionToken() string

GetCSRFPreventionToken returns the CSRFPreventionToken field value if set, zero value otherwise.

func (*Ticket) GetCSRFPreventionTokenOk ¶

func (o *Ticket) GetCSRFPreventionTokenOk() (*string, bool)

GetCSRFPreventionTokenOk returns a tuple with the CSRFPreventionToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ticket) GetCap ¶

func (o *Ticket) GetCap() map[string]map[string]float32

GetCap returns the Cap field value if set, zero value otherwise.

func (*Ticket) GetCapOk ¶

func (o *Ticket) GetCapOk() (*map[string]map[string]float32, bool)

GetCapOk returns a tuple with the Cap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ticket) GetClustername ¶

func (o *Ticket) GetClustername() string

GetClustername returns the Clustername field value if set, zero value otherwise.

func (*Ticket) GetClusternameOk ¶

func (o *Ticket) GetClusternameOk() (*string, bool)

GetClusternameOk returns a tuple with the Clustername field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ticket) GetTicket ¶

func (o *Ticket) GetTicket() string

GetTicket returns the Ticket field value if set, zero value otherwise.

func (*Ticket) GetTicketOk ¶

func (o *Ticket) GetTicketOk() (*string, bool)

GetTicketOk returns a tuple with the Ticket field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ticket) GetUsername ¶

func (o *Ticket) GetUsername() string

GetUsername returns the Username field value

func (*Ticket) GetUsernameOk ¶

func (o *Ticket) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (*Ticket) HasCSRFPreventionToken ¶

func (o *Ticket) HasCSRFPreventionToken() bool

HasCSRFPreventionToken returns a boolean if a field has been set.

func (*Ticket) HasCap ¶

func (o *Ticket) HasCap() bool

HasCap returns a boolean if a field has been set.

func (*Ticket) HasClustername ¶

func (o *Ticket) HasClustername() bool

HasClustername returns a boolean if a field has been set.

func (*Ticket) HasTicket ¶

func (o *Ticket) HasTicket() bool

HasTicket returns a boolean if a field has been set.

func (Ticket) MarshalJSON ¶

func (o Ticket) MarshalJSON() ([]byte, error)

func (*Ticket) SetCSRFPreventionToken ¶

func (o *Ticket) SetCSRFPreventionToken(v string)

SetCSRFPreventionToken gets a reference to the given string and assigns it to the CSRFPreventionToken field.

func (*Ticket) SetCap ¶

func (o *Ticket) SetCap(v map[string]map[string]float32)

SetCap gets a reference to the given map[string]map[string]float32 and assigns it to the Cap field.

func (*Ticket) SetClustername ¶

func (o *Ticket) SetClustername(v string)

SetClustername gets a reference to the given string and assigns it to the Clustername field.

func (*Ticket) SetTicket ¶

func (o *Ticket) SetTicket(v string)

SetTicket gets a reference to the given string and assigns it to the Ticket field.

func (*Ticket) SetUsername ¶

func (o *Ticket) SetUsername(v string)

SetUsername sets field value

func (Ticket) ToMap ¶ added in v0.9.0

func (o Ticket) ToMap() (map[string]interface{}, error)

type TimeZoneSummary ¶ added in v0.9.0

type TimeZoneSummary struct {
	Zone   *string  `json:"zone,omitempty"`
	Offset *float32 `json:"offset,omitempty"`
}

TimeZoneSummary struct for TimeZoneSummary

func NewTimeZoneSummary ¶ added in v0.9.0

func NewTimeZoneSummary() *TimeZoneSummary

NewTimeZoneSummary instantiates a new TimeZoneSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTimeZoneSummaryWithDefaults ¶ added in v0.9.0

func NewTimeZoneSummaryWithDefaults() *TimeZoneSummary

NewTimeZoneSummaryWithDefaults instantiates a new TimeZoneSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TimeZoneSummary) GetOffset ¶ added in v0.9.0

func (o *TimeZoneSummary) GetOffset() float32

GetOffset returns the Offset field value if set, zero value otherwise.

func (*TimeZoneSummary) GetOffsetOk ¶ added in v0.9.0

func (o *TimeZoneSummary) GetOffsetOk() (*float32, bool)

GetOffsetOk returns a tuple with the Offset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeZoneSummary) GetZone ¶ added in v0.9.0

func (o *TimeZoneSummary) GetZone() string

GetZone returns the Zone field value if set, zero value otherwise.

func (*TimeZoneSummary) GetZoneOk ¶ added in v0.9.0

func (o *TimeZoneSummary) GetZoneOk() (*string, bool)

GetZoneOk returns a tuple with the Zone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimeZoneSummary) HasOffset ¶ added in v0.9.0

func (o *TimeZoneSummary) HasOffset() bool

HasOffset returns a boolean if a field has been set.

func (*TimeZoneSummary) HasZone ¶ added in v0.9.0

func (o *TimeZoneSummary) HasZone() bool

HasZone returns a boolean if a field has been set.

func (TimeZoneSummary) MarshalJSON ¶ added in v0.9.0

func (o TimeZoneSummary) MarshalJSON() ([]byte, error)

func (*TimeZoneSummary) SetOffset ¶ added in v0.9.0

func (o *TimeZoneSummary) SetOffset(v float32)

SetOffset gets a reference to the given float32 and assigns it to the Offset field.

func (*TimeZoneSummary) SetZone ¶ added in v0.9.0

func (o *TimeZoneSummary) SetZone(v string)

SetZone gets a reference to the given string and assigns it to the Zone field.

func (TimeZoneSummary) ToMap ¶ added in v0.9.0

func (o TimeZoneSummary) ToMap() (map[string]interface{}, error)

type TotemSummary ¶

type TotemSummary struct {
	Secauth       *string                 `json:"secauth,omitempty"`
	Version       *string                 `json:"version,omitempty"`
	Interface     *map[string]LinkSummary `json:"interface,omitempty"`
	LinkMode      *string                 `json:"link_mode,omitempty"`
	IpVersion     *string                 `json:"ip_version,omitempty"`
	ConfigVersion *string                 `json:"config_version,omitempty"`
	ClusterName   *string                 `json:"cluster_name,omitempty"`
}

TotemSummary struct for TotemSummary

func NewTotemSummary ¶

func NewTotemSummary() *TotemSummary

NewTotemSummary instantiates a new TotemSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTotemSummaryWithDefaults ¶

func NewTotemSummaryWithDefaults() *TotemSummary

NewTotemSummaryWithDefaults instantiates a new TotemSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TotemSummary) GetClusterName ¶

func (o *TotemSummary) GetClusterName() string

GetClusterName returns the ClusterName field value if set, zero value otherwise.

func (*TotemSummary) GetClusterNameOk ¶

func (o *TotemSummary) GetClusterNameOk() (*string, bool)

GetClusterNameOk returns a tuple with the ClusterName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TotemSummary) GetConfigVersion ¶

func (o *TotemSummary) GetConfigVersion() string

GetConfigVersion returns the ConfigVersion field value if set, zero value otherwise.

func (*TotemSummary) GetConfigVersionOk ¶

func (o *TotemSummary) GetConfigVersionOk() (*string, bool)

GetConfigVersionOk returns a tuple with the ConfigVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TotemSummary) GetInterface ¶

func (o *TotemSummary) GetInterface() map[string]LinkSummary

GetInterface returns the Interface field value if set, zero value otherwise.

func (*TotemSummary) GetInterfaceOk ¶

func (o *TotemSummary) GetInterfaceOk() (*map[string]LinkSummary, bool)

GetInterfaceOk returns a tuple with the Interface field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TotemSummary) GetIpVersion ¶

func (o *TotemSummary) GetIpVersion() string

GetIpVersion returns the IpVersion field value if set, zero value otherwise.

func (*TotemSummary) GetIpVersionOk ¶

func (o *TotemSummary) GetIpVersionOk() (*string, bool)

GetIpVersionOk returns a tuple with the IpVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TotemSummary) GetLinkMode ¶

func (o *TotemSummary) GetLinkMode() string

GetLinkMode returns the LinkMode field value if set, zero value otherwise.

func (*TotemSummary) GetLinkModeOk ¶

func (o *TotemSummary) GetLinkModeOk() (*string, bool)

GetLinkModeOk returns a tuple with the LinkMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TotemSummary) GetSecauth ¶

func (o *TotemSummary) GetSecauth() string

GetSecauth returns the Secauth field value if set, zero value otherwise.

func (*TotemSummary) GetSecauthOk ¶

func (o *TotemSummary) GetSecauthOk() (*string, bool)

GetSecauthOk returns a tuple with the Secauth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TotemSummary) GetVersion ¶

func (o *TotemSummary) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*TotemSummary) GetVersionOk ¶

func (o *TotemSummary) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TotemSummary) HasClusterName ¶

func (o *TotemSummary) HasClusterName() bool

HasClusterName returns a boolean if a field has been set.

func (*TotemSummary) HasConfigVersion ¶

func (o *TotemSummary) HasConfigVersion() bool

HasConfigVersion returns a boolean if a field has been set.

func (*TotemSummary) HasInterface ¶

func (o *TotemSummary) HasInterface() bool

HasInterface returns a boolean if a field has been set.

func (*TotemSummary) HasIpVersion ¶

func (o *TotemSummary) HasIpVersion() bool

HasIpVersion returns a boolean if a field has been set.

func (*TotemSummary) HasLinkMode ¶

func (o *TotemSummary) HasLinkMode() bool

HasLinkMode returns a boolean if a field has been set.

func (*TotemSummary) HasSecauth ¶

func (o *TotemSummary) HasSecauth() bool

HasSecauth returns a boolean if a field has been set.

func (*TotemSummary) HasVersion ¶

func (o *TotemSummary) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (TotemSummary) MarshalJSON ¶

func (o TotemSummary) MarshalJSON() ([]byte, error)

func (*TotemSummary) SetClusterName ¶

func (o *TotemSummary) SetClusterName(v string)

SetClusterName gets a reference to the given string and assigns it to the ClusterName field.

func (*TotemSummary) SetConfigVersion ¶

func (o *TotemSummary) SetConfigVersion(v string)

SetConfigVersion gets a reference to the given string and assigns it to the ConfigVersion field.

func (*TotemSummary) SetInterface ¶

func (o *TotemSummary) SetInterface(v map[string]LinkSummary)

SetInterface gets a reference to the given map[string]LinkSummary and assigns it to the Interface field.

func (*TotemSummary) SetIpVersion ¶

func (o *TotemSummary) SetIpVersion(v string)

SetIpVersion gets a reference to the given string and assigns it to the IpVersion field.

func (*TotemSummary) SetLinkMode ¶

func (o *TotemSummary) SetLinkMode(v string)

SetLinkMode gets a reference to the given string and assigns it to the LinkMode field.

func (*TotemSummary) SetSecauth ¶

func (o *TotemSummary) SetSecauth(v string)

SetSecauth gets a reference to the given string and assigns it to the Secauth field.

func (*TotemSummary) SetVersion ¶

func (o *TotemSummary) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (TotemSummary) ToMap ¶ added in v0.9.0

func (o TotemSummary) ToMap() (map[string]interface{}, error)

type UpdateAccessControlListRequestContent ¶

type UpdateAccessControlListRequestContent struct {
	Path  string `json:"path"`
	Roles string `json:"roles"`
	// Removed permissions specified in request
	Delete *bool `json:"delete,omitempty"`
	// Comma separated list of groups
	Groups *string `json:"groups,omitempty"`
	// Allow propegation of permissions.
	Propagate *bool `json:"propagate,omitempty"`
	// Comma separated list of tokens
	Tokens *string `json:"tokens,omitempty"`
	// Comma separated list of users
	Users *string `json:"users,omitempty"`
}

UpdateAccessControlListRequestContent struct for UpdateAccessControlListRequestContent

func NewUpdateAccessControlListRequestContent ¶

func NewUpdateAccessControlListRequestContent(path string, roles string) *UpdateAccessControlListRequestContent

NewUpdateAccessControlListRequestContent instantiates a new UpdateAccessControlListRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateAccessControlListRequestContentWithDefaults ¶

func NewUpdateAccessControlListRequestContentWithDefaults() *UpdateAccessControlListRequestContent

NewUpdateAccessControlListRequestContentWithDefaults instantiates a new UpdateAccessControlListRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateAccessControlListRequestContent) GetDelete ¶

GetDelete returns the Delete field value if set, zero value otherwise.

func (*UpdateAccessControlListRequestContent) GetDeleteOk ¶

func (o *UpdateAccessControlListRequestContent) GetDeleteOk() (*bool, bool)

GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAccessControlListRequestContent) GetGroups ¶

GetGroups returns the Groups field value if set, zero value otherwise.

func (*UpdateAccessControlListRequestContent) GetGroupsOk ¶

func (o *UpdateAccessControlListRequestContent) GetGroupsOk() (*string, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAccessControlListRequestContent) GetPath ¶

GetPath returns the Path field value

func (*UpdateAccessControlListRequestContent) GetPathOk ¶

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*UpdateAccessControlListRequestContent) GetPropagate ¶

func (o *UpdateAccessControlListRequestContent) GetPropagate() bool

GetPropagate returns the Propagate field value if set, zero value otherwise.

func (*UpdateAccessControlListRequestContent) GetPropagateOk ¶

func (o *UpdateAccessControlListRequestContent) GetPropagateOk() (*bool, bool)

GetPropagateOk returns a tuple with the Propagate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAccessControlListRequestContent) GetRoles ¶

GetRoles returns the Roles field value

func (*UpdateAccessControlListRequestContent) GetRolesOk ¶

GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.

func (*UpdateAccessControlListRequestContent) GetTokens ¶

GetTokens returns the Tokens field value if set, zero value otherwise.

func (*UpdateAccessControlListRequestContent) GetTokensOk ¶

func (o *UpdateAccessControlListRequestContent) GetTokensOk() (*string, bool)

GetTokensOk returns a tuple with the Tokens field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAccessControlListRequestContent) GetUsers ¶

GetUsers returns the Users field value if set, zero value otherwise.

func (*UpdateAccessControlListRequestContent) GetUsersOk ¶

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAccessControlListRequestContent) HasDelete ¶

HasDelete returns a boolean if a field has been set.

func (*UpdateAccessControlListRequestContent) HasGroups ¶

HasGroups returns a boolean if a field has been set.

func (*UpdateAccessControlListRequestContent) HasPropagate ¶

func (o *UpdateAccessControlListRequestContent) HasPropagate() bool

HasPropagate returns a boolean if a field has been set.

func (*UpdateAccessControlListRequestContent) HasTokens ¶

HasTokens returns a boolean if a field has been set.

func (*UpdateAccessControlListRequestContent) HasUsers ¶

HasUsers returns a boolean if a field has been set.

func (UpdateAccessControlListRequestContent) MarshalJSON ¶

func (o UpdateAccessControlListRequestContent) MarshalJSON() ([]byte, error)

func (*UpdateAccessControlListRequestContent) SetDelete ¶

SetDelete gets a reference to the given bool and assigns it to the Delete field.

func (*UpdateAccessControlListRequestContent) SetGroups ¶

SetGroups gets a reference to the given string and assigns it to the Groups field.

func (*UpdateAccessControlListRequestContent) SetPath ¶

SetPath sets field value

func (*UpdateAccessControlListRequestContent) SetPropagate ¶

func (o *UpdateAccessControlListRequestContent) SetPropagate(v bool)

SetPropagate gets a reference to the given bool and assigns it to the Propagate field.

func (*UpdateAccessControlListRequestContent) SetRoles ¶

SetRoles sets field value

func (*UpdateAccessControlListRequestContent) SetTokens ¶

SetTokens gets a reference to the given string and assigns it to the Tokens field.

func (*UpdateAccessControlListRequestContent) SetUsers ¶

SetUsers gets a reference to the given string and assigns it to the Users field.

func (UpdateAccessControlListRequestContent) ToMap ¶ added in v0.9.0

func (o UpdateAccessControlListRequestContent) ToMap() (map[string]interface{}, error)

type UpdateGroupRequestContent ¶ added in v0.36.0

type UpdateGroupRequestContent struct {
	Comment *string `json:"comment,omitempty"`
}

UpdateGroupRequestContent struct for UpdateGroupRequestContent

func NewUpdateGroupRequestContent ¶ added in v0.36.0

func NewUpdateGroupRequestContent() *UpdateGroupRequestContent

NewUpdateGroupRequestContent instantiates a new UpdateGroupRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateGroupRequestContentWithDefaults ¶ added in v0.36.0

func NewUpdateGroupRequestContentWithDefaults() *UpdateGroupRequestContent

NewUpdateGroupRequestContentWithDefaults instantiates a new UpdateGroupRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateGroupRequestContent) GetComment ¶ added in v0.36.0

func (o *UpdateGroupRequestContent) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*UpdateGroupRequestContent) GetCommentOk ¶ added in v0.36.0

func (o *UpdateGroupRequestContent) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateGroupRequestContent) HasComment ¶ added in v0.36.0

func (o *UpdateGroupRequestContent) HasComment() bool

HasComment returns a boolean if a field has been set.

func (UpdateGroupRequestContent) MarshalJSON ¶ added in v0.36.0

func (o UpdateGroupRequestContent) MarshalJSON() ([]byte, error)

func (*UpdateGroupRequestContent) SetComment ¶ added in v0.36.0

func (o *UpdateGroupRequestContent) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (UpdateGroupRequestContent) ToMap ¶ added in v0.36.0

func (o UpdateGroupRequestContent) ToMap() (map[string]interface{}, error)

type UpdateNetworkInterfaceRequestContent ¶

type UpdateNetworkInterfaceRequestContent struct {
	Type               NetworkInterfaceType            `json:"type"`
	Address            *string                         `json:"address,omitempty"`
	Address6           *string                         `json:"address6,omitempty"`
	Autostart          *bool                           `json:"autostart,omitempty"`
	BondPrimary        *string                         `json:"bond_primary,omitempty"`
	BondMode           *NetworkInterfaceBondMode       `json:"bond_mode,omitempty"`
	BondXmitHashPolicy *NetworkInterfaceBondHashPolicy `json:"bond_xmit_hash_policy,omitempty"`
	BridgePorts        *string                         `json:"bridge_ports,omitempty"`
	BridgeVlanAware    *bool                           `json:"bridge_vlan_aware,omitempty"`
	Cidr               *string                         `json:"cidr,omitempty"`
	Cidr6              *string                         `json:"cidr6,omitempty"`
	Comments           *string                         `json:"comments,omitempty"`
	Comments6          *string                         `json:"comments6,omitempty"`
	Delete             *string                         `json:"delete,omitempty"`
	Gateway            *string                         `json:"gateway,omitempty"`
	Gateway6           *string                         `json:"gateway6,omitempty"`
	Mtu                *float32                        `json:"mtu,omitempty"`
	Netmask            *string                         `json:"netmask,omitempty"`
	Netmask6           *string                         `json:"netmask6,omitempty"`
	OvsBonds           *string                         `json:"ovs_bonds,omitempty"`
	OvsOptions         *string                         `json:"ovs_options,omitempty"`
	OvsPorts           *string                         `json:"ovs_ports,omitempty"`
	OvsTag             *float32                        `json:"ovs_tag,omitempty"`
	OvsBridge          *string                         `json:"ovs_bridge,omitempty"`
	Slaves             *string                         `json:"slaves,omitempty"`
	VlanId             *float32                        `json:"vlan-id,omitempty"`
	VlanRawDevice      *string                         `json:"vlan-raw-device,omitempty"`
}

UpdateNetworkInterfaceRequestContent struct for UpdateNetworkInterfaceRequestContent

func NewUpdateNetworkInterfaceRequestContent ¶

func NewUpdateNetworkInterfaceRequestContent(type_ NetworkInterfaceType) *UpdateNetworkInterfaceRequestContent

NewUpdateNetworkInterfaceRequestContent instantiates a new UpdateNetworkInterfaceRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateNetworkInterfaceRequestContentWithDefaults ¶

func NewUpdateNetworkInterfaceRequestContentWithDefaults() *UpdateNetworkInterfaceRequestContent

NewUpdateNetworkInterfaceRequestContentWithDefaults instantiates a new UpdateNetworkInterfaceRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateNetworkInterfaceRequestContent) GetAddress ¶

GetAddress returns the Address field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetAddress6 ¶

GetAddress6 returns the Address6 field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetAddress6Ok ¶

func (o *UpdateNetworkInterfaceRequestContent) GetAddress6Ok() (*string, bool)

GetAddress6Ok returns a tuple with the Address6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetAddressOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetAutostart ¶

func (o *UpdateNetworkInterfaceRequestContent) GetAutostart() bool

GetAutostart returns the Autostart field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetAutostartOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetAutostartOk() (*bool, bool)

GetAutostartOk returns a tuple with the Autostart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetBondMode ¶

GetBondMode returns the BondMode field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetBondModeOk ¶

GetBondModeOk returns a tuple with the BondMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetBondPrimary ¶

func (o *UpdateNetworkInterfaceRequestContent) GetBondPrimary() string

GetBondPrimary returns the BondPrimary field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetBondPrimaryOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetBondPrimaryOk() (*string, bool)

GetBondPrimaryOk returns a tuple with the BondPrimary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetBondXmitHashPolicy ¶

GetBondXmitHashPolicy returns the BondXmitHashPolicy field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetBondXmitHashPolicyOk ¶

GetBondXmitHashPolicyOk returns a tuple with the BondXmitHashPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetBridgePorts ¶

func (o *UpdateNetworkInterfaceRequestContent) GetBridgePorts() string

GetBridgePorts returns the BridgePorts field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetBridgePortsOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetBridgePortsOk() (*string, bool)

GetBridgePortsOk returns a tuple with the BridgePorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetBridgeVlanAware ¶

func (o *UpdateNetworkInterfaceRequestContent) GetBridgeVlanAware() bool

GetBridgeVlanAware returns the BridgeVlanAware field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetBridgeVlanAwareOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetBridgeVlanAwareOk() (*bool, bool)

GetBridgeVlanAwareOk returns a tuple with the BridgeVlanAware field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetCidr ¶

GetCidr returns the Cidr field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetCidr6 ¶

GetCidr6 returns the Cidr6 field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetCidr6Ok ¶

func (o *UpdateNetworkInterfaceRequestContent) GetCidr6Ok() (*string, bool)

GetCidr6Ok returns a tuple with the Cidr6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetCidrOk ¶

GetCidrOk returns a tuple with the Cidr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetComments ¶

GetComments returns the Comments field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetComments6 ¶

func (o *UpdateNetworkInterfaceRequestContent) GetComments6() string

GetComments6 returns the Comments6 field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetComments6Ok ¶

func (o *UpdateNetworkInterfaceRequestContent) GetComments6Ok() (*string, bool)

GetComments6Ok returns a tuple with the Comments6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetCommentsOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetDelete ¶ added in v0.34.0

GetDelete returns the Delete field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetDeleteOk ¶ added in v0.34.0

func (o *UpdateNetworkInterfaceRequestContent) GetDeleteOk() (*string, bool)

GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetGateway ¶

GetGateway returns the Gateway field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetGateway6 ¶

GetGateway6 returns the Gateway6 field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetGateway6Ok ¶

func (o *UpdateNetworkInterfaceRequestContent) GetGateway6Ok() (*string, bool)

GetGateway6Ok returns a tuple with the Gateway6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetGatewayOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetGatewayOk() (*string, bool)

GetGatewayOk returns a tuple with the Gateway field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetMtu ¶

GetMtu returns the Mtu field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetMtuOk ¶

GetMtuOk returns a tuple with the Mtu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetNetmask ¶

GetNetmask returns the Netmask field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetNetmask6 ¶

GetNetmask6 returns the Netmask6 field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetNetmask6Ok ¶

func (o *UpdateNetworkInterfaceRequestContent) GetNetmask6Ok() (*string, bool)

GetNetmask6Ok returns a tuple with the Netmask6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetNetmaskOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetNetmaskOk() (*string, bool)

GetNetmaskOk returns a tuple with the Netmask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetOvsBonds ¶

GetOvsBonds returns the OvsBonds field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetOvsBondsOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetOvsBondsOk() (*string, bool)

GetOvsBondsOk returns a tuple with the OvsBonds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetOvsBridge ¶

func (o *UpdateNetworkInterfaceRequestContent) GetOvsBridge() string

GetOvsBridge returns the OvsBridge field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetOvsBridgeOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetOvsBridgeOk() (*string, bool)

GetOvsBridgeOk returns a tuple with the OvsBridge field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetOvsOptions ¶

func (o *UpdateNetworkInterfaceRequestContent) GetOvsOptions() string

GetOvsOptions returns the OvsOptions field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetOvsOptionsOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetOvsOptionsOk() (*string, bool)

GetOvsOptionsOk returns a tuple with the OvsOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetOvsPorts ¶

GetOvsPorts returns the OvsPorts field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetOvsPortsOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetOvsPortsOk() (*string, bool)

GetOvsPortsOk returns a tuple with the OvsPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetOvsTag ¶

GetOvsTag returns the OvsTag field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetOvsTagOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetOvsTagOk() (*float32, bool)

GetOvsTagOk returns a tuple with the OvsTag field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetSlaves ¶

GetSlaves returns the Slaves field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetSlavesOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetSlavesOk() (*string, bool)

GetSlavesOk returns a tuple with the Slaves field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetType ¶

GetType returns the Type field value

func (*UpdateNetworkInterfaceRequestContent) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetVlanId ¶

GetVlanId returns the VlanId field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetVlanIdOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetVlanIdOk() (*float32, bool)

GetVlanIdOk returns a tuple with the VlanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) GetVlanRawDevice ¶

func (o *UpdateNetworkInterfaceRequestContent) GetVlanRawDevice() string

GetVlanRawDevice returns the VlanRawDevice field value if set, zero value otherwise.

func (*UpdateNetworkInterfaceRequestContent) GetVlanRawDeviceOk ¶

func (o *UpdateNetworkInterfaceRequestContent) GetVlanRawDeviceOk() (*string, bool)

GetVlanRawDeviceOk returns a tuple with the VlanRawDevice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNetworkInterfaceRequestContent) HasAddress ¶

HasAddress returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasAddress6 ¶

func (o *UpdateNetworkInterfaceRequestContent) HasAddress6() bool

HasAddress6 returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasAutostart ¶

func (o *UpdateNetworkInterfaceRequestContent) HasAutostart() bool

HasAutostart returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasBondMode ¶

func (o *UpdateNetworkInterfaceRequestContent) HasBondMode() bool

HasBondMode returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasBondPrimary ¶

func (o *UpdateNetworkInterfaceRequestContent) HasBondPrimary() bool

HasBondPrimary returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasBondXmitHashPolicy ¶

func (o *UpdateNetworkInterfaceRequestContent) HasBondXmitHashPolicy() bool

HasBondXmitHashPolicy returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasBridgePorts ¶

func (o *UpdateNetworkInterfaceRequestContent) HasBridgePorts() bool

HasBridgePorts returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasBridgeVlanAware ¶

func (o *UpdateNetworkInterfaceRequestContent) HasBridgeVlanAware() bool

HasBridgeVlanAware returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasCidr ¶

HasCidr returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasCidr6 ¶

HasCidr6 returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasComments ¶

func (o *UpdateNetworkInterfaceRequestContent) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasComments6 ¶

func (o *UpdateNetworkInterfaceRequestContent) HasComments6() bool

HasComments6 returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasDelete ¶ added in v0.34.0

HasDelete returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasGateway ¶

HasGateway returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasGateway6 ¶

func (o *UpdateNetworkInterfaceRequestContent) HasGateway6() bool

HasGateway6 returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasMtu ¶

HasMtu returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasNetmask ¶

HasNetmask returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasNetmask6 ¶

func (o *UpdateNetworkInterfaceRequestContent) HasNetmask6() bool

HasNetmask6 returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasOvsBonds ¶

func (o *UpdateNetworkInterfaceRequestContent) HasOvsBonds() bool

HasOvsBonds returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasOvsBridge ¶

func (o *UpdateNetworkInterfaceRequestContent) HasOvsBridge() bool

HasOvsBridge returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasOvsOptions ¶

func (o *UpdateNetworkInterfaceRequestContent) HasOvsOptions() bool

HasOvsOptions returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasOvsPorts ¶

func (o *UpdateNetworkInterfaceRequestContent) HasOvsPorts() bool

HasOvsPorts returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasOvsTag ¶

HasOvsTag returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasSlaves ¶

HasSlaves returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasVlanId ¶

HasVlanId returns a boolean if a field has been set.

func (*UpdateNetworkInterfaceRequestContent) HasVlanRawDevice ¶

func (o *UpdateNetworkInterfaceRequestContent) HasVlanRawDevice() bool

HasVlanRawDevice returns a boolean if a field has been set.

func (UpdateNetworkInterfaceRequestContent) MarshalJSON ¶

func (o UpdateNetworkInterfaceRequestContent) MarshalJSON() ([]byte, error)

func (*UpdateNetworkInterfaceRequestContent) SetAddress ¶

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*UpdateNetworkInterfaceRequestContent) SetAddress6 ¶

func (o *UpdateNetworkInterfaceRequestContent) SetAddress6(v string)

SetAddress6 gets a reference to the given string and assigns it to the Address6 field.

func (*UpdateNetworkInterfaceRequestContent) SetAutostart ¶

func (o *UpdateNetworkInterfaceRequestContent) SetAutostart(v bool)

SetAutostart gets a reference to the given bool and assigns it to the Autostart field.

func (*UpdateNetworkInterfaceRequestContent) SetBondMode ¶

SetBondMode gets a reference to the given NetworkInterfaceBondMode and assigns it to the BondMode field.

func (*UpdateNetworkInterfaceRequestContent) SetBondPrimary ¶

func (o *UpdateNetworkInterfaceRequestContent) SetBondPrimary(v string)

SetBondPrimary gets a reference to the given string and assigns it to the BondPrimary field.

func (*UpdateNetworkInterfaceRequestContent) SetBondXmitHashPolicy ¶

SetBondXmitHashPolicy gets a reference to the given NetworkInterfaceBondHashPolicy and assigns it to the BondXmitHashPolicy field.

func (*UpdateNetworkInterfaceRequestContent) SetBridgePorts ¶

func (o *UpdateNetworkInterfaceRequestContent) SetBridgePorts(v string)

SetBridgePorts gets a reference to the given string and assigns it to the BridgePorts field.

func (*UpdateNetworkInterfaceRequestContent) SetBridgeVlanAware ¶

func (o *UpdateNetworkInterfaceRequestContent) SetBridgeVlanAware(v bool)

SetBridgeVlanAware gets a reference to the given bool and assigns it to the BridgeVlanAware field.

func (*UpdateNetworkInterfaceRequestContent) SetCidr ¶

SetCidr gets a reference to the given string and assigns it to the Cidr field.

func (*UpdateNetworkInterfaceRequestContent) SetCidr6 ¶

SetCidr6 gets a reference to the given string and assigns it to the Cidr6 field.

func (*UpdateNetworkInterfaceRequestContent) SetComments ¶

func (o *UpdateNetworkInterfaceRequestContent) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*UpdateNetworkInterfaceRequestContent) SetComments6 ¶

func (o *UpdateNetworkInterfaceRequestContent) SetComments6(v string)

SetComments6 gets a reference to the given string and assigns it to the Comments6 field.

func (*UpdateNetworkInterfaceRequestContent) SetDelete ¶ added in v0.34.0

SetDelete gets a reference to the given string and assigns it to the Delete field.

func (*UpdateNetworkInterfaceRequestContent) SetGateway ¶

SetGateway gets a reference to the given string and assigns it to the Gateway field.

func (*UpdateNetworkInterfaceRequestContent) SetGateway6 ¶

func (o *UpdateNetworkInterfaceRequestContent) SetGateway6(v string)

SetGateway6 gets a reference to the given string and assigns it to the Gateway6 field.

func (*UpdateNetworkInterfaceRequestContent) SetMtu ¶

SetMtu gets a reference to the given float32 and assigns it to the Mtu field.

func (*UpdateNetworkInterfaceRequestContent) SetNetmask ¶

SetNetmask gets a reference to the given string and assigns it to the Netmask field.

func (*UpdateNetworkInterfaceRequestContent) SetNetmask6 ¶

func (o *UpdateNetworkInterfaceRequestContent) SetNetmask6(v string)

SetNetmask6 gets a reference to the given string and assigns it to the Netmask6 field.

func (*UpdateNetworkInterfaceRequestContent) SetOvsBonds ¶

func (o *UpdateNetworkInterfaceRequestContent) SetOvsBonds(v string)

SetOvsBonds gets a reference to the given string and assigns it to the OvsBonds field.

func (*UpdateNetworkInterfaceRequestContent) SetOvsBridge ¶

func (o *UpdateNetworkInterfaceRequestContent) SetOvsBridge(v string)

SetOvsBridge gets a reference to the given string and assigns it to the OvsBridge field.

func (*UpdateNetworkInterfaceRequestContent) SetOvsOptions ¶

func (o *UpdateNetworkInterfaceRequestContent) SetOvsOptions(v string)

SetOvsOptions gets a reference to the given string and assigns it to the OvsOptions field.

func (*UpdateNetworkInterfaceRequestContent) SetOvsPorts ¶

func (o *UpdateNetworkInterfaceRequestContent) SetOvsPorts(v string)

SetOvsPorts gets a reference to the given string and assigns it to the OvsPorts field.

func (*UpdateNetworkInterfaceRequestContent) SetOvsTag ¶

SetOvsTag gets a reference to the given float32 and assigns it to the OvsTag field.

func (*UpdateNetworkInterfaceRequestContent) SetSlaves ¶

SetSlaves gets a reference to the given string and assigns it to the Slaves field.

func (*UpdateNetworkInterfaceRequestContent) SetType ¶

SetType sets field value

func (*UpdateNetworkInterfaceRequestContent) SetVlanId ¶

SetVlanId gets a reference to the given float32 and assigns it to the VlanId field.

func (*UpdateNetworkInterfaceRequestContent) SetVlanRawDevice ¶

func (o *UpdateNetworkInterfaceRequestContent) SetVlanRawDevice(v string)

SetVlanRawDevice gets a reference to the given string and assigns it to the VlanRawDevice field.

func (UpdateNetworkInterfaceRequestContent) ToMap ¶ added in v0.9.0

func (o UpdateNetworkInterfaceRequestContent) ToMap() (map[string]interface{}, error)

type UpdateNodeDnsRequestContent ¶ added in v0.57.0

type UpdateNodeDnsRequestContent struct {
	Dns1 *string `json:"dns1,omitempty"`
	Dns2 *string `json:"dns2,omitempty"`
	Dns3 *string `json:"dns3,omitempty"`
}

UpdateNodeDnsRequestContent struct for UpdateNodeDnsRequestContent

func NewUpdateNodeDnsRequestContent ¶ added in v0.57.0

func NewUpdateNodeDnsRequestContent() *UpdateNodeDnsRequestContent

NewUpdateNodeDnsRequestContent instantiates a new UpdateNodeDnsRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateNodeDnsRequestContentWithDefaults ¶ added in v0.57.0

func NewUpdateNodeDnsRequestContentWithDefaults() *UpdateNodeDnsRequestContent

NewUpdateNodeDnsRequestContentWithDefaults instantiates a new UpdateNodeDnsRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateNodeDnsRequestContent) GetDns1 ¶ added in v0.57.0

func (o *UpdateNodeDnsRequestContent) GetDns1() string

GetDns1 returns the Dns1 field value if set, zero value otherwise.

func (*UpdateNodeDnsRequestContent) GetDns1Ok ¶ added in v0.57.0

func (o *UpdateNodeDnsRequestContent) GetDns1Ok() (*string, bool)

GetDns1Ok returns a tuple with the Dns1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNodeDnsRequestContent) GetDns2 ¶ added in v0.57.0

func (o *UpdateNodeDnsRequestContent) GetDns2() string

GetDns2 returns the Dns2 field value if set, zero value otherwise.

func (*UpdateNodeDnsRequestContent) GetDns2Ok ¶ added in v0.57.0

func (o *UpdateNodeDnsRequestContent) GetDns2Ok() (*string, bool)

GetDns2Ok returns a tuple with the Dns2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNodeDnsRequestContent) GetDns3 ¶ added in v0.57.0

func (o *UpdateNodeDnsRequestContent) GetDns3() string

GetDns3 returns the Dns3 field value if set, zero value otherwise.

func (*UpdateNodeDnsRequestContent) GetDns3Ok ¶ added in v0.57.0

func (o *UpdateNodeDnsRequestContent) GetDns3Ok() (*string, bool)

GetDns3Ok returns a tuple with the Dns3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateNodeDnsRequestContent) HasDns1 ¶ added in v0.57.0

func (o *UpdateNodeDnsRequestContent) HasDns1() bool

HasDns1 returns a boolean if a field has been set.

func (*UpdateNodeDnsRequestContent) HasDns2 ¶ added in v0.57.0

func (o *UpdateNodeDnsRequestContent) HasDns2() bool

HasDns2 returns a boolean if a field has been set.

func (*UpdateNodeDnsRequestContent) HasDns3 ¶ added in v0.57.0

func (o *UpdateNodeDnsRequestContent) HasDns3() bool

HasDns3 returns a boolean if a field has been set.

func (UpdateNodeDnsRequestContent) MarshalJSON ¶ added in v0.57.0

func (o UpdateNodeDnsRequestContent) MarshalJSON() ([]byte, error)

func (*UpdateNodeDnsRequestContent) SetDns1 ¶ added in v0.57.0

func (o *UpdateNodeDnsRequestContent) SetDns1(v string)

SetDns1 gets a reference to the given string and assigns it to the Dns1 field.

func (*UpdateNodeDnsRequestContent) SetDns2 ¶ added in v0.57.0

func (o *UpdateNodeDnsRequestContent) SetDns2(v string)

SetDns2 gets a reference to the given string and assigns it to the Dns2 field.

func (*UpdateNodeDnsRequestContent) SetDns3 ¶ added in v0.57.0

func (o *UpdateNodeDnsRequestContent) SetDns3(v string)

SetDns3 gets a reference to the given string and assigns it to the Dns3 field.

func (UpdateNodeDnsRequestContent) ToMap ¶ added in v0.57.0

func (o UpdateNodeDnsRequestContent) ToMap() (map[string]interface{}, error)

type UpdateRealmRequestContent ¶ added in v0.32.0

type UpdateRealmRequestContent struct {
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Autocreate *float32 `json:"autocreate,omitempty"`
	BaseDn     *string  `json:"base_dn,omitempty"`
	BindDn     *string  `json:"bind_dn,omitempty"`
	Capath     *string  `json:"capath,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	CaseSensitive *float32 `json:"case-sensitive,omitempty"`
	Cert          *string  `json:"cert,omitempty"`
	Certkey       *string  `json:"certkey,omitempty"`
	ClientId      *string  `json:"client-id,omitempty"`
	ClientKey     *string  `json:"client-key,omitempty"`
	Comment       *string  `json:"comment,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Delete *float32 `json:"delete,omitempty"`
	Digest *string  `json:"digest,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Default       *float32   `json:"default,omitempty"`
	Domain        *string    `json:"domain,omitempty"`
	Filter        *string    `json:"filter,omitempty"`
	GroupClasses  *string    `json:"group_classes,omitempty"`
	GroupFilter   *string    `json:"group_filter,omitempty"`
	GroupDn       *string    `json:"group_dn,omitempty"`
	GroupNameAttr *string    `json:"group_name_attr,omitempty"`
	IssuerUrl     *string    `json:"issuer-url,omitempty"`
	Mode          *RealmMode `json:"mode,omitempty"`
	Password      *string    `json:"password,omitempty"`
	Port          *float32   `json:"port,omitempty"`
	Prompt        *string    `json:"prompt,omitempty"`
	Scopes        *string    `json:"scopes,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Secure              *float32         `json:"secure,omitempty"`
	Server1             *string          `json:"server1,omitempty"`
	Server2             *string          `json:"server2,omitempty"`
	Sslversion          *RealmSslVersion `json:"sslversion,omitempty"`
	SyncDefaultsOptions *string          `json:"sync-defaults-options,omitempty"`
	SyncAttributes      *string          `json:"sync_attributes,omitempty"`
	Tfa                 *string          `json:"tfa,omitempty"`
	UserAttr            *string          `json:"user_attr,omitempty"`
	UserClasses         *string          `json:"user_classes,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Verify *float32 `json:"verify,omitempty"`
}

UpdateRealmRequestContent struct for UpdateRealmRequestContent

func NewUpdateRealmRequestContent ¶ added in v0.32.0

func NewUpdateRealmRequestContent() *UpdateRealmRequestContent

NewUpdateRealmRequestContent instantiates a new UpdateRealmRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateRealmRequestContentWithDefaults ¶ added in v0.32.0

func NewUpdateRealmRequestContentWithDefaults() *UpdateRealmRequestContent

NewUpdateRealmRequestContentWithDefaults instantiates a new UpdateRealmRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateRealmRequestContent) GetAutocreate ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetAutocreate() float32

GetAutocreate returns the Autocreate field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetAutocreateOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetAutocreateOk() (*float32, bool)

GetAutocreateOk returns a tuple with the Autocreate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetBaseDn ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetBaseDn() string

GetBaseDn returns the BaseDn field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetBaseDnOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetBaseDnOk() (*string, bool)

GetBaseDnOk returns a tuple with the BaseDn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetBindDn ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetBindDn() string

GetBindDn returns the BindDn field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetBindDnOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetBindDnOk() (*string, bool)

GetBindDnOk returns a tuple with the BindDn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetCapath ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetCapath() string

GetCapath returns the Capath field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetCapathOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetCapathOk() (*string, bool)

GetCapathOk returns a tuple with the Capath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetCaseSensitive ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetCaseSensitive() float32

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetCaseSensitiveOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetCaseSensitiveOk() (*float32, bool)

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetCert ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetCert() string

GetCert returns the Cert field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetCertOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetCertOk() (*string, bool)

GetCertOk returns a tuple with the Cert field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetCertkey ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetCertkey() string

GetCertkey returns the Certkey field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetCertkeyOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetCertkeyOk() (*string, bool)

GetCertkeyOk returns a tuple with the Certkey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetClientId ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetClientId() string

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetClientIdOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetClientKey ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetClientKey() string

GetClientKey returns the ClientKey field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetClientKeyOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetClientKeyOk() (*string, bool)

GetClientKeyOk returns a tuple with the ClientKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetComment ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetCommentOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetDefault ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetDefault() float32

GetDefault returns the Default field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetDefaultOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetDefaultOk() (*float32, bool)

GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetDelete ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetDelete() float32

GetDelete returns the Delete field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetDeleteOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetDeleteOk() (*float32, bool)

GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetDigest ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetDigest() string

GetDigest returns the Digest field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetDigestOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetDigestOk() (*string, bool)

GetDigestOk returns a tuple with the Digest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetDomain ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetDomain() string

GetDomain returns the Domain field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetDomainOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetFilter ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetFilter() string

GetFilter returns the Filter field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetFilterOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetFilterOk() (*string, bool)

GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetGroupClasses ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetGroupClasses() string

GetGroupClasses returns the GroupClasses field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetGroupClassesOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetGroupClassesOk() (*string, bool)

GetGroupClassesOk returns a tuple with the GroupClasses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetGroupDn ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetGroupDn() string

GetGroupDn returns the GroupDn field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetGroupDnOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetGroupDnOk() (*string, bool)

GetGroupDnOk returns a tuple with the GroupDn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetGroupFilter ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetGroupFilter() string

GetGroupFilter returns the GroupFilter field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetGroupFilterOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetGroupFilterOk() (*string, bool)

GetGroupFilterOk returns a tuple with the GroupFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetGroupNameAttr ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetGroupNameAttr() string

GetGroupNameAttr returns the GroupNameAttr field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetGroupNameAttrOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetGroupNameAttrOk() (*string, bool)

GetGroupNameAttrOk returns a tuple with the GroupNameAttr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetIssuerUrl ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetIssuerUrl() string

GetIssuerUrl returns the IssuerUrl field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetIssuerUrlOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetIssuerUrlOk() (*string, bool)

GetIssuerUrlOk returns a tuple with the IssuerUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetMode ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetMode() RealmMode

GetMode returns the Mode field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetModeOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetModeOk() (*RealmMode, bool)

GetModeOk returns a tuple with the Mode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetPassword ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetPasswordOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetPort ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetPort() float32

GetPort returns the Port field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetPortOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetPortOk() (*float32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetPrompt ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetPrompt() string

GetPrompt returns the Prompt field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetPromptOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetPromptOk() (*string, bool)

GetPromptOk returns a tuple with the Prompt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetScopes ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetScopes() string

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetScopesOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetScopesOk() (*string, bool)

GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetSecure ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetSecure() float32

GetSecure returns the Secure field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetSecureOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetSecureOk() (*float32, bool)

GetSecureOk returns a tuple with the Secure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetServer1 ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetServer1() string

GetServer1 returns the Server1 field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetServer1Ok ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetServer1Ok() (*string, bool)

GetServer1Ok returns a tuple with the Server1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetServer2 ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetServer2() string

GetServer2 returns the Server2 field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetServer2Ok ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetServer2Ok() (*string, bool)

GetServer2Ok returns a tuple with the Server2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetSslversion ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetSslversion() RealmSslVersion

GetSslversion returns the Sslversion field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetSslversionOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetSslversionOk() (*RealmSslVersion, bool)

GetSslversionOk returns a tuple with the Sslversion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetSyncAttributes ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetSyncAttributes() string

GetSyncAttributes returns the SyncAttributes field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetSyncAttributesOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetSyncAttributesOk() (*string, bool)

GetSyncAttributesOk returns a tuple with the SyncAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetSyncDefaultsOptions ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetSyncDefaultsOptions() string

GetSyncDefaultsOptions returns the SyncDefaultsOptions field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetSyncDefaultsOptionsOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetSyncDefaultsOptionsOk() (*string, bool)

GetSyncDefaultsOptionsOk returns a tuple with the SyncDefaultsOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetTfa ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetTfa() string

GetTfa returns the Tfa field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetTfaOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetTfaOk() (*string, bool)

GetTfaOk returns a tuple with the Tfa field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetUserAttr ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetUserAttr() string

GetUserAttr returns the UserAttr field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetUserAttrOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetUserAttrOk() (*string, bool)

GetUserAttrOk returns a tuple with the UserAttr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetUserClasses ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetUserClasses() string

GetUserClasses returns the UserClasses field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetUserClassesOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetUserClassesOk() (*string, bool)

GetUserClassesOk returns a tuple with the UserClasses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) GetVerify ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetVerify() float32

GetVerify returns the Verify field value if set, zero value otherwise.

func (*UpdateRealmRequestContent) GetVerifyOk ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) GetVerifyOk() (*float32, bool)

GetVerifyOk returns a tuple with the Verify field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRealmRequestContent) HasAutocreate ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasAutocreate() bool

HasAutocreate returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasBaseDn ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasBaseDn() bool

HasBaseDn returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasBindDn ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasBindDn() bool

HasBindDn returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasCapath ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasCapath() bool

HasCapath returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasCaseSensitive ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasCaseSensitive() bool

HasCaseSensitive returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasCert ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasCert() bool

HasCert returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasCertkey ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasCertkey() bool

HasCertkey returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasClientId ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasClientId() bool

HasClientId returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasClientKey ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasClientKey() bool

HasClientKey returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasComment ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasDefault ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasDefault() bool

HasDefault returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasDelete ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasDelete() bool

HasDelete returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasDigest ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasDigest() bool

HasDigest returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasDomain ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasDomain() bool

HasDomain returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasFilter ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasGroupClasses ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasGroupClasses() bool

HasGroupClasses returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasGroupDn ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasGroupDn() bool

HasGroupDn returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasGroupFilter ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasGroupFilter() bool

HasGroupFilter returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasGroupNameAttr ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasGroupNameAttr() bool

HasGroupNameAttr returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasIssuerUrl ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasIssuerUrl() bool

HasIssuerUrl returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasMode ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasMode() bool

HasMode returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasPassword ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasPort ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasPrompt ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasPrompt() bool

HasPrompt returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasScopes ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasScopes() bool

HasScopes returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasSecure ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasSecure() bool

HasSecure returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasServer1 ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasServer1() bool

HasServer1 returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasServer2 ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasServer2() bool

HasServer2 returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasSslversion ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasSslversion() bool

HasSslversion returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasSyncAttributes ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasSyncAttributes() bool

HasSyncAttributes returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasSyncDefaultsOptions ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasSyncDefaultsOptions() bool

HasSyncDefaultsOptions returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasTfa ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasTfa() bool

HasTfa returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasUserAttr ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasUserAttr() bool

HasUserAttr returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasUserClasses ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasUserClasses() bool

HasUserClasses returns a boolean if a field has been set.

func (*UpdateRealmRequestContent) HasVerify ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) HasVerify() bool

HasVerify returns a boolean if a field has been set.

func (UpdateRealmRequestContent) MarshalJSON ¶ added in v0.32.0

func (o UpdateRealmRequestContent) MarshalJSON() ([]byte, error)

func (*UpdateRealmRequestContent) SetAutocreate ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetAutocreate(v float32)

SetAutocreate gets a reference to the given float32 and assigns it to the Autocreate field.

func (*UpdateRealmRequestContent) SetBaseDn ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetBaseDn(v string)

SetBaseDn gets a reference to the given string and assigns it to the BaseDn field.

func (*UpdateRealmRequestContent) SetBindDn ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetBindDn(v string)

SetBindDn gets a reference to the given string and assigns it to the BindDn field.

func (*UpdateRealmRequestContent) SetCapath ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetCapath(v string)

SetCapath gets a reference to the given string and assigns it to the Capath field.

func (*UpdateRealmRequestContent) SetCaseSensitive ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetCaseSensitive(v float32)

SetCaseSensitive gets a reference to the given float32 and assigns it to the CaseSensitive field.

func (*UpdateRealmRequestContent) SetCert ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetCert(v string)

SetCert gets a reference to the given string and assigns it to the Cert field.

func (*UpdateRealmRequestContent) SetCertkey ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetCertkey(v string)

SetCertkey gets a reference to the given string and assigns it to the Certkey field.

func (*UpdateRealmRequestContent) SetClientId ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetClientId(v string)

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*UpdateRealmRequestContent) SetClientKey ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetClientKey(v string)

SetClientKey gets a reference to the given string and assigns it to the ClientKey field.

func (*UpdateRealmRequestContent) SetComment ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*UpdateRealmRequestContent) SetDefault ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetDefault(v float32)

SetDefault gets a reference to the given float32 and assigns it to the Default field.

func (*UpdateRealmRequestContent) SetDelete ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetDelete(v float32)

SetDelete gets a reference to the given float32 and assigns it to the Delete field.

func (*UpdateRealmRequestContent) SetDigest ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetDigest(v string)

SetDigest gets a reference to the given string and assigns it to the Digest field.

func (*UpdateRealmRequestContent) SetDomain ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetDomain(v string)

SetDomain gets a reference to the given string and assigns it to the Domain field.

func (*UpdateRealmRequestContent) SetFilter ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetFilter(v string)

SetFilter gets a reference to the given string and assigns it to the Filter field.

func (*UpdateRealmRequestContent) SetGroupClasses ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetGroupClasses(v string)

SetGroupClasses gets a reference to the given string and assigns it to the GroupClasses field.

func (*UpdateRealmRequestContent) SetGroupDn ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetGroupDn(v string)

SetGroupDn gets a reference to the given string and assigns it to the GroupDn field.

func (*UpdateRealmRequestContent) SetGroupFilter ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetGroupFilter(v string)

SetGroupFilter gets a reference to the given string and assigns it to the GroupFilter field.

func (*UpdateRealmRequestContent) SetGroupNameAttr ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetGroupNameAttr(v string)

SetGroupNameAttr gets a reference to the given string and assigns it to the GroupNameAttr field.

func (*UpdateRealmRequestContent) SetIssuerUrl ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetIssuerUrl(v string)

SetIssuerUrl gets a reference to the given string and assigns it to the IssuerUrl field.

func (*UpdateRealmRequestContent) SetMode ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetMode(v RealmMode)

SetMode gets a reference to the given RealmMode and assigns it to the Mode field.

func (*UpdateRealmRequestContent) SetPassword ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*UpdateRealmRequestContent) SetPort ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetPort(v float32)

SetPort gets a reference to the given float32 and assigns it to the Port field.

func (*UpdateRealmRequestContent) SetPrompt ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetPrompt(v string)

SetPrompt gets a reference to the given string and assigns it to the Prompt field.

func (*UpdateRealmRequestContent) SetScopes ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetScopes(v string)

SetScopes gets a reference to the given string and assigns it to the Scopes field.

func (*UpdateRealmRequestContent) SetSecure ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetSecure(v float32)

SetSecure gets a reference to the given float32 and assigns it to the Secure field.

func (*UpdateRealmRequestContent) SetServer1 ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetServer1(v string)

SetServer1 gets a reference to the given string and assigns it to the Server1 field.

func (*UpdateRealmRequestContent) SetServer2 ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetServer2(v string)

SetServer2 gets a reference to the given string and assigns it to the Server2 field.

func (*UpdateRealmRequestContent) SetSslversion ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetSslversion(v RealmSslVersion)

SetSslversion gets a reference to the given RealmSslVersion and assigns it to the Sslversion field.

func (*UpdateRealmRequestContent) SetSyncAttributes ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetSyncAttributes(v string)

SetSyncAttributes gets a reference to the given string and assigns it to the SyncAttributes field.

func (*UpdateRealmRequestContent) SetSyncDefaultsOptions ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetSyncDefaultsOptions(v string)

SetSyncDefaultsOptions gets a reference to the given string and assigns it to the SyncDefaultsOptions field.

func (*UpdateRealmRequestContent) SetTfa ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetTfa(v string)

SetTfa gets a reference to the given string and assigns it to the Tfa field.

func (*UpdateRealmRequestContent) SetUserAttr ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetUserAttr(v string)

SetUserAttr gets a reference to the given string and assigns it to the UserAttr field.

func (*UpdateRealmRequestContent) SetUserClasses ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetUserClasses(v string)

SetUserClasses gets a reference to the given string and assigns it to the UserClasses field.

func (*UpdateRealmRequestContent) SetVerify ¶ added in v0.32.0

func (o *UpdateRealmRequestContent) SetVerify(v float32)

SetVerify gets a reference to the given float32 and assigns it to the Verify field.

func (UpdateRealmRequestContent) ToMap ¶ added in v0.32.0

func (o UpdateRealmRequestContent) ToMap() (map[string]interface{}, error)

type UpdateStorageVolumeRequestContent ¶ added in v0.16.0

type UpdateStorageVolumeRequestContent struct {
	// New notes for the volume
	Notes *string `json:"notes,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Protected float32 `json:"protected"`
}

UpdateStorageVolumeRequestContent struct for UpdateStorageVolumeRequestContent

func NewUpdateStorageVolumeRequestContent ¶ added in v0.16.0

func NewUpdateStorageVolumeRequestContent(protected float32) *UpdateStorageVolumeRequestContent

NewUpdateStorageVolumeRequestContent instantiates a new UpdateStorageVolumeRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateStorageVolumeRequestContentWithDefaults ¶ added in v0.16.0

func NewUpdateStorageVolumeRequestContentWithDefaults() *UpdateStorageVolumeRequestContent

NewUpdateStorageVolumeRequestContentWithDefaults instantiates a new UpdateStorageVolumeRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateStorageVolumeRequestContent) GetNotes ¶ added in v0.16.0

GetNotes returns the Notes field value if set, zero value otherwise.

func (*UpdateStorageVolumeRequestContent) GetNotesOk ¶ added in v0.16.0

func (o *UpdateStorageVolumeRequestContent) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateStorageVolumeRequestContent) GetProtected ¶ added in v0.16.0

func (o *UpdateStorageVolumeRequestContent) GetProtected() float32

GetProtected returns the Protected field value

func (*UpdateStorageVolumeRequestContent) GetProtectedOk ¶ added in v0.16.0

func (o *UpdateStorageVolumeRequestContent) GetProtectedOk() (*float32, bool)

GetProtectedOk returns a tuple with the Protected field value and a boolean to check if the value has been set.

func (*UpdateStorageVolumeRequestContent) HasNotes ¶ added in v0.16.0

HasNotes returns a boolean if a field has been set.

func (UpdateStorageVolumeRequestContent) MarshalJSON ¶ added in v0.16.0

func (o UpdateStorageVolumeRequestContent) MarshalJSON() ([]byte, error)

func (*UpdateStorageVolumeRequestContent) SetNotes ¶ added in v0.16.0

SetNotes gets a reference to the given string and assigns it to the Notes field.

func (*UpdateStorageVolumeRequestContent) SetProtected ¶ added in v0.16.0

func (o *UpdateStorageVolumeRequestContent) SetProtected(v float32)

SetProtected sets field value

func (UpdateStorageVolumeRequestContent) ToMap ¶ added in v0.16.0

func (o UpdateStorageVolumeRequestContent) ToMap() (map[string]interface{}, error)

type UpdateSummary ¶

type UpdateSummary struct {
	Title        string `json:"Title"`
	ChangeLogUrl string `json:"ChangeLogUrl"`
	Priority     string `json:"Priority"`
	OldVersion   string `json:"OldVersion"`
	Description  string `json:"Description"`
	Arch         string `json:"Arch"`
	Package      string `json:"Package"`
	Section      string `json:"Section"`
	Version      string `json:"Version"`
	Origin       string `json:"Origin"`
}

UpdateSummary struct for UpdateSummary

func NewUpdateSummary ¶

func NewUpdateSummary(title string, changeLogUrl string, priority string, oldVersion string, description string, arch string, package_ string, section string, version string, origin string) *UpdateSummary

NewUpdateSummary instantiates a new UpdateSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSummaryWithDefaults ¶

func NewUpdateSummaryWithDefaults() *UpdateSummary

NewUpdateSummaryWithDefaults instantiates a new UpdateSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSummary) GetArch ¶

func (o *UpdateSummary) GetArch() string

GetArch returns the Arch field value

func (*UpdateSummary) GetArchOk ¶

func (o *UpdateSummary) GetArchOk() (*string, bool)

GetArchOk returns a tuple with the Arch field value and a boolean to check if the value has been set.

func (*UpdateSummary) GetChangeLogUrl ¶

func (o *UpdateSummary) GetChangeLogUrl() string

GetChangeLogUrl returns the ChangeLogUrl field value

func (*UpdateSummary) GetChangeLogUrlOk ¶

func (o *UpdateSummary) GetChangeLogUrlOk() (*string, bool)

GetChangeLogUrlOk returns a tuple with the ChangeLogUrl field value and a boolean to check if the value has been set.

func (*UpdateSummary) GetDescription ¶

func (o *UpdateSummary) GetDescription() string

GetDescription returns the Description field value

func (*UpdateSummary) GetDescriptionOk ¶

func (o *UpdateSummary) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*UpdateSummary) GetOldVersion ¶

func (o *UpdateSummary) GetOldVersion() string

GetOldVersion returns the OldVersion field value

func (*UpdateSummary) GetOldVersionOk ¶

func (o *UpdateSummary) GetOldVersionOk() (*string, bool)

GetOldVersionOk returns a tuple with the OldVersion field value and a boolean to check if the value has been set.

func (*UpdateSummary) GetOrigin ¶

func (o *UpdateSummary) GetOrigin() string

GetOrigin returns the Origin field value

func (*UpdateSummary) GetOriginOk ¶

func (o *UpdateSummary) GetOriginOk() (*string, bool)

GetOriginOk returns a tuple with the Origin field value and a boolean to check if the value has been set.

func (*UpdateSummary) GetPackage ¶

func (o *UpdateSummary) GetPackage() string

GetPackage returns the Package field value

func (*UpdateSummary) GetPackageOk ¶

func (o *UpdateSummary) GetPackageOk() (*string, bool)

GetPackageOk returns a tuple with the Package field value and a boolean to check if the value has been set.

func (*UpdateSummary) GetPriority ¶

func (o *UpdateSummary) GetPriority() string

GetPriority returns the Priority field value

func (*UpdateSummary) GetPriorityOk ¶

func (o *UpdateSummary) GetPriorityOk() (*string, bool)

GetPriorityOk returns a tuple with the Priority field value and a boolean to check if the value has been set.

func (*UpdateSummary) GetSection ¶

func (o *UpdateSummary) GetSection() string

GetSection returns the Section field value

func (*UpdateSummary) GetSectionOk ¶

func (o *UpdateSummary) GetSectionOk() (*string, bool)

GetSectionOk returns a tuple with the Section field value and a boolean to check if the value has been set.

func (*UpdateSummary) GetTitle ¶

func (o *UpdateSummary) GetTitle() string

GetTitle returns the Title field value

func (*UpdateSummary) GetTitleOk ¶

func (o *UpdateSummary) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*UpdateSummary) GetVersion ¶

func (o *UpdateSummary) GetVersion() string

GetVersion returns the Version field value

func (*UpdateSummary) GetVersionOk ¶

func (o *UpdateSummary) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (UpdateSummary) MarshalJSON ¶

func (o UpdateSummary) MarshalJSON() ([]byte, error)

func (*UpdateSummary) SetArch ¶

func (o *UpdateSummary) SetArch(v string)

SetArch sets field value

func (*UpdateSummary) SetChangeLogUrl ¶

func (o *UpdateSummary) SetChangeLogUrl(v string)

SetChangeLogUrl sets field value

func (*UpdateSummary) SetDescription ¶

func (o *UpdateSummary) SetDescription(v string)

SetDescription sets field value

func (*UpdateSummary) SetOldVersion ¶

func (o *UpdateSummary) SetOldVersion(v string)

SetOldVersion sets field value

func (*UpdateSummary) SetOrigin ¶

func (o *UpdateSummary) SetOrigin(v string)

SetOrigin sets field value

func (*UpdateSummary) SetPackage ¶

func (o *UpdateSummary) SetPackage(v string)

SetPackage sets field value

func (*UpdateSummary) SetPriority ¶

func (o *UpdateSummary) SetPriority(v string)

SetPriority sets field value

func (*UpdateSummary) SetSection ¶

func (o *UpdateSummary) SetSection(v string)

SetSection sets field value

func (*UpdateSummary) SetTitle ¶

func (o *UpdateSummary) SetTitle(v string)

SetTitle sets field value

func (*UpdateSummary) SetVersion ¶

func (o *UpdateSummary) SetVersion(v string)

SetVersion sets field value

func (UpdateSummary) ToMap ¶ added in v0.9.0

func (o UpdateSummary) ToMap() (map[string]interface{}, error)

type UploadContentType ¶ added in v0.16.0

type UploadContentType string

UploadContentType the model 'UploadContentType'

const (
	UPLOADCONTENTTYPE_ISO    UploadContentType = "iso"
	UPLOADCONTENTTYPE_VZTMPL UploadContentType = "vztmpl"
)

List of UploadContentType

func NewUploadContentTypeFromValue ¶ added in v0.16.0

func NewUploadContentTypeFromValue(v string) (*UploadContentType, error)

NewUploadContentTypeFromValue returns a pointer to a valid UploadContentType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (UploadContentType) IsValid ¶ added in v0.16.0

func (v UploadContentType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (UploadContentType) Ptr ¶ added in v0.16.0

Ptr returns reference to UploadContentType value

func (*UploadContentType) UnmarshalJSON ¶ added in v0.16.0

func (v *UploadContentType) UnmarshalJSON(src []byte) error

type UploadToStorageRequestContent ¶ added in v0.16.0

type UploadToStorageRequestContent struct {
	Content UploadContentType `json:"content"`
	// The name of the file to create.
	Filename string `json:"filename"`
	// The expceted checksum of the file.
	Checksum          *string            `json:"checksum,omitempty"`
	ChecksumAlgorithm *ChecksumAlgorithm `json:"checksum-algorithm,omitempty"`
	// The source filename.
	Tmpfilename *string `json:"tmpfilename,omitempty"`
}

UploadToStorageRequestContent struct for UploadToStorageRequestContent

func NewUploadToStorageRequestContent ¶ added in v0.16.0

func NewUploadToStorageRequestContent(content UploadContentType, filename string) *UploadToStorageRequestContent

NewUploadToStorageRequestContent instantiates a new UploadToStorageRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUploadToStorageRequestContentWithDefaults ¶ added in v0.16.0

func NewUploadToStorageRequestContentWithDefaults() *UploadToStorageRequestContent

NewUploadToStorageRequestContentWithDefaults instantiates a new UploadToStorageRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UploadToStorageRequestContent) GetChecksum ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) GetChecksum() string

GetChecksum returns the Checksum field value if set, zero value otherwise.

func (*UploadToStorageRequestContent) GetChecksumAlgorithm ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) GetChecksumAlgorithm() ChecksumAlgorithm

GetChecksumAlgorithm returns the ChecksumAlgorithm field value if set, zero value otherwise.

func (*UploadToStorageRequestContent) GetChecksumAlgorithmOk ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) GetChecksumAlgorithmOk() (*ChecksumAlgorithm, bool)

GetChecksumAlgorithmOk returns a tuple with the ChecksumAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UploadToStorageRequestContent) GetChecksumOk ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) GetChecksumOk() (*string, bool)

GetChecksumOk returns a tuple with the Checksum field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UploadToStorageRequestContent) GetContent ¶ added in v0.16.0

GetContent returns the Content field value

func (*UploadToStorageRequestContent) GetContentOk ¶ added in v0.16.0

GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.

func (*UploadToStorageRequestContent) GetFilename ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) GetFilename() string

GetFilename returns the Filename field value

func (*UploadToStorageRequestContent) GetFilenameOk ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value and a boolean to check if the value has been set.

func (*UploadToStorageRequestContent) GetTmpfilename ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) GetTmpfilename() string

GetTmpfilename returns the Tmpfilename field value if set, zero value otherwise.

func (*UploadToStorageRequestContent) GetTmpfilenameOk ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) GetTmpfilenameOk() (*string, bool)

GetTmpfilenameOk returns a tuple with the Tmpfilename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UploadToStorageRequestContent) HasChecksum ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) HasChecksum() bool

HasChecksum returns a boolean if a field has been set.

func (*UploadToStorageRequestContent) HasChecksumAlgorithm ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) HasChecksumAlgorithm() bool

HasChecksumAlgorithm returns a boolean if a field has been set.

func (*UploadToStorageRequestContent) HasTmpfilename ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) HasTmpfilename() bool

HasTmpfilename returns a boolean if a field has been set.

func (UploadToStorageRequestContent) MarshalJSON ¶ added in v0.16.0

func (o UploadToStorageRequestContent) MarshalJSON() ([]byte, error)

func (*UploadToStorageRequestContent) SetChecksum ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) SetChecksum(v string)

SetChecksum gets a reference to the given string and assigns it to the Checksum field.

func (*UploadToStorageRequestContent) SetChecksumAlgorithm ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) SetChecksumAlgorithm(v ChecksumAlgorithm)

SetChecksumAlgorithm gets a reference to the given ChecksumAlgorithm and assigns it to the ChecksumAlgorithm field.

func (*UploadToStorageRequestContent) SetContent ¶ added in v0.16.0

SetContent sets field value

func (*UploadToStorageRequestContent) SetFilename ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) SetFilename(v string)

SetFilename sets field value

func (*UploadToStorageRequestContent) SetTmpfilename ¶ added in v0.16.0

func (o *UploadToStorageRequestContent) SetTmpfilename(v string)

SetTmpfilename gets a reference to the given string and assigns it to the Tmpfilename field.

func (UploadToStorageRequestContent) ToMap ¶ added in v0.16.0

func (o UploadToStorageRequestContent) ToMap() (map[string]interface{}, error)

type UploadToStorageResponseContent ¶ added in v0.16.0

type UploadToStorageResponseContent struct {
	Data string `json:"data"`
}

UploadToStorageResponseContent struct for UploadToStorageResponseContent

func NewUploadToStorageResponseContent ¶ added in v0.16.0

func NewUploadToStorageResponseContent(data string) *UploadToStorageResponseContent

NewUploadToStorageResponseContent instantiates a new UploadToStorageResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUploadToStorageResponseContentWithDefaults ¶ added in v0.16.0

func NewUploadToStorageResponseContentWithDefaults() *UploadToStorageResponseContent

NewUploadToStorageResponseContentWithDefaults instantiates a new UploadToStorageResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UploadToStorageResponseContent) GetData ¶ added in v0.16.0

GetData returns the Data field value

func (*UploadToStorageResponseContent) GetDataOk ¶ added in v0.16.0

func (o *UploadToStorageResponseContent) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (UploadToStorageResponseContent) MarshalJSON ¶ added in v0.16.0

func (o UploadToStorageResponseContent) MarshalJSON() ([]byte, error)

func (*UploadToStorageResponseContent) SetData ¶ added in v0.16.0

func (o *UploadToStorageResponseContent) SetData(v string)

SetData sets field value

func (UploadToStorageResponseContent) ToMap ¶ added in v0.16.0

func (o UploadToStorageResponseContent) ToMap() (map[string]interface{}, error)

type UsbDeviceSummary ¶

type UsbDeviceSummary struct {
	Busnum       float32 `json:"busnum"`
	Devnum       float32 `json:"devnum"`
	Level        float32 `json:"level"`
	Port         float32 `json:"port"`
	Prodid       string  `json:"prodid"`
	Vendid       string  `json:"vendid"`
	Speed        string  `json:"speed"`
	Manufacturer *string `json:"manufacturer,omitempty"`
	Product      *string `json:"product,omitempty"`
	Serial       *string `json:"serial,omitempty"`
	Usbpath      *string `json:"usbpath,omitempty"`
}

UsbDeviceSummary struct for UsbDeviceSummary

func NewUsbDeviceSummary ¶

func NewUsbDeviceSummary(busnum float32, devnum float32, level float32, port float32, prodid string, vendid string, speed string) *UsbDeviceSummary

NewUsbDeviceSummary instantiates a new UsbDeviceSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUsbDeviceSummaryWithDefaults ¶

func NewUsbDeviceSummaryWithDefaults() *UsbDeviceSummary

NewUsbDeviceSummaryWithDefaults instantiates a new UsbDeviceSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UsbDeviceSummary) GetBusnum ¶

func (o *UsbDeviceSummary) GetBusnum() float32

GetBusnum returns the Busnum field value

func (*UsbDeviceSummary) GetBusnumOk ¶

func (o *UsbDeviceSummary) GetBusnumOk() (*float32, bool)

GetBusnumOk returns a tuple with the Busnum field value and a boolean to check if the value has been set.

func (*UsbDeviceSummary) GetDevnum ¶

func (o *UsbDeviceSummary) GetDevnum() float32

GetDevnum returns the Devnum field value

func (*UsbDeviceSummary) GetDevnumOk ¶

func (o *UsbDeviceSummary) GetDevnumOk() (*float32, bool)

GetDevnumOk returns a tuple with the Devnum field value and a boolean to check if the value has been set.

func (*UsbDeviceSummary) GetLevel ¶

func (o *UsbDeviceSummary) GetLevel() float32

GetLevel returns the Level field value

func (*UsbDeviceSummary) GetLevelOk ¶

func (o *UsbDeviceSummary) GetLevelOk() (*float32, bool)

GetLevelOk returns a tuple with the Level field value and a boolean to check if the value has been set.

func (*UsbDeviceSummary) GetManufacturer ¶

func (o *UsbDeviceSummary) GetManufacturer() string

GetManufacturer returns the Manufacturer field value if set, zero value otherwise.

func (*UsbDeviceSummary) GetManufacturerOk ¶

func (o *UsbDeviceSummary) GetManufacturerOk() (*string, bool)

GetManufacturerOk returns a tuple with the Manufacturer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UsbDeviceSummary) GetPort ¶

func (o *UsbDeviceSummary) GetPort() float32

GetPort returns the Port field value

func (*UsbDeviceSummary) GetPortOk ¶

func (o *UsbDeviceSummary) GetPortOk() (*float32, bool)

GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.

func (*UsbDeviceSummary) GetProdid ¶

func (o *UsbDeviceSummary) GetProdid() string

GetProdid returns the Prodid field value

func (*UsbDeviceSummary) GetProdidOk ¶

func (o *UsbDeviceSummary) GetProdidOk() (*string, bool)

GetProdidOk returns a tuple with the Prodid field value and a boolean to check if the value has been set.

func (*UsbDeviceSummary) GetProduct ¶

func (o *UsbDeviceSummary) GetProduct() string

GetProduct returns the Product field value if set, zero value otherwise.

func (*UsbDeviceSummary) GetProductOk ¶

func (o *UsbDeviceSummary) GetProductOk() (*string, bool)

GetProductOk returns a tuple with the Product field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UsbDeviceSummary) GetSerial ¶

func (o *UsbDeviceSummary) GetSerial() string

GetSerial returns the Serial field value if set, zero value otherwise.

func (*UsbDeviceSummary) GetSerialOk ¶

func (o *UsbDeviceSummary) GetSerialOk() (*string, bool)

GetSerialOk returns a tuple with the Serial field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UsbDeviceSummary) GetSpeed ¶

func (o *UsbDeviceSummary) GetSpeed() string

GetSpeed returns the Speed field value

func (*UsbDeviceSummary) GetSpeedOk ¶

func (o *UsbDeviceSummary) GetSpeedOk() (*string, bool)

GetSpeedOk returns a tuple with the Speed field value and a boolean to check if the value has been set.

func (*UsbDeviceSummary) GetUsbpath ¶

func (o *UsbDeviceSummary) GetUsbpath() string

GetUsbpath returns the Usbpath field value if set, zero value otherwise.

func (*UsbDeviceSummary) GetUsbpathOk ¶

func (o *UsbDeviceSummary) GetUsbpathOk() (*string, bool)

GetUsbpathOk returns a tuple with the Usbpath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UsbDeviceSummary) GetVendid ¶

func (o *UsbDeviceSummary) GetVendid() string

GetVendid returns the Vendid field value

func (*UsbDeviceSummary) GetVendidOk ¶

func (o *UsbDeviceSummary) GetVendidOk() (*string, bool)

GetVendidOk returns a tuple with the Vendid field value and a boolean to check if the value has been set.

func (*UsbDeviceSummary) HasManufacturer ¶

func (o *UsbDeviceSummary) HasManufacturer() bool

HasManufacturer returns a boolean if a field has been set.

func (*UsbDeviceSummary) HasProduct ¶

func (o *UsbDeviceSummary) HasProduct() bool

HasProduct returns a boolean if a field has been set.

func (*UsbDeviceSummary) HasSerial ¶

func (o *UsbDeviceSummary) HasSerial() bool

HasSerial returns a boolean if a field has been set.

func (*UsbDeviceSummary) HasUsbpath ¶

func (o *UsbDeviceSummary) HasUsbpath() bool

HasUsbpath returns a boolean if a field has been set.

func (UsbDeviceSummary) MarshalJSON ¶

func (o UsbDeviceSummary) MarshalJSON() ([]byte, error)

func (*UsbDeviceSummary) SetBusnum ¶

func (o *UsbDeviceSummary) SetBusnum(v float32)

SetBusnum sets field value

func (*UsbDeviceSummary) SetDevnum ¶

func (o *UsbDeviceSummary) SetDevnum(v float32)

SetDevnum sets field value

func (*UsbDeviceSummary) SetLevel ¶

func (o *UsbDeviceSummary) SetLevel(v float32)

SetLevel sets field value

func (*UsbDeviceSummary) SetManufacturer ¶

func (o *UsbDeviceSummary) SetManufacturer(v string)

SetManufacturer gets a reference to the given string and assigns it to the Manufacturer field.

func (*UsbDeviceSummary) SetPort ¶

func (o *UsbDeviceSummary) SetPort(v float32)

SetPort sets field value

func (*UsbDeviceSummary) SetProdid ¶

func (o *UsbDeviceSummary) SetProdid(v string)

SetProdid sets field value

func (*UsbDeviceSummary) SetProduct ¶

func (o *UsbDeviceSummary) SetProduct(v string)

SetProduct gets a reference to the given string and assigns it to the Product field.

func (*UsbDeviceSummary) SetSerial ¶

func (o *UsbDeviceSummary) SetSerial(v string)

SetSerial gets a reference to the given string and assigns it to the Serial field.

func (*UsbDeviceSummary) SetSpeed ¶

func (o *UsbDeviceSummary) SetSpeed(v string)

SetSpeed sets field value

func (*UsbDeviceSummary) SetUsbpath ¶

func (o *UsbDeviceSummary) SetUsbpath(v string)

SetUsbpath gets a reference to the given string and assigns it to the Usbpath field.

func (*UsbDeviceSummary) SetVendid ¶

func (o *UsbDeviceSummary) SetVendid(v string)

SetVendid sets field value

func (UsbDeviceSummary) ToMap ¶ added in v0.9.0

func (o UsbDeviceSummary) ToMap() (map[string]interface{}, error)

type UserConfigurationSummary ¶ added in v0.19.0

type UserConfigurationSummary struct {
	Email     *string `json:"email,omitempty"`
	Firstname *string `json:"firstname,omitempty"`
	Lastname  *string `json:"lastname,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Enable  *float32                                  `json:"enable,omitempty"`
	Comment *string                                   `json:"comment,omitempty"`
	Groups  []string                                  `json:"groups,omitempty"`
	Keys    *string                                   `json:"keys,omitempty"`
	Expire  *float32                                  `json:"expire,omitempty"`
	Tokens  *map[string]UserConfigurationTokenSummary `json:"tokens,omitempty"`
}

UserConfigurationSummary struct for UserConfigurationSummary

func NewUserConfigurationSummary ¶ added in v0.19.0

func NewUserConfigurationSummary() *UserConfigurationSummary

NewUserConfigurationSummary instantiates a new UserConfigurationSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserConfigurationSummaryWithDefaults ¶ added in v0.19.0

func NewUserConfigurationSummaryWithDefaults() *UserConfigurationSummary

NewUserConfigurationSummaryWithDefaults instantiates a new UserConfigurationSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserConfigurationSummary) GetComment ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*UserConfigurationSummary) GetCommentOk ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserConfigurationSummary) GetEmail ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*UserConfigurationSummary) GetEmailOk ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserConfigurationSummary) GetEnable ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetEnable() float32

GetEnable returns the Enable field value if set, zero value otherwise.

func (*UserConfigurationSummary) GetEnableOk ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetEnableOk() (*float32, bool)

GetEnableOk returns a tuple with the Enable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserConfigurationSummary) GetExpire ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetExpire() float32

GetExpire returns the Expire field value if set, zero value otherwise.

func (*UserConfigurationSummary) GetExpireOk ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetExpireOk() (*float32, bool)

GetExpireOk returns a tuple with the Expire field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserConfigurationSummary) GetFirstname ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetFirstname() string

GetFirstname returns the Firstname field value if set, zero value otherwise.

func (*UserConfigurationSummary) GetFirstnameOk ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetFirstnameOk() (*string, bool)

GetFirstnameOk returns a tuple with the Firstname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserConfigurationSummary) GetGroups ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetGroups() []string

GetGroups returns the Groups field value if set, zero value otherwise.

func (*UserConfigurationSummary) GetGroupsOk ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetGroupsOk() ([]string, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserConfigurationSummary) GetKeys ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetKeys() string

GetKeys returns the Keys field value if set, zero value otherwise.

func (*UserConfigurationSummary) GetKeysOk ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetKeysOk() (*string, bool)

GetKeysOk returns a tuple with the Keys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserConfigurationSummary) GetLastname ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetLastname() string

GetLastname returns the Lastname field value if set, zero value otherwise.

func (*UserConfigurationSummary) GetLastnameOk ¶ added in v0.19.0

func (o *UserConfigurationSummary) GetLastnameOk() (*string, bool)

GetLastnameOk returns a tuple with the Lastname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserConfigurationSummary) GetTokens ¶ added in v0.19.0

GetTokens returns the Tokens field value if set, zero value otherwise.

func (*UserConfigurationSummary) GetTokensOk ¶ added in v0.19.0

GetTokensOk returns a tuple with the Tokens field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserConfigurationSummary) HasComment ¶ added in v0.19.0

func (o *UserConfigurationSummary) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*UserConfigurationSummary) HasEmail ¶ added in v0.19.0

func (o *UserConfigurationSummary) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*UserConfigurationSummary) HasEnable ¶ added in v0.19.0

func (o *UserConfigurationSummary) HasEnable() bool

HasEnable returns a boolean if a field has been set.

func (*UserConfigurationSummary) HasExpire ¶ added in v0.19.0

func (o *UserConfigurationSummary) HasExpire() bool

HasExpire returns a boolean if a field has been set.

func (*UserConfigurationSummary) HasFirstname ¶ added in v0.19.0

func (o *UserConfigurationSummary) HasFirstname() bool

HasFirstname returns a boolean if a field has been set.

func (*UserConfigurationSummary) HasGroups ¶ added in v0.19.0

func (o *UserConfigurationSummary) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (*UserConfigurationSummary) HasKeys ¶ added in v0.19.0

func (o *UserConfigurationSummary) HasKeys() bool

HasKeys returns a boolean if a field has been set.

func (*UserConfigurationSummary) HasLastname ¶ added in v0.19.0

func (o *UserConfigurationSummary) HasLastname() bool

HasLastname returns a boolean if a field has been set.

func (*UserConfigurationSummary) HasTokens ¶ added in v0.19.0

func (o *UserConfigurationSummary) HasTokens() bool

HasTokens returns a boolean if a field has been set.

func (UserConfigurationSummary) MarshalJSON ¶ added in v0.19.0

func (o UserConfigurationSummary) MarshalJSON() ([]byte, error)

func (*UserConfigurationSummary) SetComment ¶ added in v0.19.0

func (o *UserConfigurationSummary) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*UserConfigurationSummary) SetEmail ¶ added in v0.19.0

func (o *UserConfigurationSummary) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*UserConfigurationSummary) SetEnable ¶ added in v0.19.0

func (o *UserConfigurationSummary) SetEnable(v float32)

SetEnable gets a reference to the given float32 and assigns it to the Enable field.

func (*UserConfigurationSummary) SetExpire ¶ added in v0.19.0

func (o *UserConfigurationSummary) SetExpire(v float32)

SetExpire gets a reference to the given float32 and assigns it to the Expire field.

func (*UserConfigurationSummary) SetFirstname ¶ added in v0.19.0

func (o *UserConfigurationSummary) SetFirstname(v string)

SetFirstname gets a reference to the given string and assigns it to the Firstname field.

func (*UserConfigurationSummary) SetGroups ¶ added in v0.19.0

func (o *UserConfigurationSummary) SetGroups(v []string)

SetGroups gets a reference to the given []string and assigns it to the Groups field.

func (*UserConfigurationSummary) SetKeys ¶ added in v0.19.0

func (o *UserConfigurationSummary) SetKeys(v string)

SetKeys gets a reference to the given string and assigns it to the Keys field.

func (*UserConfigurationSummary) SetLastname ¶ added in v0.19.0

func (o *UserConfigurationSummary) SetLastname(v string)

SetLastname gets a reference to the given string and assigns it to the Lastname field.

func (*UserConfigurationSummary) SetTokens ¶ added in v0.19.0

SetTokens gets a reference to the given map[string]UserConfigurationTokenSummary and assigns it to the Tokens field.

func (UserConfigurationSummary) ToMap ¶ added in v0.19.0

func (o UserConfigurationSummary) ToMap() (map[string]interface{}, error)

type UserConfigurationTokenSummary ¶ added in v0.19.0

type UserConfigurationTokenSummary struct {
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Privsep *float32 `json:"privsep,omitempty"`
	Expire  *float32 `json:"expire,omitempty"`
	Comment *string  `json:"comment,omitempty"`
}

UserConfigurationTokenSummary struct for UserConfigurationTokenSummary

func NewUserConfigurationTokenSummary ¶ added in v0.19.0

func NewUserConfigurationTokenSummary() *UserConfigurationTokenSummary

NewUserConfigurationTokenSummary instantiates a new UserConfigurationTokenSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserConfigurationTokenSummaryWithDefaults ¶ added in v0.19.0

func NewUserConfigurationTokenSummaryWithDefaults() *UserConfigurationTokenSummary

NewUserConfigurationTokenSummaryWithDefaults instantiates a new UserConfigurationTokenSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserConfigurationTokenSummary) GetComment ¶ added in v0.19.0

func (o *UserConfigurationTokenSummary) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*UserConfigurationTokenSummary) GetCommentOk ¶ added in v0.19.0

func (o *UserConfigurationTokenSummary) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserConfigurationTokenSummary) GetExpire ¶ added in v0.19.0

func (o *UserConfigurationTokenSummary) GetExpire() float32

GetExpire returns the Expire field value if set, zero value otherwise.

func (*UserConfigurationTokenSummary) GetExpireOk ¶ added in v0.19.0

func (o *UserConfigurationTokenSummary) GetExpireOk() (*float32, bool)

GetExpireOk returns a tuple with the Expire field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserConfigurationTokenSummary) GetPrivsep ¶ added in v0.19.0

func (o *UserConfigurationTokenSummary) GetPrivsep() float32

GetPrivsep returns the Privsep field value if set, zero value otherwise.

func (*UserConfigurationTokenSummary) GetPrivsepOk ¶ added in v0.19.0

func (o *UserConfigurationTokenSummary) GetPrivsepOk() (*float32, bool)

GetPrivsepOk returns a tuple with the Privsep field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserConfigurationTokenSummary) HasComment ¶ added in v0.19.0

func (o *UserConfigurationTokenSummary) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*UserConfigurationTokenSummary) HasExpire ¶ added in v0.19.0

func (o *UserConfigurationTokenSummary) HasExpire() bool

HasExpire returns a boolean if a field has been set.

func (*UserConfigurationTokenSummary) HasPrivsep ¶ added in v0.19.0

func (o *UserConfigurationTokenSummary) HasPrivsep() bool

HasPrivsep returns a boolean if a field has been set.

func (UserConfigurationTokenSummary) MarshalJSON ¶ added in v0.19.0

func (o UserConfigurationTokenSummary) MarshalJSON() ([]byte, error)

func (*UserConfigurationTokenSummary) SetComment ¶ added in v0.19.0

func (o *UserConfigurationTokenSummary) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*UserConfigurationTokenSummary) SetExpire ¶ added in v0.19.0

func (o *UserConfigurationTokenSummary) SetExpire(v float32)

SetExpire gets a reference to the given float32 and assigns it to the Expire field.

func (*UserConfigurationTokenSummary) SetPrivsep ¶ added in v0.19.0

func (o *UserConfigurationTokenSummary) SetPrivsep(v float32)

SetPrivsep gets a reference to the given float32 and assigns it to the Privsep field.

func (UserConfigurationTokenSummary) ToMap ¶ added in v0.19.0

func (o UserConfigurationTokenSummary) ToMap() (map[string]interface{}, error)

type UserSummary ¶ added in v0.19.0

type UserSummary struct {
	Userid    string  `json:"userid"`
	Email     *string `json:"email,omitempty"`
	Firstname *string `json:"firstname,omitempty"`
	Lastname  *string `json:"lastname,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Enable    *float32           `json:"enable,omitempty"`
	Comment   *string            `json:"comment,omitempty"`
	Groups    *string            `json:"groups,omitempty"`
	Expire    *float32           `json:"expire,omitempty"`
	RealmType *string            `json:"realm-type,omitempty"`
	Tokens    []UserTokenSummary `json:"tokens,omitempty"`
}

UserSummary struct for UserSummary

func NewUserSummary ¶ added in v0.19.0

func NewUserSummary(userid string) *UserSummary

NewUserSummary instantiates a new UserSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserSummaryWithDefaults ¶ added in v0.19.0

func NewUserSummaryWithDefaults() *UserSummary

NewUserSummaryWithDefaults instantiates a new UserSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserSummary) GetComment ¶ added in v0.19.0

func (o *UserSummary) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*UserSummary) GetCommentOk ¶ added in v0.19.0

func (o *UserSummary) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserSummary) GetEmail ¶ added in v0.19.0

func (o *UserSummary) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*UserSummary) GetEmailOk ¶ added in v0.19.0

func (o *UserSummary) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserSummary) GetEnable ¶ added in v0.19.0

func (o *UserSummary) GetEnable() float32

GetEnable returns the Enable field value if set, zero value otherwise.

func (*UserSummary) GetEnableOk ¶ added in v0.19.0

func (o *UserSummary) GetEnableOk() (*float32, bool)

GetEnableOk returns a tuple with the Enable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserSummary) GetExpire ¶ added in v0.19.0

func (o *UserSummary) GetExpire() float32

GetExpire returns the Expire field value if set, zero value otherwise.

func (*UserSummary) GetExpireOk ¶ added in v0.19.0

func (o *UserSummary) GetExpireOk() (*float32, bool)

GetExpireOk returns a tuple with the Expire field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserSummary) GetFirstname ¶ added in v0.19.0

func (o *UserSummary) GetFirstname() string

GetFirstname returns the Firstname field value if set, zero value otherwise.

func (*UserSummary) GetFirstnameOk ¶ added in v0.19.0

func (o *UserSummary) GetFirstnameOk() (*string, bool)

GetFirstnameOk returns a tuple with the Firstname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserSummary) GetGroups ¶ added in v0.19.0

func (o *UserSummary) GetGroups() string

GetGroups returns the Groups field value if set, zero value otherwise.

func (*UserSummary) GetGroupsOk ¶ added in v0.19.0

func (o *UserSummary) GetGroupsOk() (*string, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserSummary) GetLastname ¶ added in v0.19.0

func (o *UserSummary) GetLastname() string

GetLastname returns the Lastname field value if set, zero value otherwise.

func (*UserSummary) GetLastnameOk ¶ added in v0.19.0

func (o *UserSummary) GetLastnameOk() (*string, bool)

GetLastnameOk returns a tuple with the Lastname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserSummary) GetRealmType ¶ added in v0.19.0

func (o *UserSummary) GetRealmType() string

GetRealmType returns the RealmType field value if set, zero value otherwise.

func (*UserSummary) GetRealmTypeOk ¶ added in v0.19.0

func (o *UserSummary) GetRealmTypeOk() (*string, bool)

GetRealmTypeOk returns a tuple with the RealmType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserSummary) GetTokens ¶ added in v0.19.0

func (o *UserSummary) GetTokens() []UserTokenSummary

GetTokens returns the Tokens field value if set, zero value otherwise.

func (*UserSummary) GetTokensOk ¶ added in v0.19.0

func (o *UserSummary) GetTokensOk() ([]UserTokenSummary, bool)

GetTokensOk returns a tuple with the Tokens field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserSummary) GetUserid ¶ added in v0.19.0

func (o *UserSummary) GetUserid() string

GetUserid returns the Userid field value

func (*UserSummary) GetUseridOk ¶ added in v0.19.0

func (o *UserSummary) GetUseridOk() (*string, bool)

GetUseridOk returns a tuple with the Userid field value and a boolean to check if the value has been set.

func (*UserSummary) HasComment ¶ added in v0.19.0

func (o *UserSummary) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*UserSummary) HasEmail ¶ added in v0.19.0

func (o *UserSummary) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*UserSummary) HasEnable ¶ added in v0.19.0

func (o *UserSummary) HasEnable() bool

HasEnable returns a boolean if a field has been set.

func (*UserSummary) HasExpire ¶ added in v0.19.0

func (o *UserSummary) HasExpire() bool

HasExpire returns a boolean if a field has been set.

func (*UserSummary) HasFirstname ¶ added in v0.19.0

func (o *UserSummary) HasFirstname() bool

HasFirstname returns a boolean if a field has been set.

func (*UserSummary) HasGroups ¶ added in v0.19.0

func (o *UserSummary) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (*UserSummary) HasLastname ¶ added in v0.19.0

func (o *UserSummary) HasLastname() bool

HasLastname returns a boolean if a field has been set.

func (*UserSummary) HasRealmType ¶ added in v0.19.0

func (o *UserSummary) HasRealmType() bool

HasRealmType returns a boolean if a field has been set.

func (*UserSummary) HasTokens ¶ added in v0.19.0

func (o *UserSummary) HasTokens() bool

HasTokens returns a boolean if a field has been set.

func (UserSummary) MarshalJSON ¶ added in v0.19.0

func (o UserSummary) MarshalJSON() ([]byte, error)

func (*UserSummary) SetComment ¶ added in v0.19.0

func (o *UserSummary) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*UserSummary) SetEmail ¶ added in v0.19.0

func (o *UserSummary) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*UserSummary) SetEnable ¶ added in v0.19.0

func (o *UserSummary) SetEnable(v float32)

SetEnable gets a reference to the given float32 and assigns it to the Enable field.

func (*UserSummary) SetExpire ¶ added in v0.19.0

func (o *UserSummary) SetExpire(v float32)

SetExpire gets a reference to the given float32 and assigns it to the Expire field.

func (*UserSummary) SetFirstname ¶ added in v0.19.0

func (o *UserSummary) SetFirstname(v string)

SetFirstname gets a reference to the given string and assigns it to the Firstname field.

func (*UserSummary) SetGroups ¶ added in v0.19.0

func (o *UserSummary) SetGroups(v string)

SetGroups gets a reference to the given string and assigns it to the Groups field.

func (*UserSummary) SetLastname ¶ added in v0.19.0

func (o *UserSummary) SetLastname(v string)

SetLastname gets a reference to the given string and assigns it to the Lastname field.

func (*UserSummary) SetRealmType ¶ added in v0.19.0

func (o *UserSummary) SetRealmType(v string)

SetRealmType gets a reference to the given string and assigns it to the RealmType field.

func (*UserSummary) SetTokens ¶ added in v0.19.0

func (o *UserSummary) SetTokens(v []UserTokenSummary)

SetTokens gets a reference to the given []UserTokenSummary and assigns it to the Tokens field.

func (*UserSummary) SetUserid ¶ added in v0.19.0

func (o *UserSummary) SetUserid(v string)

SetUserid sets field value

func (UserSummary) ToMap ¶ added in v0.19.0

func (o UserSummary) ToMap() (map[string]interface{}, error)

type UserTokenSummary ¶ added in v0.19.0

type UserTokenSummary struct {
	Tokenid string `json:"tokenid"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Privsep *float32 `json:"privsep,omitempty"`
	Expire  *float32 `json:"expire,omitempty"`
	Comment *string  `json:"comment,omitempty"`
}

UserTokenSummary struct for UserTokenSummary

func NewUserTokenSummary ¶ added in v0.19.0

func NewUserTokenSummary(tokenid string) *UserTokenSummary

NewUserTokenSummary instantiates a new UserTokenSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserTokenSummaryWithDefaults ¶ added in v0.19.0

func NewUserTokenSummaryWithDefaults() *UserTokenSummary

NewUserTokenSummaryWithDefaults instantiates a new UserTokenSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserTokenSummary) GetComment ¶ added in v0.19.0

func (o *UserTokenSummary) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*UserTokenSummary) GetCommentOk ¶ added in v0.19.0

func (o *UserTokenSummary) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserTokenSummary) GetExpire ¶ added in v0.19.0

func (o *UserTokenSummary) GetExpire() float32

GetExpire returns the Expire field value if set, zero value otherwise.

func (*UserTokenSummary) GetExpireOk ¶ added in v0.19.0

func (o *UserTokenSummary) GetExpireOk() (*float32, bool)

GetExpireOk returns a tuple with the Expire field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserTokenSummary) GetPrivsep ¶ added in v0.19.0

func (o *UserTokenSummary) GetPrivsep() float32

GetPrivsep returns the Privsep field value if set, zero value otherwise.

func (*UserTokenSummary) GetPrivsepOk ¶ added in v0.19.0

func (o *UserTokenSummary) GetPrivsepOk() (*float32, bool)

GetPrivsepOk returns a tuple with the Privsep field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserTokenSummary) GetTokenid ¶ added in v0.19.0

func (o *UserTokenSummary) GetTokenid() string

GetTokenid returns the Tokenid field value

func (*UserTokenSummary) GetTokenidOk ¶ added in v0.19.0

func (o *UserTokenSummary) GetTokenidOk() (*string, bool)

GetTokenidOk returns a tuple with the Tokenid field value and a boolean to check if the value has been set.

func (*UserTokenSummary) HasComment ¶ added in v0.19.0

func (o *UserTokenSummary) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*UserTokenSummary) HasExpire ¶ added in v0.19.0

func (o *UserTokenSummary) HasExpire() bool

HasExpire returns a boolean if a field has been set.

func (*UserTokenSummary) HasPrivsep ¶ added in v0.19.0

func (o *UserTokenSummary) HasPrivsep() bool

HasPrivsep returns a boolean if a field has been set.

func (UserTokenSummary) MarshalJSON ¶ added in v0.19.0

func (o UserTokenSummary) MarshalJSON() ([]byte, error)

func (*UserTokenSummary) SetComment ¶ added in v0.19.0

func (o *UserTokenSummary) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*UserTokenSummary) SetExpire ¶ added in v0.19.0

func (o *UserTokenSummary) SetExpire(v float32)

SetExpire gets a reference to the given float32 and assigns it to the Expire field.

func (*UserTokenSummary) SetPrivsep ¶ added in v0.19.0

func (o *UserTokenSummary) SetPrivsep(v float32)

SetPrivsep gets a reference to the given float32 and assigns it to the Privsep field.

func (*UserTokenSummary) SetTokenid ¶ added in v0.19.0

func (o *UserTokenSummary) SetTokenid(v string)

SetTokenid sets field value

func (UserTokenSummary) ToMap ¶ added in v0.19.0

func (o UserTokenSummary) ToMap() (map[string]interface{}, error)

type VcpuSummary ¶ added in v0.11.0

type VcpuSummary struct {
	Online     *bool    `json:"online,omitempty"`
	CanOffline *bool    `json:"can-offline,omitempty"`
	LogicalId  *float32 `json:"logical-id,omitempty"`
}

VcpuSummary struct for VcpuSummary

func NewVcpuSummary ¶ added in v0.11.0

func NewVcpuSummary() *VcpuSummary

NewVcpuSummary instantiates a new VcpuSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVcpuSummaryWithDefaults ¶ added in v0.11.0

func NewVcpuSummaryWithDefaults() *VcpuSummary

NewVcpuSummaryWithDefaults instantiates a new VcpuSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VcpuSummary) GetCanOffline ¶ added in v0.11.0

func (o *VcpuSummary) GetCanOffline() bool

GetCanOffline returns the CanOffline field value if set, zero value otherwise.

func (*VcpuSummary) GetCanOfflineOk ¶ added in v0.11.0

func (o *VcpuSummary) GetCanOfflineOk() (*bool, bool)

GetCanOfflineOk returns a tuple with the CanOffline field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VcpuSummary) GetLogicalId ¶ added in v0.11.0

func (o *VcpuSummary) GetLogicalId() float32

GetLogicalId returns the LogicalId field value if set, zero value otherwise.

func (*VcpuSummary) GetLogicalIdOk ¶ added in v0.11.0

func (o *VcpuSummary) GetLogicalIdOk() (*float32, bool)

GetLogicalIdOk returns a tuple with the LogicalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VcpuSummary) GetOnline ¶ added in v0.11.0

func (o *VcpuSummary) GetOnline() bool

GetOnline returns the Online field value if set, zero value otherwise.

func (*VcpuSummary) GetOnlineOk ¶ added in v0.11.0

func (o *VcpuSummary) GetOnlineOk() (*bool, bool)

GetOnlineOk returns a tuple with the Online field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VcpuSummary) HasCanOffline ¶ added in v0.11.0

func (o *VcpuSummary) HasCanOffline() bool

HasCanOffline returns a boolean if a field has been set.

func (*VcpuSummary) HasLogicalId ¶ added in v0.11.0

func (o *VcpuSummary) HasLogicalId() bool

HasLogicalId returns a boolean if a field has been set.

func (*VcpuSummary) HasOnline ¶ added in v0.11.0

func (o *VcpuSummary) HasOnline() bool

HasOnline returns a boolean if a field has been set.

func (VcpuSummary) MarshalJSON ¶ added in v0.11.0

func (o VcpuSummary) MarshalJSON() ([]byte, error)

func (*VcpuSummary) SetCanOffline ¶ added in v0.11.0

func (o *VcpuSummary) SetCanOffline(v bool)

SetCanOffline gets a reference to the given bool and assigns it to the CanOffline field.

func (*VcpuSummary) SetLogicalId ¶ added in v0.11.0

func (o *VcpuSummary) SetLogicalId(v float32)

SetLogicalId gets a reference to the given float32 and assigns it to the LogicalId field.

func (*VcpuSummary) SetOnline ¶ added in v0.11.0

func (o *VcpuSummary) SetOnline(v bool)

SetOnline gets a reference to the given bool and assigns it to the Online field.

func (VcpuSummary) ToMap ¶ added in v0.11.0

func (o VcpuSummary) ToMap() (map[string]interface{}, error)

type VersionSummary ¶

type VersionSummary struct {
	Version string `json:"version"`
	Release string `json:"release"`
	Repoid  string `json:"repoid"`
}

VersionSummary struct for VersionSummary

func NewVersionSummary ¶

func NewVersionSummary(version string, release string, repoid string) *VersionSummary

NewVersionSummary instantiates a new VersionSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionSummaryWithDefaults ¶

func NewVersionSummaryWithDefaults() *VersionSummary

NewVersionSummaryWithDefaults instantiates a new VersionSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionSummary) GetRelease ¶

func (o *VersionSummary) GetRelease() string

GetRelease returns the Release field value

func (*VersionSummary) GetReleaseOk ¶

func (o *VersionSummary) GetReleaseOk() (*string, bool)

GetReleaseOk returns a tuple with the Release field value and a boolean to check if the value has been set.

func (*VersionSummary) GetRepoid ¶

func (o *VersionSummary) GetRepoid() string

GetRepoid returns the Repoid field value

func (*VersionSummary) GetRepoidOk ¶

func (o *VersionSummary) GetRepoidOk() (*string, bool)

GetRepoidOk returns a tuple with the Repoid field value and a boolean to check if the value has been set.

func (*VersionSummary) GetVersion ¶

func (o *VersionSummary) GetVersion() string

GetVersion returns the Version field value

func (*VersionSummary) GetVersionOk ¶

func (o *VersionSummary) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (VersionSummary) MarshalJSON ¶

func (o VersionSummary) MarshalJSON() ([]byte, error)

func (*VersionSummary) SetRelease ¶

func (o *VersionSummary) SetRelease(v string)

SetRelease sets field value

func (*VersionSummary) SetRepoid ¶

func (o *VersionSummary) SetRepoid(v string)

SetRepoid sets field value

func (*VersionSummary) SetVersion ¶

func (o *VersionSummary) SetVersion(v string)

SetVersion sets field value

func (VersionSummary) ToMap ¶ added in v0.9.0

func (o VersionSummary) ToMap() (map[string]interface{}, error)

type VirtualMachineArchitecture ¶

type VirtualMachineArchitecture string

VirtualMachineArchitecture the model 'VirtualMachineArchitecture'

const (
	VIRTUALMACHINEARCHITECTURE_X86_64  VirtualMachineArchitecture = "x86_64"
	VIRTUALMACHINEARCHITECTURE_AARCH64 VirtualMachineArchitecture = "aarch64"
)

List of VirtualMachineArchitecture

func NewVirtualMachineArchitectureFromValue ¶

func NewVirtualMachineArchitectureFromValue(v string) (*VirtualMachineArchitecture, error)

NewVirtualMachineArchitectureFromValue returns a pointer to a valid VirtualMachineArchitecture for the value passed as argument, or an error if the value passed is not allowed by the enum

func (VirtualMachineArchitecture) IsValid ¶

func (v VirtualMachineArchitecture) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (VirtualMachineArchitecture) Ptr ¶

Ptr returns reference to VirtualMachineArchitecture value

func (*VirtualMachineArchitecture) UnmarshalJSON ¶

func (v *VirtualMachineArchitecture) UnmarshalJSON(src []byte) error

type VirtualMachineBalloonSummary ¶

type VirtualMachineBalloonSummary struct {
	MaxMem          *float32 `json:"max_mem,omitempty"`
	FreeMem         *float32 `json:"free_mem,omitempty"`
	MemSwappedOut   *float32 `json:"mem_swapped_out,omitempty"`
	MemSwappedIn    *float32 `json:"mem_swapped_in,omitempty"`
	TotalMem        *float32 `json:"total_mem,omitempty"`
	Actual          *float32 `json:"actual,omitempty"`
	LastUpdate      *float32 `json:"last_update,omitempty"`
	MinorPageFaults *float32 `json:"minor_page_faults,omitempty"`
	MajorPageFaults *float32 `json:"major_page_faults,omitempty"`
}

VirtualMachineBalloonSummary struct for VirtualMachineBalloonSummary

func NewVirtualMachineBalloonSummary ¶

func NewVirtualMachineBalloonSummary() *VirtualMachineBalloonSummary

NewVirtualMachineBalloonSummary instantiates a new VirtualMachineBalloonSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineBalloonSummaryWithDefaults ¶

func NewVirtualMachineBalloonSummaryWithDefaults() *VirtualMachineBalloonSummary

NewVirtualMachineBalloonSummaryWithDefaults instantiates a new VirtualMachineBalloonSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineBalloonSummary) GetActual ¶

func (o *VirtualMachineBalloonSummary) GetActual() float32

GetActual returns the Actual field value if set, zero value otherwise.

func (*VirtualMachineBalloonSummary) GetActualOk ¶

func (o *VirtualMachineBalloonSummary) GetActualOk() (*float32, bool)

GetActualOk returns a tuple with the Actual field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineBalloonSummary) GetFreeMem ¶

func (o *VirtualMachineBalloonSummary) GetFreeMem() float32

GetFreeMem returns the FreeMem field value if set, zero value otherwise.

func (*VirtualMachineBalloonSummary) GetFreeMemOk ¶

func (o *VirtualMachineBalloonSummary) GetFreeMemOk() (*float32, bool)

GetFreeMemOk returns a tuple with the FreeMem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineBalloonSummary) GetLastUpdate ¶

func (o *VirtualMachineBalloonSummary) GetLastUpdate() float32

GetLastUpdate returns the LastUpdate field value if set, zero value otherwise.

func (*VirtualMachineBalloonSummary) GetLastUpdateOk ¶

func (o *VirtualMachineBalloonSummary) GetLastUpdateOk() (*float32, bool)

GetLastUpdateOk returns a tuple with the LastUpdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineBalloonSummary) GetMajorPageFaults ¶

func (o *VirtualMachineBalloonSummary) GetMajorPageFaults() float32

GetMajorPageFaults returns the MajorPageFaults field value if set, zero value otherwise.

func (*VirtualMachineBalloonSummary) GetMajorPageFaultsOk ¶

func (o *VirtualMachineBalloonSummary) GetMajorPageFaultsOk() (*float32, bool)

GetMajorPageFaultsOk returns a tuple with the MajorPageFaults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineBalloonSummary) GetMaxMem ¶

func (o *VirtualMachineBalloonSummary) GetMaxMem() float32

GetMaxMem returns the MaxMem field value if set, zero value otherwise.

func (*VirtualMachineBalloonSummary) GetMaxMemOk ¶

func (o *VirtualMachineBalloonSummary) GetMaxMemOk() (*float32, bool)

GetMaxMemOk returns a tuple with the MaxMem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineBalloonSummary) GetMemSwappedIn ¶

func (o *VirtualMachineBalloonSummary) GetMemSwappedIn() float32

GetMemSwappedIn returns the MemSwappedIn field value if set, zero value otherwise.

func (*VirtualMachineBalloonSummary) GetMemSwappedInOk ¶

func (o *VirtualMachineBalloonSummary) GetMemSwappedInOk() (*float32, bool)

GetMemSwappedInOk returns a tuple with the MemSwappedIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineBalloonSummary) GetMemSwappedOut ¶

func (o *VirtualMachineBalloonSummary) GetMemSwappedOut() float32

GetMemSwappedOut returns the MemSwappedOut field value if set, zero value otherwise.

func (*VirtualMachineBalloonSummary) GetMemSwappedOutOk ¶

func (o *VirtualMachineBalloonSummary) GetMemSwappedOutOk() (*float32, bool)

GetMemSwappedOutOk returns a tuple with the MemSwappedOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineBalloonSummary) GetMinorPageFaults ¶

func (o *VirtualMachineBalloonSummary) GetMinorPageFaults() float32

GetMinorPageFaults returns the MinorPageFaults field value if set, zero value otherwise.

func (*VirtualMachineBalloonSummary) GetMinorPageFaultsOk ¶

func (o *VirtualMachineBalloonSummary) GetMinorPageFaultsOk() (*float32, bool)

GetMinorPageFaultsOk returns a tuple with the MinorPageFaults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineBalloonSummary) GetTotalMem ¶

func (o *VirtualMachineBalloonSummary) GetTotalMem() float32

GetTotalMem returns the TotalMem field value if set, zero value otherwise.

func (*VirtualMachineBalloonSummary) GetTotalMemOk ¶

func (o *VirtualMachineBalloonSummary) GetTotalMemOk() (*float32, bool)

GetTotalMemOk returns a tuple with the TotalMem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineBalloonSummary) HasActual ¶

func (o *VirtualMachineBalloonSummary) HasActual() bool

HasActual returns a boolean if a field has been set.

func (*VirtualMachineBalloonSummary) HasFreeMem ¶

func (o *VirtualMachineBalloonSummary) HasFreeMem() bool

HasFreeMem returns a boolean if a field has been set.

func (*VirtualMachineBalloonSummary) HasLastUpdate ¶

func (o *VirtualMachineBalloonSummary) HasLastUpdate() bool

HasLastUpdate returns a boolean if a field has been set.

func (*VirtualMachineBalloonSummary) HasMajorPageFaults ¶

func (o *VirtualMachineBalloonSummary) HasMajorPageFaults() bool

HasMajorPageFaults returns a boolean if a field has been set.

func (*VirtualMachineBalloonSummary) HasMaxMem ¶

func (o *VirtualMachineBalloonSummary) HasMaxMem() bool

HasMaxMem returns a boolean if a field has been set.

func (*VirtualMachineBalloonSummary) HasMemSwappedIn ¶

func (o *VirtualMachineBalloonSummary) HasMemSwappedIn() bool

HasMemSwappedIn returns a boolean if a field has been set.

func (*VirtualMachineBalloonSummary) HasMemSwappedOut ¶

func (o *VirtualMachineBalloonSummary) HasMemSwappedOut() bool

HasMemSwappedOut returns a boolean if a field has been set.

func (*VirtualMachineBalloonSummary) HasMinorPageFaults ¶

func (o *VirtualMachineBalloonSummary) HasMinorPageFaults() bool

HasMinorPageFaults returns a boolean if a field has been set.

func (*VirtualMachineBalloonSummary) HasTotalMem ¶

func (o *VirtualMachineBalloonSummary) HasTotalMem() bool

HasTotalMem returns a boolean if a field has been set.

func (VirtualMachineBalloonSummary) MarshalJSON ¶

func (o VirtualMachineBalloonSummary) MarshalJSON() ([]byte, error)

func (*VirtualMachineBalloonSummary) SetActual ¶

func (o *VirtualMachineBalloonSummary) SetActual(v float32)

SetActual gets a reference to the given float32 and assigns it to the Actual field.

func (*VirtualMachineBalloonSummary) SetFreeMem ¶

func (o *VirtualMachineBalloonSummary) SetFreeMem(v float32)

SetFreeMem gets a reference to the given float32 and assigns it to the FreeMem field.

func (*VirtualMachineBalloonSummary) SetLastUpdate ¶

func (o *VirtualMachineBalloonSummary) SetLastUpdate(v float32)

SetLastUpdate gets a reference to the given float32 and assigns it to the LastUpdate field.

func (*VirtualMachineBalloonSummary) SetMajorPageFaults ¶

func (o *VirtualMachineBalloonSummary) SetMajorPageFaults(v float32)

SetMajorPageFaults gets a reference to the given float32 and assigns it to the MajorPageFaults field.

func (*VirtualMachineBalloonSummary) SetMaxMem ¶

func (o *VirtualMachineBalloonSummary) SetMaxMem(v float32)

SetMaxMem gets a reference to the given float32 and assigns it to the MaxMem field.

func (*VirtualMachineBalloonSummary) SetMemSwappedIn ¶

func (o *VirtualMachineBalloonSummary) SetMemSwappedIn(v float32)

SetMemSwappedIn gets a reference to the given float32 and assigns it to the MemSwappedIn field.

func (*VirtualMachineBalloonSummary) SetMemSwappedOut ¶

func (o *VirtualMachineBalloonSummary) SetMemSwappedOut(v float32)

SetMemSwappedOut gets a reference to the given float32 and assigns it to the MemSwappedOut field.

func (*VirtualMachineBalloonSummary) SetMinorPageFaults ¶

func (o *VirtualMachineBalloonSummary) SetMinorPageFaults(v float32)

SetMinorPageFaults gets a reference to the given float32 and assigns it to the MinorPageFaults field.

func (*VirtualMachineBalloonSummary) SetTotalMem ¶

func (o *VirtualMachineBalloonSummary) SetTotalMem(v float32)

SetTotalMem gets a reference to the given float32 and assigns it to the TotalMem field.

func (VirtualMachineBalloonSummary) ToMap ¶ added in v0.9.0

func (o VirtualMachineBalloonSummary) ToMap() (map[string]interface{}, error)

type VirtualMachineBios ¶

type VirtualMachineBios string

VirtualMachineBios the model 'VirtualMachineBios'

const (
	VIRTUALMACHINEBIOS_SEABIOS VirtualMachineBios = "seabios"
	VIRTUALMACHINEBIOS_OVMF    VirtualMachineBios = "ovmf"
)

List of VirtualMachineBios

func NewVirtualMachineBiosFromValue ¶

func NewVirtualMachineBiosFromValue(v string) (*VirtualMachineBios, error)

NewVirtualMachineBiosFromValue returns a pointer to a valid VirtualMachineBios for the value passed as argument, or an error if the value passed is not allowed by the enum

func (VirtualMachineBios) IsValid ¶

func (v VirtualMachineBios) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (VirtualMachineBios) Ptr ¶

Ptr returns reference to VirtualMachineBios value

func (*VirtualMachineBios) UnmarshalJSON ¶

func (v *VirtualMachineBios) UnmarshalJSON(src []byte) error

type VirtualMachineCloudInitType ¶

type VirtualMachineCloudInitType string

VirtualMachineCloudInitType the model 'VirtualMachineCloudInitType'

const (
	VIRTUALMACHINECLOUDINITTYPE_CONFIGDRIVE2 VirtualMachineCloudInitType = "configdrive2"
	VIRTUALMACHINECLOUDINITTYPE_NOCLOUD      VirtualMachineCloudInitType = "nocloud"
	VIRTUALMACHINECLOUDINITTYPE_OPENNEBULA   VirtualMachineCloudInitType = "opennebula"
)

List of VirtualMachineCloudInitType

func NewVirtualMachineCloudInitTypeFromValue ¶

func NewVirtualMachineCloudInitTypeFromValue(v string) (*VirtualMachineCloudInitType, error)

NewVirtualMachineCloudInitTypeFromValue returns a pointer to a valid VirtualMachineCloudInitType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (VirtualMachineCloudInitType) IsValid ¶

func (v VirtualMachineCloudInitType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (VirtualMachineCloudInitType) Ptr ¶

Ptr returns reference to VirtualMachineCloudInitType value

func (*VirtualMachineCloudInitType) UnmarshalJSON ¶

func (v *VirtualMachineCloudInitType) UnmarshalJSON(src []byte) error

type VirtualMachineConfigLock ¶

type VirtualMachineConfigLock string

VirtualMachineConfigLock the model 'VirtualMachineConfigLock'

const (
	VIRTUALMACHINECONFIGLOCK_BACKUP          VirtualMachineConfigLock = "backup"
	VIRTUALMACHINECONFIGLOCK_CLONE           VirtualMachineConfigLock = "clone"
	VIRTUALMACHINECONFIGLOCK_CREATE          VirtualMachineConfigLock = "create"
	VIRTUALMACHINECONFIGLOCK_MIGRATE         VirtualMachineConfigLock = "migrate"
	VIRTUALMACHINECONFIGLOCK_ROLLBACK        VirtualMachineConfigLock = "rollback"
	VIRTUALMACHINECONFIGLOCK_SNAPSHOT        VirtualMachineConfigLock = "snapshot"
	VIRTUALMACHINECONFIGLOCK_SNAPSHOT_DELETE VirtualMachineConfigLock = "snapshot-delete"
	VIRTUALMACHINECONFIGLOCK_SUSPENDING      VirtualMachineConfigLock = "suspending"
	VIRTUALMACHINECONFIGLOCK_SUSPENDED       VirtualMachineConfigLock = "suspended"
)

List of VirtualMachineConfigLock

func NewVirtualMachineConfigLockFromValue ¶

func NewVirtualMachineConfigLockFromValue(v string) (*VirtualMachineConfigLock, error)

NewVirtualMachineConfigLockFromValue returns a pointer to a valid VirtualMachineConfigLock for the value passed as argument, or an error if the value passed is not allowed by the enum

func (VirtualMachineConfigLock) IsValid ¶

func (v VirtualMachineConfigLock) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (VirtualMachineConfigLock) Ptr ¶

Ptr returns reference to VirtualMachineConfigLock value

func (*VirtualMachineConfigLock) UnmarshalJSON ¶

func (v *VirtualMachineConfigLock) UnmarshalJSON(src []byte) error

type VirtualMachineConfigurationSummary ¶

type VirtualMachineConfigurationSummary struct {
	// SHA1 digest of the current configuration.
	Digest string `json:"digest"`
	// Enable ACPI support. Default to enabled.
	Acpi *float32 `json:"acpi,omitempty"`
	// List of cores to execute processes. Example value: 1,5,8-11.
	Affinity *string `json:"affinity,omitempty"`
	// The QEMU agent and its configuration.
	Agent *string                     `json:"agent,omitempty"`
	Arch  *VirtualMachineArchitecture `json:"arch,omitempty"`
	// Additional command line arguments passed to the kvm.
	Args *string `json:"args,omitempty"`
	// The audio device and its configuration.
	Audio0 *string `json:"audio0,omitempty"`
	// Start the virtual machine on node boot.
	Autostart *float32 `json:"autostart,omitempty"`
	// Amount of RAM for the VM in MB.
	Ballon *float32 `json:"ballon,omitempty"`
	// The boot order of the virtual machine.
	Boot *string `json:"boot,omitempty"`
	// The boot disk of the virtual machine.
	Bootdisk *string `json:"bootdisk,omitempty"`
	// The meta data of the virtual machine.
	Meta *string `json:"meta,omitempty"`
	// The CD-ROM device and its configuration. An alias for option ide2
	Cdrom *string `json:"cdrom,omitempty"`
	// Specify custom cloud-init files to be used at start.
	Cicustom *string `json:"cicustom,omitempty"`
	// The password for the cloud-init user.
	Cipassword *string                      `json:"cipassword,omitempty"`
	Citype     *VirtualMachineCloudInitType `json:"citype,omitempty"`
	// The cloud-init user.
	Ciuser *string `json:"ciuser,omitempty"`
	// Number of cores per socket.
	Cores *float32            `json:"cores,omitempty"`
	Bios  *VirtualMachineBios `json:"bios,omitempty"`
	// The CPU type.
	Cpu *string `json:"cpu,omitempty"`
	// CPU usage limit.
	Cpulimit *float32 `json:"cpulimit,omitempty"`
	// CPU weight for a VM. The higher the value, the more CPU time the VM gets.
	Cpuunits *float32 `json:"cpuunits,omitempty"`
	// The description of the virtual machine.
	Description *string `json:"description,omitempty"`
	// The EFI disk device and its configuration.
	Efidisk0 *string `json:"efidisk0,omitempty"`
	// Freeze the CPU at virtual machine start.
	Freeze *bool `json:"freeze,omitempty"`
	// The hook script that is used at various point in the virtual machines lifecycle.
	Hookscript *string `json:"hookscript,omitempty"`
	// The host PCI device and its configuration.
	Hostpci0 *string `json:"hostpci0,omitempty"`
	// The host PCI device and its configuration.
	Hostpci1 *string `json:"hostpci1,omitempty"`
	// The host PCI device and its configuration.
	Hostpci2 *string `json:"hostpci2,omitempty"`
	// The host PCI device and its configuration.
	Hostpci3 *string `json:"hostpci3,omitempty"`
	// The host PCI device and its configuration.
	Hostpci4 *string `json:"hostpci4,omitempty"`
	// The host PCI device and its configuration.
	Hostpci5 *string `json:"hostpci5,omitempty"`
	// The host PCI device and its configuration.
	Hostpci6 *string `json:"hostpci6,omitempty"`
	// The host PCI device and its configuration.
	Hostpci7 *string `json:"hostpci7,omitempty"`
	// The host PCI device and its configuration.
	Hostpci8 *string `json:"hostpci8,omitempty"`
	// The host PCI device and its configuration.
	Hostpci9  *string                  `json:"hostpci9,omitempty"`
	Hugepages *VirtualMachineHugePages `json:"hugepages,omitempty"`
	// Volume used as IDE or harddisk.
	Ide0 *string `json:"ide0,omitempty"`
	// Volume used as IDE or harddisk.
	Ide1 *string `json:"ide1,omitempty"`
	// Volume used as IDE or harddisk.
	Ide2 *string `json:"ide2,omitempty"`
	// Volume used as IDE or harddisk.
	Ide3 *string `json:"ide3,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig0 *string `json:"ipconfig0,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig1 *string `json:"ipconfig1,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig2 *string `json:"ipconfig2,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig3 *string `json:"ipconfig3,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig4 *string `json:"ipconfig4,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig5 *string `json:"ipconfig5,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig6 *string `json:"ipconfig6,omitempty"`
	// The ip address and gateways for the interface. Ip addresses are in CIDR format. Example value: ip=10.0.100.101/24,gw=10.0.100.1
	Ipconfig7 *string `json:"ipconfig7,omitempty"`
	// Inter VM-shared memory.
	Ivshmem *string `json:"ivshmem,omitempty"`
	// Keep hugepages after shutdown.
	Keephugepages *float32                `json:"keephugepages,omitempty"`
	Keyboard      *VirtualMachineKeyboard `json:"keyboard,omitempty"`
	// Enable KVM support. Default to enabled.
	Kvm *float32 `json:"kvm,omitempty"`
	// Set the real time clock to local time.
	Localtime *float32                  `json:"localtime,omitempty"`
	Lock      *VirtualMachineConfigLock `json:"lock,omitempty"`
	// The machine type.
	Machine *string `json:"machine,omitempty"`
	// The amount of memory in MB.
	Memory *float32 `json:"memory,omitempty"`
	// The maximum tolerated downtime in seconds during migration.
	MigrateDowntime *float32 `json:"migrate_downtime,omitempty"`
	// The maximum speed in MB/s during migration. 0 is no limit
	MigrateSpeed *float32 `json:"migrate_speed,omitempty"`
	// The name of the virtual machine.
	Name *string `json:"name,omitempty"`
	// The nameserver for the virtual machine.
	Nameserver *string `json:"nameserver,omitempty"`
	// The network interface and its configuration.
	Net0 *string `json:"net0,omitempty"`
	// The network interface and its configuration.
	Net1 *string `json:"net1,omitempty"`
	// The network interface and its configuration.
	Net2 *string `json:"net2,omitempty"`
	// The network interface and its configuration.
	Net3 *string `json:"net3,omitempty"`
	// The network interface and its configuration.
	Net4 *string `json:"net4,omitempty"`
	// The network interface and its configuration.
	Net5 *string `json:"net5,omitempty"`
	// The network interface and its configuration.
	Net6 *string `json:"net6,omitempty"`
	// The network interface and its configuration.
	Net7 *string `json:"net7,omitempty"`
	// Enable NUMA support. Default to disabled.
	Numa *float32 `json:"numa,omitempty"`
	// NUMA topology.
	Numa0 *string `json:"numa0,omitempty"`
	// NUMA topology.
	Numa1 *string `json:"numa1,omitempty"`
	// NUMA topology.
	Numa2 *string `json:"numa2,omitempty"`
	// NUMA topology.
	Numa3 *string `json:"numa3,omitempty"`
	// NUMA topology.
	Numa4 *string `json:"numa4,omitempty"`
	// NUMA topology.
	Numa5 *string `json:"numa5,omitempty"`
	// NUMA topology.
	Numa6 *string `json:"numa6,omitempty"`
	// NUMA topology.
	Numa7 *string `json:"numa7,omitempty"`
	// Start the virtual machine on boot.
	Onboot *float32                       `json:"onboot,omitempty"`
	Ostype *VirtualMachineOperatingSystem `json:"ostype,omitempty"`
	// Host parallel device.
	Parallel0 *string `json:"parallel0,omitempty"`
	// Host parallel device.
	Parallel1 *string `json:"parallel1,omitempty"`
	// Host parallel device.
	Parallel2 *string `json:"parallel2,omitempty"`
	// The protection flag on the virtual machine. Disables remove VM and disk operations.
	Protection *float32 `json:"protection,omitempty"`
	// Allows reboot. False will have the virtual machine exit on reboot.
	Reboot *float32 `json:"reboot,omitempty"`
	// Virtio based random number generator.
	Rng0 *string `json:"rng0,omitempty"`
	// Uses the volume as a sata disk.
	Sata0 *string `json:"sata0,omitempty"`
	// Uses the volume as a sata disk.
	Sata1 *string `json:"sata1,omitempty"`
	// Uses the volume as a sata disk.
	Sata2 *string `json:"sata2,omitempty"`
	// Uses the volume as a sata disk.
	Sata3 *string `json:"sata3,omitempty"`
	// Uses the volume as a sata disk.
	Sata4 *string `json:"sata4,omitempty"`
	// Uses the volume as a sata disk.
	Sata5 *string `json:"sata5,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi0 *string `json:"scsi0,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi1 *string `json:"scsi1,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi2 *string `json:"scsi2,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi3 *string `json:"scsi3,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi4 *string `json:"scsi4,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi5 *string `json:"scsi5,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi6 *string `json:"scsi6,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi7 *string `json:"scsi7,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi8 *string `json:"scsi8,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi9 *string `json:"scsi9,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi10 *string `json:"scsi10,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi11 *string `json:"scsi11,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi12 *string `json:"scsi12,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi13 *string `json:"scsi13,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi14 *string `json:"scsi14,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi15 *string `json:"scsi15,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi16 *string `json:"scsi16,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi17 *string `json:"scsi17,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi18 *string `json:"scsi18,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi19 *string `json:"scsi19,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi20 *string `json:"scsi20,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi21 *string `json:"scsi21,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi22 *string `json:"scsi22,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi23 *string `json:"scsi23,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi24 *string `json:"scsi24,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi25 *string `json:"scsi25,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi26 *string `json:"scsi26,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi27 *string `json:"scsi27,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi28 *string `json:"scsi28,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi29 *string `json:"scsi29,omitempty"`
	// Uses the volume as a scsi disk.
	Scsi30 *string                           `json:"scsi30,omitempty"`
	Scsihw *VirtualMachineScsiControllerType `json:"scsihw,omitempty"`
	// Cloudinit search domain.
	Searchdomain *string `json:"searchdomain,omitempty"`
	// A serial device on the virtual machine.
	Serial0 *string `json:"serial0,omitempty"`
	// A serial device on the virtual machine.
	Serial1 *string `json:"serial1,omitempty"`
	// A serial device on the virtual machine.
	Serial2 *string `json:"serial2,omitempty"`
	// A serial device on the virtual machine.
	Serial3 *string `json:"serial3,omitempty"`
	// The amount of memory shares for autoballooning.
	Shares *float32 `json:"shares,omitempty"`
	// SMBIOS type 1 field.
	Smbios1 *string `json:"smbios1,omitempty"`
	// The number of cpu sockets.
	Sockets *float32 `json:"sockets,omitempty"`
	// Enable spice enhancements.
	SpiceEnhancements *string `json:"spice_enhancements,omitempty"`
	// Cloud init SSH public keys. One per line.
	Sshkeys *string `json:"sshkeys,omitempty"`
	// The start date for the virtual machine real time clock.
	Startdate *string `json:"startdate,omitempty"`
	// The startup policy for the virtual machine.
	Startup *string `json:"startup,omitempty"`
	// Enable tablet device.
	Tablet *float32 `json:"tablet,omitempty"`
	// The tags for the virtual machine.
	Tags *string `json:"tags,omitempty"`
	// If the virtual machine is a template or not.
	Template *float32 `json:"template,omitempty"`
	// Configure a disk for storing TPM state.
	Tpmstate0 *string `json:"tpmstate0,omitempty"`
	// An unused disk on the virtual machine.
	Unused0 *string `json:"unused0,omitempty"`
	// An unused disk on the virtual machine.
	Unused1 *string `json:"unused1,omitempty"`
	// An unused disk on the virtual machine.
	Unused2 *string `json:"unused2,omitempty"`
	// An unused disk on the virtual machine.
	Unused3 *string `json:"unused3,omitempty"`
	// An unused disk on the virtual machine.
	Unused4 *string `json:"unused4,omitempty"`
	// An unused disk on the virtual machine.
	Unused5 *string `json:"unused5,omitempty"`
	// An unused disk on the virtual machine.
	Unused6 *string `json:"unused6,omitempty"`
	// An unused disk on the virtual machine.
	Unused7 *string `json:"unused7,omitempty"`
	// A usb device on the virtual machine.
	Usb0 *string `json:"usb0,omitempty"`
	// A usb device on the virtual machine.
	Usb1 *string `json:"usb1,omitempty"`
	// A usb device on the virtual machine.
	Usb2 *string `json:"usb2,omitempty"`
	// A usb device on the virtual machine.
	Usb3 *string `json:"usb3,omitempty"`
	// A usb device on the virtual machine.
	Usb4 *string `json:"usb4,omitempty"`
	// A usb device on the virtual machine.
	Usb5 *string `json:"usb5,omitempty"`
	// A usb device on the virtual machine.
	Usb6 *string `json:"usb6,omitempty"`
	// A usb device on the virtual machine.
	Usb7 *string `json:"usb7,omitempty"`
	// A usb device on the virtual machine.
	Usb8 *string `json:"usb8,omitempty"`
	// A usb device on the virtual machine.
	Usb9 *string `json:"usb9,omitempty"`
	// A usb device on the virtual machine.
	Usb10 *string `json:"usb10,omitempty"`
	// A usb device on the virtual machine.
	Usb11 *string `json:"usb11,omitempty"`
	// A usb device on the virtual machine.
	Usb12 *string `json:"usb12,omitempty"`
	// A usb device on the virtual machine.
	Usb13 *string `json:"usb13,omitempty"`
	// A usb device on the virtual machine.
	Usb14 *string `json:"usb14,omitempty"`
	// Hotplug devices.
	Hotplug *string `json:"hotplug,omitempty"`
	// The number of hotplugged virtual cpus.
	Vcpus *float32 `json:"vcpus,omitempty"`
	// Configuration for the VGA hardware.
	Vga *string `json:"vga,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio0 *string `json:"virtio0,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio1 *string `json:"virtio1,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio2 *string `json:"virtio2,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio3 *string `json:"virtio3,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio4 *string `json:"virtio4,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio5 *string `json:"virtio5,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio6 *string `json:"virtio6,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio7 *string `json:"virtio7,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio8 *string `json:"virtio8,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio9 *string `json:"virtio9,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio10 *string `json:"virtio10,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio11 *string `json:"virtio11,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio12 *string `json:"virtio12,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio13 *string `json:"virtio13,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio14 *string `json:"virtio14,omitempty"`
	// Uses the volume as a virtio disk.
	Virtio15 *string `json:"virtio15,omitempty"`
	// Enable VM generation id seed.
	Vmgenid *string `json:"vmgenid,omitempty"`
	// Default location for storing VM state.
	Vmstatestorage *string `json:"vmstatestorage,omitempty"`
	// The watchdog device for the virtual machine.
	Watchdog *string `json:"watchdog,omitempty"`
}

VirtualMachineConfigurationSummary The virtual machine configuration.

func NewVirtualMachineConfigurationSummary ¶

func NewVirtualMachineConfigurationSummary(digest string) *VirtualMachineConfigurationSummary

NewVirtualMachineConfigurationSummary instantiates a new VirtualMachineConfigurationSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineConfigurationSummaryWithDefaults ¶

func NewVirtualMachineConfigurationSummaryWithDefaults() *VirtualMachineConfigurationSummary

NewVirtualMachineConfigurationSummaryWithDefaults instantiates a new VirtualMachineConfigurationSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineConfigurationSummary) GetAcpi ¶

GetAcpi returns the Acpi field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetAcpiOk ¶

func (o *VirtualMachineConfigurationSummary) GetAcpiOk() (*float32, bool)

GetAcpiOk returns a tuple with the Acpi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetAffinity ¶

func (o *VirtualMachineConfigurationSummary) GetAffinity() string

GetAffinity returns the Affinity field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetAffinityOk ¶

func (o *VirtualMachineConfigurationSummary) GetAffinityOk() (*string, bool)

GetAffinityOk returns a tuple with the Affinity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetAgent ¶

GetAgent returns the Agent field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetAgentOk ¶

func (o *VirtualMachineConfigurationSummary) GetAgentOk() (*string, bool)

GetAgentOk returns a tuple with the Agent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetArch ¶

GetArch returns the Arch field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetArchOk ¶

GetArchOk returns a tuple with the Arch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetArgs ¶

GetArgs returns the Args field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetArgsOk ¶

func (o *VirtualMachineConfigurationSummary) GetArgsOk() (*string, bool)

GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetAudio0 ¶

GetAudio0 returns the Audio0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetAudio0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetAudio0Ok() (*string, bool)

GetAudio0Ok returns a tuple with the Audio0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetAutostart ¶

func (o *VirtualMachineConfigurationSummary) GetAutostart() float32

GetAutostart returns the Autostart field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetAutostartOk ¶

func (o *VirtualMachineConfigurationSummary) GetAutostartOk() (*float32, bool)

GetAutostartOk returns a tuple with the Autostart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetBallon ¶

GetBallon returns the Ballon field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetBallonOk ¶

func (o *VirtualMachineConfigurationSummary) GetBallonOk() (*float32, bool)

GetBallonOk returns a tuple with the Ballon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetBios ¶

GetBios returns the Bios field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetBiosOk ¶

GetBiosOk returns a tuple with the Bios field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetBoot ¶

GetBoot returns the Boot field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetBootOk ¶

func (o *VirtualMachineConfigurationSummary) GetBootOk() (*string, bool)

GetBootOk returns a tuple with the Boot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetBootdisk ¶

func (o *VirtualMachineConfigurationSummary) GetBootdisk() string

GetBootdisk returns the Bootdisk field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetBootdiskOk ¶

func (o *VirtualMachineConfigurationSummary) GetBootdiskOk() (*string, bool)

GetBootdiskOk returns a tuple with the Bootdisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetCdrom ¶

GetCdrom returns the Cdrom field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetCdromOk ¶

func (o *VirtualMachineConfigurationSummary) GetCdromOk() (*string, bool)

GetCdromOk returns a tuple with the Cdrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetCicustom ¶

func (o *VirtualMachineConfigurationSummary) GetCicustom() string

GetCicustom returns the Cicustom field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetCicustomOk ¶

func (o *VirtualMachineConfigurationSummary) GetCicustomOk() (*string, bool)

GetCicustomOk returns a tuple with the Cicustom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetCipassword ¶

func (o *VirtualMachineConfigurationSummary) GetCipassword() string

GetCipassword returns the Cipassword field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetCipasswordOk ¶

func (o *VirtualMachineConfigurationSummary) GetCipasswordOk() (*string, bool)

GetCipasswordOk returns a tuple with the Cipassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetCitype ¶

GetCitype returns the Citype field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetCitypeOk ¶

GetCitypeOk returns a tuple with the Citype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetCiuser ¶

GetCiuser returns the Ciuser field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetCiuserOk ¶

func (o *VirtualMachineConfigurationSummary) GetCiuserOk() (*string, bool)

GetCiuserOk returns a tuple with the Ciuser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetCores ¶

GetCores returns the Cores field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetCoresOk ¶

func (o *VirtualMachineConfigurationSummary) GetCoresOk() (*float32, bool)

GetCoresOk returns a tuple with the Cores field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetCpu ¶

GetCpu returns the Cpu field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetCpuOk ¶

GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetCpulimit ¶

GetCpulimit returns the Cpulimit field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetCpulimitOk ¶

func (o *VirtualMachineConfigurationSummary) GetCpulimitOk() (*float32, bool)

GetCpulimitOk returns a tuple with the Cpulimit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetCpuunits ¶

GetCpuunits returns the Cpuunits field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetCpuunitsOk ¶

func (o *VirtualMachineConfigurationSummary) GetCpuunitsOk() (*float32, bool)

GetCpuunitsOk returns a tuple with the Cpuunits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetDescription ¶

func (o *VirtualMachineConfigurationSummary) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetDescriptionOk ¶

func (o *VirtualMachineConfigurationSummary) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetDigest ¶

GetDigest returns the Digest field value

func (*VirtualMachineConfigurationSummary) GetDigestOk ¶

func (o *VirtualMachineConfigurationSummary) GetDigestOk() (*string, bool)

GetDigestOk returns a tuple with the Digest field value and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetEfidisk0 ¶

func (o *VirtualMachineConfigurationSummary) GetEfidisk0() string

GetEfidisk0 returns the Efidisk0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetEfidisk0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetEfidisk0Ok() (*string, bool)

GetEfidisk0Ok returns a tuple with the Efidisk0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetFreeze ¶

GetFreeze returns the Freeze field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetFreezeOk ¶

func (o *VirtualMachineConfigurationSummary) GetFreezeOk() (*bool, bool)

GetFreezeOk returns a tuple with the Freeze field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHookscript ¶

func (o *VirtualMachineConfigurationSummary) GetHookscript() string

GetHookscript returns the Hookscript field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHookscriptOk ¶

func (o *VirtualMachineConfigurationSummary) GetHookscriptOk() (*string, bool)

GetHookscriptOk returns a tuple with the Hookscript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHostpci0 ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci0() string

GetHostpci0 returns the Hostpci0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHostpci0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci0Ok() (*string, bool)

GetHostpci0Ok returns a tuple with the Hostpci0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHostpci1 ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci1() string

GetHostpci1 returns the Hostpci1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHostpci1Ok ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci1Ok() (*string, bool)

GetHostpci1Ok returns a tuple with the Hostpci1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHostpci2 ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci2() string

GetHostpci2 returns the Hostpci2 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHostpci2Ok ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci2Ok() (*string, bool)

GetHostpci2Ok returns a tuple with the Hostpci2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHostpci3 ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci3() string

GetHostpci3 returns the Hostpci3 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHostpci3Ok ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci3Ok() (*string, bool)

GetHostpci3Ok returns a tuple with the Hostpci3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHostpci4 ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci4() string

GetHostpci4 returns the Hostpci4 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHostpci4Ok ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci4Ok() (*string, bool)

GetHostpci4Ok returns a tuple with the Hostpci4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHostpci5 ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci5() string

GetHostpci5 returns the Hostpci5 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHostpci5Ok ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci5Ok() (*string, bool)

GetHostpci5Ok returns a tuple with the Hostpci5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHostpci6 ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci6() string

GetHostpci6 returns the Hostpci6 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHostpci6Ok ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci6Ok() (*string, bool)

GetHostpci6Ok returns a tuple with the Hostpci6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHostpci7 ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci7() string

GetHostpci7 returns the Hostpci7 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHostpci7Ok ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci7Ok() (*string, bool)

GetHostpci7Ok returns a tuple with the Hostpci7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHostpci8 ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci8() string

GetHostpci8 returns the Hostpci8 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHostpci8Ok ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci8Ok() (*string, bool)

GetHostpci8Ok returns a tuple with the Hostpci8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHostpci9 ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci9() string

GetHostpci9 returns the Hostpci9 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHostpci9Ok ¶

func (o *VirtualMachineConfigurationSummary) GetHostpci9Ok() (*string, bool)

GetHostpci9Ok returns a tuple with the Hostpci9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHotplug ¶

GetHotplug returns the Hotplug field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHotplugOk ¶

func (o *VirtualMachineConfigurationSummary) GetHotplugOk() (*string, bool)

GetHotplugOk returns a tuple with the Hotplug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetHugepages ¶

GetHugepages returns the Hugepages field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetHugepagesOk ¶

GetHugepagesOk returns a tuple with the Hugepages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIde0 ¶

GetIde0 returns the Ide0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIde0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetIde0Ok() (*string, bool)

GetIde0Ok returns a tuple with the Ide0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIde1 ¶

GetIde1 returns the Ide1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIde1Ok ¶

func (o *VirtualMachineConfigurationSummary) GetIde1Ok() (*string, bool)

GetIde1Ok returns a tuple with the Ide1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIde2 ¶

GetIde2 returns the Ide2 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIde2Ok ¶

func (o *VirtualMachineConfigurationSummary) GetIde2Ok() (*string, bool)

GetIde2Ok returns a tuple with the Ide2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIde3 ¶

GetIde3 returns the Ide3 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIde3Ok ¶

func (o *VirtualMachineConfigurationSummary) GetIde3Ok() (*string, bool)

GetIde3Ok returns a tuple with the Ide3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIpconfig0 ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig0() string

GetIpconfig0 returns the Ipconfig0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIpconfig0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig0Ok() (*string, bool)

GetIpconfig0Ok returns a tuple with the Ipconfig0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIpconfig1 ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig1() string

GetIpconfig1 returns the Ipconfig1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIpconfig1Ok ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig1Ok() (*string, bool)

GetIpconfig1Ok returns a tuple with the Ipconfig1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIpconfig2 ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig2() string

GetIpconfig2 returns the Ipconfig2 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIpconfig2Ok ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig2Ok() (*string, bool)

GetIpconfig2Ok returns a tuple with the Ipconfig2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIpconfig3 ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig3() string

GetIpconfig3 returns the Ipconfig3 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIpconfig3Ok ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig3Ok() (*string, bool)

GetIpconfig3Ok returns a tuple with the Ipconfig3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIpconfig4 ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig4() string

GetIpconfig4 returns the Ipconfig4 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIpconfig4Ok ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig4Ok() (*string, bool)

GetIpconfig4Ok returns a tuple with the Ipconfig4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIpconfig5 ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig5() string

GetIpconfig5 returns the Ipconfig5 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIpconfig5Ok ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig5Ok() (*string, bool)

GetIpconfig5Ok returns a tuple with the Ipconfig5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIpconfig6 ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig6() string

GetIpconfig6 returns the Ipconfig6 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIpconfig6Ok ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig6Ok() (*string, bool)

GetIpconfig6Ok returns a tuple with the Ipconfig6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIpconfig7 ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig7() string

GetIpconfig7 returns the Ipconfig7 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIpconfig7Ok ¶

func (o *VirtualMachineConfigurationSummary) GetIpconfig7Ok() (*string, bool)

GetIpconfig7Ok returns a tuple with the Ipconfig7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetIvshmem ¶

GetIvshmem returns the Ivshmem field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetIvshmemOk ¶

func (o *VirtualMachineConfigurationSummary) GetIvshmemOk() (*string, bool)

GetIvshmemOk returns a tuple with the Ivshmem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetKeephugepages ¶

func (o *VirtualMachineConfigurationSummary) GetKeephugepages() float32

GetKeephugepages returns the Keephugepages field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetKeephugepagesOk ¶

func (o *VirtualMachineConfigurationSummary) GetKeephugepagesOk() (*float32, bool)

GetKeephugepagesOk returns a tuple with the Keephugepages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetKeyboard ¶

GetKeyboard returns the Keyboard field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetKeyboardOk ¶

GetKeyboardOk returns a tuple with the Keyboard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetKvm ¶

GetKvm returns the Kvm field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetKvmOk ¶

GetKvmOk returns a tuple with the Kvm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetLocaltime ¶

func (o *VirtualMachineConfigurationSummary) GetLocaltime() float32

GetLocaltime returns the Localtime field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetLocaltimeOk ¶

func (o *VirtualMachineConfigurationSummary) GetLocaltimeOk() (*float32, bool)

GetLocaltimeOk returns a tuple with the Localtime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetLock ¶

GetLock returns the Lock field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetLockOk ¶

GetLockOk returns a tuple with the Lock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetMachine ¶

GetMachine returns the Machine field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetMachineOk ¶

func (o *VirtualMachineConfigurationSummary) GetMachineOk() (*string, bool)

GetMachineOk returns a tuple with the Machine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetMemory ¶

GetMemory returns the Memory field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetMemoryOk ¶

func (o *VirtualMachineConfigurationSummary) GetMemoryOk() (*float32, bool)

GetMemoryOk returns a tuple with the Memory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetMeta ¶

GetMeta returns the Meta field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetMetaOk ¶

func (o *VirtualMachineConfigurationSummary) GetMetaOk() (*string, bool)

GetMetaOk returns a tuple with the Meta field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetMigrateDowntime ¶

func (o *VirtualMachineConfigurationSummary) GetMigrateDowntime() float32

GetMigrateDowntime returns the MigrateDowntime field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetMigrateDowntimeOk ¶

func (o *VirtualMachineConfigurationSummary) GetMigrateDowntimeOk() (*float32, bool)

GetMigrateDowntimeOk returns a tuple with the MigrateDowntime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetMigrateSpeed ¶

func (o *VirtualMachineConfigurationSummary) GetMigrateSpeed() float32

GetMigrateSpeed returns the MigrateSpeed field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetMigrateSpeedOk ¶

func (o *VirtualMachineConfigurationSummary) GetMigrateSpeedOk() (*float32, bool)

GetMigrateSpeedOk returns a tuple with the MigrateSpeed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNameOk ¶

func (o *VirtualMachineConfigurationSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNameserver ¶

func (o *VirtualMachineConfigurationSummary) GetNameserver() string

GetNameserver returns the Nameserver field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNameserverOk ¶

func (o *VirtualMachineConfigurationSummary) GetNameserverOk() (*string, bool)

GetNameserverOk returns a tuple with the Nameserver field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNet0 ¶

GetNet0 returns the Net0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNet0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNet0Ok() (*string, bool)

GetNet0Ok returns a tuple with the Net0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNet1 ¶

GetNet1 returns the Net1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNet1Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNet1Ok() (*string, bool)

GetNet1Ok returns a tuple with the Net1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNet2 ¶

GetNet2 returns the Net2 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNet2Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNet2Ok() (*string, bool)

GetNet2Ok returns a tuple with the Net2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNet3 ¶

GetNet3 returns the Net3 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNet3Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNet3Ok() (*string, bool)

GetNet3Ok returns a tuple with the Net3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNet4 ¶

GetNet4 returns the Net4 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNet4Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNet4Ok() (*string, bool)

GetNet4Ok returns a tuple with the Net4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNet5 ¶

GetNet5 returns the Net5 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNet5Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNet5Ok() (*string, bool)

GetNet5Ok returns a tuple with the Net5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNet6 ¶

GetNet6 returns the Net6 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNet6Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNet6Ok() (*string, bool)

GetNet6Ok returns a tuple with the Net6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNet7 ¶

GetNet7 returns the Net7 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNet7Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNet7Ok() (*string, bool)

GetNet7Ok returns a tuple with the Net7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNuma ¶

GetNuma returns the Numa field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNuma0 ¶

GetNuma0 returns the Numa0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNuma0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNuma0Ok() (*string, bool)

GetNuma0Ok returns a tuple with the Numa0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNuma1 ¶

GetNuma1 returns the Numa1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNuma1Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNuma1Ok() (*string, bool)

GetNuma1Ok returns a tuple with the Numa1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNuma2 ¶

GetNuma2 returns the Numa2 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNuma2Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNuma2Ok() (*string, bool)

GetNuma2Ok returns a tuple with the Numa2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNuma3 ¶

GetNuma3 returns the Numa3 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNuma3Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNuma3Ok() (*string, bool)

GetNuma3Ok returns a tuple with the Numa3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNuma4 ¶

GetNuma4 returns the Numa4 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNuma4Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNuma4Ok() (*string, bool)

GetNuma4Ok returns a tuple with the Numa4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNuma5 ¶

GetNuma5 returns the Numa5 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNuma5Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNuma5Ok() (*string, bool)

GetNuma5Ok returns a tuple with the Numa5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNuma6 ¶

GetNuma6 returns the Numa6 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNuma6Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNuma6Ok() (*string, bool)

GetNuma6Ok returns a tuple with the Numa6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNuma7 ¶

GetNuma7 returns the Numa7 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetNuma7Ok ¶

func (o *VirtualMachineConfigurationSummary) GetNuma7Ok() (*string, bool)

GetNuma7Ok returns a tuple with the Numa7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetNumaOk ¶

func (o *VirtualMachineConfigurationSummary) GetNumaOk() (*float32, bool)

GetNumaOk returns a tuple with the Numa field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetOnboot ¶

GetOnboot returns the Onboot field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetOnbootOk ¶

func (o *VirtualMachineConfigurationSummary) GetOnbootOk() (*float32, bool)

GetOnbootOk returns a tuple with the Onboot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetOstype ¶

GetOstype returns the Ostype field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetOstypeOk ¶

GetOstypeOk returns a tuple with the Ostype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetParallel0 ¶

func (o *VirtualMachineConfigurationSummary) GetParallel0() string

GetParallel0 returns the Parallel0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetParallel0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetParallel0Ok() (*string, bool)

GetParallel0Ok returns a tuple with the Parallel0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetParallel1 ¶

func (o *VirtualMachineConfigurationSummary) GetParallel1() string

GetParallel1 returns the Parallel1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetParallel1Ok ¶

func (o *VirtualMachineConfigurationSummary) GetParallel1Ok() (*string, bool)

GetParallel1Ok returns a tuple with the Parallel1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetParallel2 ¶

func (o *VirtualMachineConfigurationSummary) GetParallel2() string

GetParallel2 returns the Parallel2 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetParallel2Ok ¶

func (o *VirtualMachineConfigurationSummary) GetParallel2Ok() (*string, bool)

GetParallel2Ok returns a tuple with the Parallel2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetProtection ¶

func (o *VirtualMachineConfigurationSummary) GetProtection() float32

GetProtection returns the Protection field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetProtectionOk ¶

func (o *VirtualMachineConfigurationSummary) GetProtectionOk() (*float32, bool)

GetProtectionOk returns a tuple with the Protection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetReboot ¶

GetReboot returns the Reboot field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetRebootOk ¶

func (o *VirtualMachineConfigurationSummary) GetRebootOk() (*float32, bool)

GetRebootOk returns a tuple with the Reboot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetRng0 ¶

GetRng0 returns the Rng0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetRng0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetRng0Ok() (*string, bool)

GetRng0Ok returns a tuple with the Rng0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSata0 ¶

GetSata0 returns the Sata0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSata0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetSata0Ok() (*string, bool)

GetSata0Ok returns a tuple with the Sata0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSata1 ¶

GetSata1 returns the Sata1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSata1Ok ¶

func (o *VirtualMachineConfigurationSummary) GetSata1Ok() (*string, bool)

GetSata1Ok returns a tuple with the Sata1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSata2 ¶

GetSata2 returns the Sata2 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSata2Ok ¶

func (o *VirtualMachineConfigurationSummary) GetSata2Ok() (*string, bool)

GetSata2Ok returns a tuple with the Sata2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSata3 ¶

GetSata3 returns the Sata3 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSata3Ok ¶

func (o *VirtualMachineConfigurationSummary) GetSata3Ok() (*string, bool)

GetSata3Ok returns a tuple with the Sata3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSata4 ¶

GetSata4 returns the Sata4 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSata4Ok ¶

func (o *VirtualMachineConfigurationSummary) GetSata4Ok() (*string, bool)

GetSata4Ok returns a tuple with the Sata4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSata5 ¶

GetSata5 returns the Sata5 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSata5Ok ¶

func (o *VirtualMachineConfigurationSummary) GetSata5Ok() (*string, bool)

GetSata5Ok returns a tuple with the Sata5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi0 ¶

GetScsi0 returns the Scsi0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi0Ok() (*string, bool)

GetScsi0Ok returns a tuple with the Scsi0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi1 ¶

GetScsi1 returns the Scsi1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi10 ¶

GetScsi10 returns the Scsi10 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi10Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi10Ok() (*string, bool)

GetScsi10Ok returns a tuple with the Scsi10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi11 ¶

GetScsi11 returns the Scsi11 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi11Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi11Ok() (*string, bool)

GetScsi11Ok returns a tuple with the Scsi11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi12 ¶

GetScsi12 returns the Scsi12 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi12Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi12Ok() (*string, bool)

GetScsi12Ok returns a tuple with the Scsi12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi13 ¶

GetScsi13 returns the Scsi13 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi13Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi13Ok() (*string, bool)

GetScsi13Ok returns a tuple with the Scsi13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi14 ¶

GetScsi14 returns the Scsi14 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi14Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi14Ok() (*string, bool)

GetScsi14Ok returns a tuple with the Scsi14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi15 ¶

GetScsi15 returns the Scsi15 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi15Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi15Ok() (*string, bool)

GetScsi15Ok returns a tuple with the Scsi15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi16 ¶

GetScsi16 returns the Scsi16 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi16Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi16Ok() (*string, bool)

GetScsi16Ok returns a tuple with the Scsi16 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi17 ¶

GetScsi17 returns the Scsi17 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi17Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi17Ok() (*string, bool)

GetScsi17Ok returns a tuple with the Scsi17 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi18 ¶

GetScsi18 returns the Scsi18 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi18Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi18Ok() (*string, bool)

GetScsi18Ok returns a tuple with the Scsi18 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi19 ¶

GetScsi19 returns the Scsi19 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi19Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi19Ok() (*string, bool)

GetScsi19Ok returns a tuple with the Scsi19 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi1Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi1Ok() (*string, bool)

GetScsi1Ok returns a tuple with the Scsi1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi2 ¶

GetScsi2 returns the Scsi2 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi20 ¶

GetScsi20 returns the Scsi20 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi20Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi20Ok() (*string, bool)

GetScsi20Ok returns a tuple with the Scsi20 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi21 ¶

GetScsi21 returns the Scsi21 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi21Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi21Ok() (*string, bool)

GetScsi21Ok returns a tuple with the Scsi21 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi22 ¶

GetScsi22 returns the Scsi22 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi22Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi22Ok() (*string, bool)

GetScsi22Ok returns a tuple with the Scsi22 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi23 ¶

GetScsi23 returns the Scsi23 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi23Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi23Ok() (*string, bool)

GetScsi23Ok returns a tuple with the Scsi23 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi24 ¶

GetScsi24 returns the Scsi24 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi24Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi24Ok() (*string, bool)

GetScsi24Ok returns a tuple with the Scsi24 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi25 ¶

GetScsi25 returns the Scsi25 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi25Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi25Ok() (*string, bool)

GetScsi25Ok returns a tuple with the Scsi25 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi26 ¶

GetScsi26 returns the Scsi26 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi26Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi26Ok() (*string, bool)

GetScsi26Ok returns a tuple with the Scsi26 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi27 ¶

GetScsi27 returns the Scsi27 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi27Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi27Ok() (*string, bool)

GetScsi27Ok returns a tuple with the Scsi27 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi28 ¶

GetScsi28 returns the Scsi28 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi28Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi28Ok() (*string, bool)

GetScsi28Ok returns a tuple with the Scsi28 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi29 ¶

GetScsi29 returns the Scsi29 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi29Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi29Ok() (*string, bool)

GetScsi29Ok returns a tuple with the Scsi29 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi2Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi2Ok() (*string, bool)

GetScsi2Ok returns a tuple with the Scsi2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi3 ¶

GetScsi3 returns the Scsi3 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi30 ¶

GetScsi30 returns the Scsi30 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi30Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi30Ok() (*string, bool)

GetScsi30Ok returns a tuple with the Scsi30 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi3Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi3Ok() (*string, bool)

GetScsi3Ok returns a tuple with the Scsi3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi4 ¶

GetScsi4 returns the Scsi4 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi4Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi4Ok() (*string, bool)

GetScsi4Ok returns a tuple with the Scsi4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi5 ¶

GetScsi5 returns the Scsi5 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi5Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi5Ok() (*string, bool)

GetScsi5Ok returns a tuple with the Scsi5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi6 ¶

GetScsi6 returns the Scsi6 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi6Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi6Ok() (*string, bool)

GetScsi6Ok returns a tuple with the Scsi6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi7 ¶

GetScsi7 returns the Scsi7 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi7Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi7Ok() (*string, bool)

GetScsi7Ok returns a tuple with the Scsi7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi8 ¶

GetScsi8 returns the Scsi8 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi8Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi8Ok() (*string, bool)

GetScsi8Ok returns a tuple with the Scsi8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsi9 ¶

GetScsi9 returns the Scsi9 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsi9Ok ¶

func (o *VirtualMachineConfigurationSummary) GetScsi9Ok() (*string, bool)

GetScsi9Ok returns a tuple with the Scsi9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetScsihw ¶

GetScsihw returns the Scsihw field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetScsihwOk ¶

GetScsihwOk returns a tuple with the Scsihw field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSearchdomain ¶

func (o *VirtualMachineConfigurationSummary) GetSearchdomain() string

GetSearchdomain returns the Searchdomain field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSearchdomainOk ¶

func (o *VirtualMachineConfigurationSummary) GetSearchdomainOk() (*string, bool)

GetSearchdomainOk returns a tuple with the Searchdomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSerial0 ¶

GetSerial0 returns the Serial0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSerial0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetSerial0Ok() (*string, bool)

GetSerial0Ok returns a tuple with the Serial0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSerial1 ¶

GetSerial1 returns the Serial1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSerial1Ok ¶

func (o *VirtualMachineConfigurationSummary) GetSerial1Ok() (*string, bool)

GetSerial1Ok returns a tuple with the Serial1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSerial2 ¶

GetSerial2 returns the Serial2 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSerial2Ok ¶

func (o *VirtualMachineConfigurationSummary) GetSerial2Ok() (*string, bool)

GetSerial2Ok returns a tuple with the Serial2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSerial3 ¶

GetSerial3 returns the Serial3 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSerial3Ok ¶

func (o *VirtualMachineConfigurationSummary) GetSerial3Ok() (*string, bool)

GetSerial3Ok returns a tuple with the Serial3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetShares ¶

GetShares returns the Shares field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSharesOk ¶

func (o *VirtualMachineConfigurationSummary) GetSharesOk() (*float32, bool)

GetSharesOk returns a tuple with the Shares field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSmbios1 ¶

GetSmbios1 returns the Smbios1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSmbios1Ok ¶

func (o *VirtualMachineConfigurationSummary) GetSmbios1Ok() (*string, bool)

GetSmbios1Ok returns a tuple with the Smbios1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSockets ¶

GetSockets returns the Sockets field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSocketsOk ¶

func (o *VirtualMachineConfigurationSummary) GetSocketsOk() (*float32, bool)

GetSocketsOk returns a tuple with the Sockets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSpiceEnhancements ¶

func (o *VirtualMachineConfigurationSummary) GetSpiceEnhancements() string

GetSpiceEnhancements returns the SpiceEnhancements field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSpiceEnhancementsOk ¶

func (o *VirtualMachineConfigurationSummary) GetSpiceEnhancementsOk() (*string, bool)

GetSpiceEnhancementsOk returns a tuple with the SpiceEnhancements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetSshkeys ¶

GetSshkeys returns the Sshkeys field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetSshkeysOk ¶

func (o *VirtualMachineConfigurationSummary) GetSshkeysOk() (*string, bool)

GetSshkeysOk returns a tuple with the Sshkeys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetStartdate ¶

func (o *VirtualMachineConfigurationSummary) GetStartdate() string

GetStartdate returns the Startdate field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetStartdateOk ¶

func (o *VirtualMachineConfigurationSummary) GetStartdateOk() (*string, bool)

GetStartdateOk returns a tuple with the Startdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetStartup ¶

GetStartup returns the Startup field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetStartupOk ¶

func (o *VirtualMachineConfigurationSummary) GetStartupOk() (*string, bool)

GetStartupOk returns a tuple with the Startup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetTablet ¶

GetTablet returns the Tablet field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetTabletOk ¶

func (o *VirtualMachineConfigurationSummary) GetTabletOk() (*float32, bool)

GetTabletOk returns a tuple with the Tablet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetTags ¶

GetTags returns the Tags field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetTagsOk ¶

func (o *VirtualMachineConfigurationSummary) GetTagsOk() (*string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetTemplate ¶

GetTemplate returns the Template field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetTemplateOk ¶

func (o *VirtualMachineConfigurationSummary) GetTemplateOk() (*float32, bool)

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetTpmstate0 ¶

func (o *VirtualMachineConfigurationSummary) GetTpmstate0() string

GetTpmstate0 returns the Tpmstate0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetTpmstate0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetTpmstate0Ok() (*string, bool)

GetTpmstate0Ok returns a tuple with the Tpmstate0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUnused0 ¶ added in v0.55.0

GetUnused0 returns the Unused0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUnused0Ok ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) GetUnused0Ok() (*string, bool)

GetUnused0Ok returns a tuple with the Unused0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUnused1 ¶ added in v0.55.0

GetUnused1 returns the Unused1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUnused1Ok ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) GetUnused1Ok() (*string, bool)

GetUnused1Ok returns a tuple with the Unused1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUnused2 ¶ added in v0.55.0

GetUnused2 returns the Unused2 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUnused2Ok ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) GetUnused2Ok() (*string, bool)

GetUnused2Ok returns a tuple with the Unused2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUnused3 ¶ added in v0.55.0

GetUnused3 returns the Unused3 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUnused3Ok ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) GetUnused3Ok() (*string, bool)

GetUnused3Ok returns a tuple with the Unused3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUnused4 ¶ added in v0.55.0

GetUnused4 returns the Unused4 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUnused4Ok ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) GetUnused4Ok() (*string, bool)

GetUnused4Ok returns a tuple with the Unused4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUnused5 ¶ added in v0.55.0

GetUnused5 returns the Unused5 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUnused5Ok ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) GetUnused5Ok() (*string, bool)

GetUnused5Ok returns a tuple with the Unused5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUnused6 ¶ added in v0.55.0

GetUnused6 returns the Unused6 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUnused6Ok ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) GetUnused6Ok() (*string, bool)

GetUnused6Ok returns a tuple with the Unused6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUnused7 ¶ added in v0.55.0

GetUnused7 returns the Unused7 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUnused7Ok ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) GetUnused7Ok() (*string, bool)

GetUnused7Ok returns a tuple with the Unused7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb0 ¶

GetUsb0 returns the Usb0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb0Ok() (*string, bool)

GetUsb0Ok returns a tuple with the Usb0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb1 ¶

GetUsb1 returns the Usb1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb10 ¶

GetUsb10 returns the Usb10 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb10Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb10Ok() (*string, bool)

GetUsb10Ok returns a tuple with the Usb10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb11 ¶

GetUsb11 returns the Usb11 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb11Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb11Ok() (*string, bool)

GetUsb11Ok returns a tuple with the Usb11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb12 ¶

GetUsb12 returns the Usb12 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb12Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb12Ok() (*string, bool)

GetUsb12Ok returns a tuple with the Usb12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb13 ¶

GetUsb13 returns the Usb13 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb13Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb13Ok() (*string, bool)

GetUsb13Ok returns a tuple with the Usb13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb14 ¶

GetUsb14 returns the Usb14 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb14Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb14Ok() (*string, bool)

GetUsb14Ok returns a tuple with the Usb14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb1Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb1Ok() (*string, bool)

GetUsb1Ok returns a tuple with the Usb1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb2 ¶

GetUsb2 returns the Usb2 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb2Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb2Ok() (*string, bool)

GetUsb2Ok returns a tuple with the Usb2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb3 ¶

GetUsb3 returns the Usb3 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb3Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb3Ok() (*string, bool)

GetUsb3Ok returns a tuple with the Usb3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb4 ¶

GetUsb4 returns the Usb4 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb4Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb4Ok() (*string, bool)

GetUsb4Ok returns a tuple with the Usb4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb5 ¶

GetUsb5 returns the Usb5 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb5Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb5Ok() (*string, bool)

GetUsb5Ok returns a tuple with the Usb5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb6 ¶

GetUsb6 returns the Usb6 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb6Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb6Ok() (*string, bool)

GetUsb6Ok returns a tuple with the Usb6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb7 ¶

GetUsb7 returns the Usb7 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb7Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb7Ok() (*string, bool)

GetUsb7Ok returns a tuple with the Usb7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb8 ¶

GetUsb8 returns the Usb8 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb8Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb8Ok() (*string, bool)

GetUsb8Ok returns a tuple with the Usb8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetUsb9 ¶

GetUsb9 returns the Usb9 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetUsb9Ok ¶

func (o *VirtualMachineConfigurationSummary) GetUsb9Ok() (*string, bool)

GetUsb9Ok returns a tuple with the Usb9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVcpus ¶

GetVcpus returns the Vcpus field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVcpusOk ¶

func (o *VirtualMachineConfigurationSummary) GetVcpusOk() (*float32, bool)

GetVcpusOk returns a tuple with the Vcpus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVga ¶

GetVga returns the Vga field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVgaOk ¶

GetVgaOk returns a tuple with the Vga field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio0 ¶

GetVirtio0 returns the Virtio0 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio0Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio0Ok() (*string, bool)

GetVirtio0Ok returns a tuple with the Virtio0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio1 ¶

GetVirtio1 returns the Virtio1 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio10 ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio10() string

GetVirtio10 returns the Virtio10 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio10Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio10Ok() (*string, bool)

GetVirtio10Ok returns a tuple with the Virtio10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio11 ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio11() string

GetVirtio11 returns the Virtio11 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio11Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio11Ok() (*string, bool)

GetVirtio11Ok returns a tuple with the Virtio11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio12 ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio12() string

GetVirtio12 returns the Virtio12 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio12Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio12Ok() (*string, bool)

GetVirtio12Ok returns a tuple with the Virtio12 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio13 ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio13() string

GetVirtio13 returns the Virtio13 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio13Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio13Ok() (*string, bool)

GetVirtio13Ok returns a tuple with the Virtio13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio14 ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio14() string

GetVirtio14 returns the Virtio14 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio14Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio14Ok() (*string, bool)

GetVirtio14Ok returns a tuple with the Virtio14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio15 ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio15() string

GetVirtio15 returns the Virtio15 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio15Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio15Ok() (*string, bool)

GetVirtio15Ok returns a tuple with the Virtio15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio1Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio1Ok() (*string, bool)

GetVirtio1Ok returns a tuple with the Virtio1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio2 ¶

GetVirtio2 returns the Virtio2 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio2Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio2Ok() (*string, bool)

GetVirtio2Ok returns a tuple with the Virtio2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio3 ¶

GetVirtio3 returns the Virtio3 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio3Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio3Ok() (*string, bool)

GetVirtio3Ok returns a tuple with the Virtio3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio4 ¶

GetVirtio4 returns the Virtio4 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio4Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio4Ok() (*string, bool)

GetVirtio4Ok returns a tuple with the Virtio4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio5 ¶

GetVirtio5 returns the Virtio5 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio5Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio5Ok() (*string, bool)

GetVirtio5Ok returns a tuple with the Virtio5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio6 ¶

GetVirtio6 returns the Virtio6 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio6Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio6Ok() (*string, bool)

GetVirtio6Ok returns a tuple with the Virtio6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio7 ¶

GetVirtio7 returns the Virtio7 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio7Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio7Ok() (*string, bool)

GetVirtio7Ok returns a tuple with the Virtio7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio8 ¶

GetVirtio8 returns the Virtio8 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio8Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio8Ok() (*string, bool)

GetVirtio8Ok returns a tuple with the Virtio8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVirtio9 ¶

GetVirtio9 returns the Virtio9 field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVirtio9Ok ¶

func (o *VirtualMachineConfigurationSummary) GetVirtio9Ok() (*string, bool)

GetVirtio9Ok returns a tuple with the Virtio9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVmgenid ¶

GetVmgenid returns the Vmgenid field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVmgenidOk ¶

func (o *VirtualMachineConfigurationSummary) GetVmgenidOk() (*string, bool)

GetVmgenidOk returns a tuple with the Vmgenid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetVmstatestorage ¶

func (o *VirtualMachineConfigurationSummary) GetVmstatestorage() string

GetVmstatestorage returns the Vmstatestorage field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetVmstatestorageOk ¶

func (o *VirtualMachineConfigurationSummary) GetVmstatestorageOk() (*string, bool)

GetVmstatestorageOk returns a tuple with the Vmstatestorage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) GetWatchdog ¶

func (o *VirtualMachineConfigurationSummary) GetWatchdog() string

GetWatchdog returns the Watchdog field value if set, zero value otherwise.

func (*VirtualMachineConfigurationSummary) GetWatchdogOk ¶

func (o *VirtualMachineConfigurationSummary) GetWatchdogOk() (*string, bool)

GetWatchdogOk returns a tuple with the Watchdog field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineConfigurationSummary) HasAcpi ¶

HasAcpi returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasAffinity ¶

func (o *VirtualMachineConfigurationSummary) HasAffinity() bool

HasAffinity returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasAgent ¶

HasAgent returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasArch ¶

HasArch returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasArgs ¶

HasArgs returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasAudio0 ¶

HasAudio0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasAutostart ¶

func (o *VirtualMachineConfigurationSummary) HasAutostart() bool

HasAutostart returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasBallon ¶

HasBallon returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasBios ¶

HasBios returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasBoot ¶

HasBoot returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasBootdisk ¶

func (o *VirtualMachineConfigurationSummary) HasBootdisk() bool

HasBootdisk returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasCdrom ¶

HasCdrom returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasCicustom ¶

func (o *VirtualMachineConfigurationSummary) HasCicustom() bool

HasCicustom returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasCipassword ¶

func (o *VirtualMachineConfigurationSummary) HasCipassword() bool

HasCipassword returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasCitype ¶

HasCitype returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasCiuser ¶

HasCiuser returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasCores ¶

HasCores returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasCpu ¶

HasCpu returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasCpulimit ¶

func (o *VirtualMachineConfigurationSummary) HasCpulimit() bool

HasCpulimit returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasCpuunits ¶

func (o *VirtualMachineConfigurationSummary) HasCpuunits() bool

HasCpuunits returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasDescription ¶

func (o *VirtualMachineConfigurationSummary) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasEfidisk0 ¶

func (o *VirtualMachineConfigurationSummary) HasEfidisk0() bool

HasEfidisk0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasFreeze ¶

HasFreeze returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHookscript ¶

func (o *VirtualMachineConfigurationSummary) HasHookscript() bool

HasHookscript returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHostpci0 ¶

func (o *VirtualMachineConfigurationSummary) HasHostpci0() bool

HasHostpci0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHostpci1 ¶

func (o *VirtualMachineConfigurationSummary) HasHostpci1() bool

HasHostpci1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHostpci2 ¶

func (o *VirtualMachineConfigurationSummary) HasHostpci2() bool

HasHostpci2 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHostpci3 ¶

func (o *VirtualMachineConfigurationSummary) HasHostpci3() bool

HasHostpci3 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHostpci4 ¶

func (o *VirtualMachineConfigurationSummary) HasHostpci4() bool

HasHostpci4 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHostpci5 ¶

func (o *VirtualMachineConfigurationSummary) HasHostpci5() bool

HasHostpci5 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHostpci6 ¶

func (o *VirtualMachineConfigurationSummary) HasHostpci6() bool

HasHostpci6 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHostpci7 ¶

func (o *VirtualMachineConfigurationSummary) HasHostpci7() bool

HasHostpci7 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHostpci8 ¶

func (o *VirtualMachineConfigurationSummary) HasHostpci8() bool

HasHostpci8 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHostpci9 ¶

func (o *VirtualMachineConfigurationSummary) HasHostpci9() bool

HasHostpci9 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHotplug ¶

func (o *VirtualMachineConfigurationSummary) HasHotplug() bool

HasHotplug returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasHugepages ¶

func (o *VirtualMachineConfigurationSummary) HasHugepages() bool

HasHugepages returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIde0 ¶

HasIde0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIde1 ¶

HasIde1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIde2 ¶

HasIde2 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIde3 ¶

HasIde3 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIpconfig0 ¶

func (o *VirtualMachineConfigurationSummary) HasIpconfig0() bool

HasIpconfig0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIpconfig1 ¶

func (o *VirtualMachineConfigurationSummary) HasIpconfig1() bool

HasIpconfig1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIpconfig2 ¶

func (o *VirtualMachineConfigurationSummary) HasIpconfig2() bool

HasIpconfig2 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIpconfig3 ¶

func (o *VirtualMachineConfigurationSummary) HasIpconfig3() bool

HasIpconfig3 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIpconfig4 ¶

func (o *VirtualMachineConfigurationSummary) HasIpconfig4() bool

HasIpconfig4 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIpconfig5 ¶

func (o *VirtualMachineConfigurationSummary) HasIpconfig5() bool

HasIpconfig5 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIpconfig6 ¶

func (o *VirtualMachineConfigurationSummary) HasIpconfig6() bool

HasIpconfig6 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIpconfig7 ¶

func (o *VirtualMachineConfigurationSummary) HasIpconfig7() bool

HasIpconfig7 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasIvshmem ¶

func (o *VirtualMachineConfigurationSummary) HasIvshmem() bool

HasIvshmem returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasKeephugepages ¶

func (o *VirtualMachineConfigurationSummary) HasKeephugepages() bool

HasKeephugepages returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasKeyboard ¶

func (o *VirtualMachineConfigurationSummary) HasKeyboard() bool

HasKeyboard returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasKvm ¶

HasKvm returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasLocaltime ¶

func (o *VirtualMachineConfigurationSummary) HasLocaltime() bool

HasLocaltime returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasLock ¶

HasLock returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasMachine ¶

func (o *VirtualMachineConfigurationSummary) HasMachine() bool

HasMachine returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasMemory ¶

HasMemory returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasMeta ¶

HasMeta returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasMigrateDowntime ¶

func (o *VirtualMachineConfigurationSummary) HasMigrateDowntime() bool

HasMigrateDowntime returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasMigrateSpeed ¶

func (o *VirtualMachineConfigurationSummary) HasMigrateSpeed() bool

HasMigrateSpeed returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasName ¶

HasName returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNameserver ¶

func (o *VirtualMachineConfigurationSummary) HasNameserver() bool

HasNameserver returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNet0 ¶

HasNet0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNet1 ¶

HasNet1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNet2 ¶

HasNet2 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNet3 ¶

HasNet3 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNet4 ¶

HasNet4 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNet5 ¶

HasNet5 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNet6 ¶

HasNet6 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNet7 ¶

HasNet7 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNuma ¶

HasNuma returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNuma0 ¶

HasNuma0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNuma1 ¶

HasNuma1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNuma2 ¶

HasNuma2 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNuma3 ¶

HasNuma3 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNuma4 ¶

HasNuma4 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNuma5 ¶

HasNuma5 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNuma6 ¶

HasNuma6 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasNuma7 ¶

HasNuma7 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasOnboot ¶

HasOnboot returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasOstype ¶

HasOstype returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasParallel0 ¶

func (o *VirtualMachineConfigurationSummary) HasParallel0() bool

HasParallel0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasParallel1 ¶

func (o *VirtualMachineConfigurationSummary) HasParallel1() bool

HasParallel1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasParallel2 ¶

func (o *VirtualMachineConfigurationSummary) HasParallel2() bool

HasParallel2 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasProtection ¶

func (o *VirtualMachineConfigurationSummary) HasProtection() bool

HasProtection returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasReboot ¶

HasReboot returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasRng0 ¶

HasRng0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSata0 ¶

HasSata0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSata1 ¶

HasSata1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSata2 ¶

HasSata2 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSata3 ¶

HasSata3 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSata4 ¶

HasSata4 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSata5 ¶

HasSata5 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi0 ¶

HasScsi0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi1 ¶

HasScsi1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi10 ¶

HasScsi10 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi11 ¶

HasScsi11 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi12 ¶

HasScsi12 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi13 ¶

HasScsi13 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi14 ¶

HasScsi14 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi15 ¶

HasScsi15 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi16 ¶

HasScsi16 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi17 ¶

HasScsi17 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi18 ¶

HasScsi18 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi19 ¶

HasScsi19 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi2 ¶

HasScsi2 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi20 ¶

HasScsi20 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi21 ¶

HasScsi21 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi22 ¶

HasScsi22 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi23 ¶

HasScsi23 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi24 ¶

HasScsi24 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi25 ¶

HasScsi25 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi26 ¶

HasScsi26 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi27 ¶

HasScsi27 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi28 ¶

HasScsi28 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi29 ¶

HasScsi29 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi3 ¶

HasScsi3 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi30 ¶

HasScsi30 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi4 ¶

HasScsi4 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi5 ¶

HasScsi5 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi6 ¶

HasScsi6 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi7 ¶

HasScsi7 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi8 ¶

HasScsi8 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsi9 ¶

HasScsi9 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasScsihw ¶

HasScsihw returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSearchdomain ¶

func (o *VirtualMachineConfigurationSummary) HasSearchdomain() bool

HasSearchdomain returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSerial0 ¶

func (o *VirtualMachineConfigurationSummary) HasSerial0() bool

HasSerial0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSerial1 ¶

func (o *VirtualMachineConfigurationSummary) HasSerial1() bool

HasSerial1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSerial2 ¶

func (o *VirtualMachineConfigurationSummary) HasSerial2() bool

HasSerial2 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSerial3 ¶

func (o *VirtualMachineConfigurationSummary) HasSerial3() bool

HasSerial3 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasShares ¶

HasShares returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSmbios1 ¶

func (o *VirtualMachineConfigurationSummary) HasSmbios1() bool

HasSmbios1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSockets ¶

func (o *VirtualMachineConfigurationSummary) HasSockets() bool

HasSockets returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSpiceEnhancements ¶

func (o *VirtualMachineConfigurationSummary) HasSpiceEnhancements() bool

HasSpiceEnhancements returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasSshkeys ¶

func (o *VirtualMachineConfigurationSummary) HasSshkeys() bool

HasSshkeys returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasStartdate ¶

func (o *VirtualMachineConfigurationSummary) HasStartdate() bool

HasStartdate returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasStartup ¶

func (o *VirtualMachineConfigurationSummary) HasStartup() bool

HasStartup returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasTablet ¶

HasTablet returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasTags ¶

HasTags returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasTemplate ¶

func (o *VirtualMachineConfigurationSummary) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasTpmstate0 ¶

func (o *VirtualMachineConfigurationSummary) HasTpmstate0() bool

HasTpmstate0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUnused0 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) HasUnused0() bool

HasUnused0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUnused1 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) HasUnused1() bool

HasUnused1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUnused2 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) HasUnused2() bool

HasUnused2 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUnused3 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) HasUnused3() bool

HasUnused3 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUnused4 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) HasUnused4() bool

HasUnused4 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUnused5 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) HasUnused5() bool

HasUnused5 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUnused6 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) HasUnused6() bool

HasUnused6 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUnused7 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) HasUnused7() bool

HasUnused7 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb0 ¶

HasUsb0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb1 ¶

HasUsb1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb10 ¶

HasUsb10 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb11 ¶

HasUsb11 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb12 ¶

HasUsb12 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb13 ¶

HasUsb13 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb14 ¶

HasUsb14 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb2 ¶

HasUsb2 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb3 ¶

HasUsb3 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb4 ¶

HasUsb4 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb5 ¶

HasUsb5 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb6 ¶

HasUsb6 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb7 ¶

HasUsb7 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb8 ¶

HasUsb8 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasUsb9 ¶

HasUsb9 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVcpus ¶

HasVcpus returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVga ¶

HasVga returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio0 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio0() bool

HasVirtio0 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio1 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio1() bool

HasVirtio1 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio10 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio10() bool

HasVirtio10 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio11 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio11() bool

HasVirtio11 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio12 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio12() bool

HasVirtio12 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio13 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio13() bool

HasVirtio13 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio14 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio14() bool

HasVirtio14 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio15 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio15() bool

HasVirtio15 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio2 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio2() bool

HasVirtio2 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio3 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio3() bool

HasVirtio3 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio4 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio4() bool

HasVirtio4 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio5 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio5() bool

HasVirtio5 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio6 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio6() bool

HasVirtio6 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio7 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio7() bool

HasVirtio7 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio8 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio8() bool

HasVirtio8 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVirtio9 ¶

func (o *VirtualMachineConfigurationSummary) HasVirtio9() bool

HasVirtio9 returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVmgenid ¶

func (o *VirtualMachineConfigurationSummary) HasVmgenid() bool

HasVmgenid returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasVmstatestorage ¶

func (o *VirtualMachineConfigurationSummary) HasVmstatestorage() bool

HasVmstatestorage returns a boolean if a field has been set.

func (*VirtualMachineConfigurationSummary) HasWatchdog ¶

func (o *VirtualMachineConfigurationSummary) HasWatchdog() bool

HasWatchdog returns a boolean if a field has been set.

func (VirtualMachineConfigurationSummary) MarshalJSON ¶

func (o VirtualMachineConfigurationSummary) MarshalJSON() ([]byte, error)

func (*VirtualMachineConfigurationSummary) SetAcpi ¶

SetAcpi gets a reference to the given float32 and assigns it to the Acpi field.

func (*VirtualMachineConfigurationSummary) SetAffinity ¶

func (o *VirtualMachineConfigurationSummary) SetAffinity(v string)

SetAffinity gets a reference to the given string and assigns it to the Affinity field.

func (*VirtualMachineConfigurationSummary) SetAgent ¶

SetAgent gets a reference to the given string and assigns it to the Agent field.

func (*VirtualMachineConfigurationSummary) SetArch ¶

SetArch gets a reference to the given VirtualMachineArchitecture and assigns it to the Arch field.

func (*VirtualMachineConfigurationSummary) SetArgs ¶

SetArgs gets a reference to the given string and assigns it to the Args field.

func (*VirtualMachineConfigurationSummary) SetAudio0 ¶

SetAudio0 gets a reference to the given string and assigns it to the Audio0 field.

func (*VirtualMachineConfigurationSummary) SetAutostart ¶

func (o *VirtualMachineConfigurationSummary) SetAutostart(v float32)

SetAutostart gets a reference to the given float32 and assigns it to the Autostart field.

func (*VirtualMachineConfigurationSummary) SetBallon ¶

SetBallon gets a reference to the given float32 and assigns it to the Ballon field.

func (*VirtualMachineConfigurationSummary) SetBios ¶

SetBios gets a reference to the given VirtualMachineBios and assigns it to the Bios field.

func (*VirtualMachineConfigurationSummary) SetBoot ¶

SetBoot gets a reference to the given string and assigns it to the Boot field.

func (*VirtualMachineConfigurationSummary) SetBootdisk ¶

func (o *VirtualMachineConfigurationSummary) SetBootdisk(v string)

SetBootdisk gets a reference to the given string and assigns it to the Bootdisk field.

func (*VirtualMachineConfigurationSummary) SetCdrom ¶

SetCdrom gets a reference to the given string and assigns it to the Cdrom field.

func (*VirtualMachineConfigurationSummary) SetCicustom ¶

func (o *VirtualMachineConfigurationSummary) SetCicustom(v string)

SetCicustom gets a reference to the given string and assigns it to the Cicustom field.

func (*VirtualMachineConfigurationSummary) SetCipassword ¶

func (o *VirtualMachineConfigurationSummary) SetCipassword(v string)

SetCipassword gets a reference to the given string and assigns it to the Cipassword field.

func (*VirtualMachineConfigurationSummary) SetCitype ¶

SetCitype gets a reference to the given VirtualMachineCloudInitType and assigns it to the Citype field.

func (*VirtualMachineConfigurationSummary) SetCiuser ¶

SetCiuser gets a reference to the given string and assigns it to the Ciuser field.

func (*VirtualMachineConfigurationSummary) SetCores ¶

SetCores gets a reference to the given float32 and assigns it to the Cores field.

func (*VirtualMachineConfigurationSummary) SetCpu ¶

SetCpu gets a reference to the given string and assigns it to the Cpu field.

func (*VirtualMachineConfigurationSummary) SetCpulimit ¶

func (o *VirtualMachineConfigurationSummary) SetCpulimit(v float32)

SetCpulimit gets a reference to the given float32 and assigns it to the Cpulimit field.

func (*VirtualMachineConfigurationSummary) SetCpuunits ¶

func (o *VirtualMachineConfigurationSummary) SetCpuunits(v float32)

SetCpuunits gets a reference to the given float32 and assigns it to the Cpuunits field.

func (*VirtualMachineConfigurationSummary) SetDescription ¶

func (o *VirtualMachineConfigurationSummary) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*VirtualMachineConfigurationSummary) SetDigest ¶

SetDigest sets field value

func (*VirtualMachineConfigurationSummary) SetEfidisk0 ¶

func (o *VirtualMachineConfigurationSummary) SetEfidisk0(v string)

SetEfidisk0 gets a reference to the given string and assigns it to the Efidisk0 field.

func (*VirtualMachineConfigurationSummary) SetFreeze ¶

func (o *VirtualMachineConfigurationSummary) SetFreeze(v bool)

SetFreeze gets a reference to the given bool and assigns it to the Freeze field.

func (*VirtualMachineConfigurationSummary) SetHookscript ¶

func (o *VirtualMachineConfigurationSummary) SetHookscript(v string)

SetHookscript gets a reference to the given string and assigns it to the Hookscript field.

func (*VirtualMachineConfigurationSummary) SetHostpci0 ¶

func (o *VirtualMachineConfigurationSummary) SetHostpci0(v string)

SetHostpci0 gets a reference to the given string and assigns it to the Hostpci0 field.

func (*VirtualMachineConfigurationSummary) SetHostpci1 ¶

func (o *VirtualMachineConfigurationSummary) SetHostpci1(v string)

SetHostpci1 gets a reference to the given string and assigns it to the Hostpci1 field.

func (*VirtualMachineConfigurationSummary) SetHostpci2 ¶

func (o *VirtualMachineConfigurationSummary) SetHostpci2(v string)

SetHostpci2 gets a reference to the given string and assigns it to the Hostpci2 field.

func (*VirtualMachineConfigurationSummary) SetHostpci3 ¶

func (o *VirtualMachineConfigurationSummary) SetHostpci3(v string)

SetHostpci3 gets a reference to the given string and assigns it to the Hostpci3 field.

func (*VirtualMachineConfigurationSummary) SetHostpci4 ¶

func (o *VirtualMachineConfigurationSummary) SetHostpci4(v string)

SetHostpci4 gets a reference to the given string and assigns it to the Hostpci4 field.

func (*VirtualMachineConfigurationSummary) SetHostpci5 ¶

func (o *VirtualMachineConfigurationSummary) SetHostpci5(v string)

SetHostpci5 gets a reference to the given string and assigns it to the Hostpci5 field.

func (*VirtualMachineConfigurationSummary) SetHostpci6 ¶

func (o *VirtualMachineConfigurationSummary) SetHostpci6(v string)

SetHostpci6 gets a reference to the given string and assigns it to the Hostpci6 field.

func (*VirtualMachineConfigurationSummary) SetHostpci7 ¶

func (o *VirtualMachineConfigurationSummary) SetHostpci7(v string)

SetHostpci7 gets a reference to the given string and assigns it to the Hostpci7 field.

func (*VirtualMachineConfigurationSummary) SetHostpci8 ¶

func (o *VirtualMachineConfigurationSummary) SetHostpci8(v string)

SetHostpci8 gets a reference to the given string and assigns it to the Hostpci8 field.

func (*VirtualMachineConfigurationSummary) SetHostpci9 ¶

func (o *VirtualMachineConfigurationSummary) SetHostpci9(v string)

SetHostpci9 gets a reference to the given string and assigns it to the Hostpci9 field.

func (*VirtualMachineConfigurationSummary) SetHotplug ¶

func (o *VirtualMachineConfigurationSummary) SetHotplug(v string)

SetHotplug gets a reference to the given string and assigns it to the Hotplug field.

func (*VirtualMachineConfigurationSummary) SetHugepages ¶

SetHugepages gets a reference to the given VirtualMachineHugePages and assigns it to the Hugepages field.

func (*VirtualMachineConfigurationSummary) SetIde0 ¶

SetIde0 gets a reference to the given string and assigns it to the Ide0 field.

func (*VirtualMachineConfigurationSummary) SetIde1 ¶

SetIde1 gets a reference to the given string and assigns it to the Ide1 field.

func (*VirtualMachineConfigurationSummary) SetIde2 ¶

SetIde2 gets a reference to the given string and assigns it to the Ide2 field.

func (*VirtualMachineConfigurationSummary) SetIde3 ¶

SetIde3 gets a reference to the given string and assigns it to the Ide3 field.

func (*VirtualMachineConfigurationSummary) SetIpconfig0 ¶

func (o *VirtualMachineConfigurationSummary) SetIpconfig0(v string)

SetIpconfig0 gets a reference to the given string and assigns it to the Ipconfig0 field.

func (*VirtualMachineConfigurationSummary) SetIpconfig1 ¶

func (o *VirtualMachineConfigurationSummary) SetIpconfig1(v string)

SetIpconfig1 gets a reference to the given string and assigns it to the Ipconfig1 field.

func (*VirtualMachineConfigurationSummary) SetIpconfig2 ¶

func (o *VirtualMachineConfigurationSummary) SetIpconfig2(v string)

SetIpconfig2 gets a reference to the given string and assigns it to the Ipconfig2 field.

func (*VirtualMachineConfigurationSummary) SetIpconfig3 ¶

func (o *VirtualMachineConfigurationSummary) SetIpconfig3(v string)

SetIpconfig3 gets a reference to the given string and assigns it to the Ipconfig3 field.

func (*VirtualMachineConfigurationSummary) SetIpconfig4 ¶

func (o *VirtualMachineConfigurationSummary) SetIpconfig4(v string)

SetIpconfig4 gets a reference to the given string and assigns it to the Ipconfig4 field.

func (*VirtualMachineConfigurationSummary) SetIpconfig5 ¶

func (o *VirtualMachineConfigurationSummary) SetIpconfig5(v string)

SetIpconfig5 gets a reference to the given string and assigns it to the Ipconfig5 field.

func (*VirtualMachineConfigurationSummary) SetIpconfig6 ¶

func (o *VirtualMachineConfigurationSummary) SetIpconfig6(v string)

SetIpconfig6 gets a reference to the given string and assigns it to the Ipconfig6 field.

func (*VirtualMachineConfigurationSummary) SetIpconfig7 ¶

func (o *VirtualMachineConfigurationSummary) SetIpconfig7(v string)

SetIpconfig7 gets a reference to the given string and assigns it to the Ipconfig7 field.

func (*VirtualMachineConfigurationSummary) SetIvshmem ¶

func (o *VirtualMachineConfigurationSummary) SetIvshmem(v string)

SetIvshmem gets a reference to the given string and assigns it to the Ivshmem field.

func (*VirtualMachineConfigurationSummary) SetKeephugepages ¶

func (o *VirtualMachineConfigurationSummary) SetKeephugepages(v float32)

SetKeephugepages gets a reference to the given float32 and assigns it to the Keephugepages field.

func (*VirtualMachineConfigurationSummary) SetKeyboard ¶

SetKeyboard gets a reference to the given VirtualMachineKeyboard and assigns it to the Keyboard field.

func (*VirtualMachineConfigurationSummary) SetKvm ¶

SetKvm gets a reference to the given float32 and assigns it to the Kvm field.

func (*VirtualMachineConfigurationSummary) SetLocaltime ¶

func (o *VirtualMachineConfigurationSummary) SetLocaltime(v float32)

SetLocaltime gets a reference to the given float32 and assigns it to the Localtime field.

func (*VirtualMachineConfigurationSummary) SetLock ¶

SetLock gets a reference to the given VirtualMachineConfigLock and assigns it to the Lock field.

func (*VirtualMachineConfigurationSummary) SetMachine ¶

func (o *VirtualMachineConfigurationSummary) SetMachine(v string)

SetMachine gets a reference to the given string and assigns it to the Machine field.

func (*VirtualMachineConfigurationSummary) SetMemory ¶

SetMemory gets a reference to the given float32 and assigns it to the Memory field.

func (*VirtualMachineConfigurationSummary) SetMeta ¶

SetMeta gets a reference to the given string and assigns it to the Meta field.

func (*VirtualMachineConfigurationSummary) SetMigrateDowntime ¶

func (o *VirtualMachineConfigurationSummary) SetMigrateDowntime(v float32)

SetMigrateDowntime gets a reference to the given float32 and assigns it to the MigrateDowntime field.

func (*VirtualMachineConfigurationSummary) SetMigrateSpeed ¶

func (o *VirtualMachineConfigurationSummary) SetMigrateSpeed(v float32)

SetMigrateSpeed gets a reference to the given float32 and assigns it to the MigrateSpeed field.

func (*VirtualMachineConfigurationSummary) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*VirtualMachineConfigurationSummary) SetNameserver ¶

func (o *VirtualMachineConfigurationSummary) SetNameserver(v string)

SetNameserver gets a reference to the given string and assigns it to the Nameserver field.

func (*VirtualMachineConfigurationSummary) SetNet0 ¶

SetNet0 gets a reference to the given string and assigns it to the Net0 field.

func (*VirtualMachineConfigurationSummary) SetNet1 ¶

SetNet1 gets a reference to the given string and assigns it to the Net1 field.

func (*VirtualMachineConfigurationSummary) SetNet2 ¶

SetNet2 gets a reference to the given string and assigns it to the Net2 field.

func (*VirtualMachineConfigurationSummary) SetNet3 ¶

SetNet3 gets a reference to the given string and assigns it to the Net3 field.

func (*VirtualMachineConfigurationSummary) SetNet4 ¶

SetNet4 gets a reference to the given string and assigns it to the Net4 field.

func (*VirtualMachineConfigurationSummary) SetNet5 ¶

SetNet5 gets a reference to the given string and assigns it to the Net5 field.

func (*VirtualMachineConfigurationSummary) SetNet6 ¶

SetNet6 gets a reference to the given string and assigns it to the Net6 field.

func (*VirtualMachineConfigurationSummary) SetNet7 ¶

SetNet7 gets a reference to the given string and assigns it to the Net7 field.

func (*VirtualMachineConfigurationSummary) SetNuma ¶

SetNuma gets a reference to the given float32 and assigns it to the Numa field.

func (*VirtualMachineConfigurationSummary) SetNuma0 ¶

SetNuma0 gets a reference to the given string and assigns it to the Numa0 field.

func (*VirtualMachineConfigurationSummary) SetNuma1 ¶

SetNuma1 gets a reference to the given string and assigns it to the Numa1 field.

func (*VirtualMachineConfigurationSummary) SetNuma2 ¶

SetNuma2 gets a reference to the given string and assigns it to the Numa2 field.

func (*VirtualMachineConfigurationSummary) SetNuma3 ¶

SetNuma3 gets a reference to the given string and assigns it to the Numa3 field.

func (*VirtualMachineConfigurationSummary) SetNuma4 ¶

SetNuma4 gets a reference to the given string and assigns it to the Numa4 field.

func (*VirtualMachineConfigurationSummary) SetNuma5 ¶

SetNuma5 gets a reference to the given string and assigns it to the Numa5 field.

func (*VirtualMachineConfigurationSummary) SetNuma6 ¶

SetNuma6 gets a reference to the given string and assigns it to the Numa6 field.

func (*VirtualMachineConfigurationSummary) SetNuma7 ¶

SetNuma7 gets a reference to the given string and assigns it to the Numa7 field.

func (*VirtualMachineConfigurationSummary) SetOnboot ¶

SetOnboot gets a reference to the given float32 and assigns it to the Onboot field.

func (*VirtualMachineConfigurationSummary) SetOstype ¶

SetOstype gets a reference to the given VirtualMachineOperatingSystem and assigns it to the Ostype field.

func (*VirtualMachineConfigurationSummary) SetParallel0 ¶

func (o *VirtualMachineConfigurationSummary) SetParallel0(v string)

SetParallel0 gets a reference to the given string and assigns it to the Parallel0 field.

func (*VirtualMachineConfigurationSummary) SetParallel1 ¶

func (o *VirtualMachineConfigurationSummary) SetParallel1(v string)

SetParallel1 gets a reference to the given string and assigns it to the Parallel1 field.

func (*VirtualMachineConfigurationSummary) SetParallel2 ¶

func (o *VirtualMachineConfigurationSummary) SetParallel2(v string)

SetParallel2 gets a reference to the given string and assigns it to the Parallel2 field.

func (*VirtualMachineConfigurationSummary) SetProtection ¶

func (o *VirtualMachineConfigurationSummary) SetProtection(v float32)

SetProtection gets a reference to the given float32 and assigns it to the Protection field.

func (*VirtualMachineConfigurationSummary) SetReboot ¶

SetReboot gets a reference to the given float32 and assigns it to the Reboot field.

func (*VirtualMachineConfigurationSummary) SetRng0 ¶

SetRng0 gets a reference to the given string and assigns it to the Rng0 field.

func (*VirtualMachineConfigurationSummary) SetSata0 ¶

SetSata0 gets a reference to the given string and assigns it to the Sata0 field.

func (*VirtualMachineConfigurationSummary) SetSata1 ¶

SetSata1 gets a reference to the given string and assigns it to the Sata1 field.

func (*VirtualMachineConfigurationSummary) SetSata2 ¶

SetSata2 gets a reference to the given string and assigns it to the Sata2 field.

func (*VirtualMachineConfigurationSummary) SetSata3 ¶

SetSata3 gets a reference to the given string and assigns it to the Sata3 field.

func (*VirtualMachineConfigurationSummary) SetSata4 ¶

SetSata4 gets a reference to the given string and assigns it to the Sata4 field.

func (*VirtualMachineConfigurationSummary) SetSata5 ¶

SetSata5 gets a reference to the given string and assigns it to the Sata5 field.

func (*VirtualMachineConfigurationSummary) SetScsi0 ¶

SetScsi0 gets a reference to the given string and assigns it to the Scsi0 field.

func (*VirtualMachineConfigurationSummary) SetScsi1 ¶

SetScsi1 gets a reference to the given string and assigns it to the Scsi1 field.

func (*VirtualMachineConfigurationSummary) SetScsi10 ¶

SetScsi10 gets a reference to the given string and assigns it to the Scsi10 field.

func (*VirtualMachineConfigurationSummary) SetScsi11 ¶

SetScsi11 gets a reference to the given string and assigns it to the Scsi11 field.

func (*VirtualMachineConfigurationSummary) SetScsi12 ¶

SetScsi12 gets a reference to the given string and assigns it to the Scsi12 field.

func (*VirtualMachineConfigurationSummary) SetScsi13 ¶

SetScsi13 gets a reference to the given string and assigns it to the Scsi13 field.

func (*VirtualMachineConfigurationSummary) SetScsi14 ¶

SetScsi14 gets a reference to the given string and assigns it to the Scsi14 field.

func (*VirtualMachineConfigurationSummary) SetScsi15 ¶

SetScsi15 gets a reference to the given string and assigns it to the Scsi15 field.

func (*VirtualMachineConfigurationSummary) SetScsi16 ¶

SetScsi16 gets a reference to the given string and assigns it to the Scsi16 field.

func (*VirtualMachineConfigurationSummary) SetScsi17 ¶

SetScsi17 gets a reference to the given string and assigns it to the Scsi17 field.

func (*VirtualMachineConfigurationSummary) SetScsi18 ¶

SetScsi18 gets a reference to the given string and assigns it to the Scsi18 field.

func (*VirtualMachineConfigurationSummary) SetScsi19 ¶

SetScsi19 gets a reference to the given string and assigns it to the Scsi19 field.

func (*VirtualMachineConfigurationSummary) SetScsi2 ¶

SetScsi2 gets a reference to the given string and assigns it to the Scsi2 field.

func (*VirtualMachineConfigurationSummary) SetScsi20 ¶

SetScsi20 gets a reference to the given string and assigns it to the Scsi20 field.

func (*VirtualMachineConfigurationSummary) SetScsi21 ¶

SetScsi21 gets a reference to the given string and assigns it to the Scsi21 field.

func (*VirtualMachineConfigurationSummary) SetScsi22 ¶

SetScsi22 gets a reference to the given string and assigns it to the Scsi22 field.

func (*VirtualMachineConfigurationSummary) SetScsi23 ¶

SetScsi23 gets a reference to the given string and assigns it to the Scsi23 field.

func (*VirtualMachineConfigurationSummary) SetScsi24 ¶

SetScsi24 gets a reference to the given string and assigns it to the Scsi24 field.

func (*VirtualMachineConfigurationSummary) SetScsi25 ¶

SetScsi25 gets a reference to the given string and assigns it to the Scsi25 field.

func (*VirtualMachineConfigurationSummary) SetScsi26 ¶

SetScsi26 gets a reference to the given string and assigns it to the Scsi26 field.

func (*VirtualMachineConfigurationSummary) SetScsi27 ¶

SetScsi27 gets a reference to the given string and assigns it to the Scsi27 field.

func (*VirtualMachineConfigurationSummary) SetScsi28 ¶

SetScsi28 gets a reference to the given string and assigns it to the Scsi28 field.

func (*VirtualMachineConfigurationSummary) SetScsi29 ¶

SetScsi29 gets a reference to the given string and assigns it to the Scsi29 field.

func (*VirtualMachineConfigurationSummary) SetScsi3 ¶

SetScsi3 gets a reference to the given string and assigns it to the Scsi3 field.

func (*VirtualMachineConfigurationSummary) SetScsi30 ¶

SetScsi30 gets a reference to the given string and assigns it to the Scsi30 field.

func (*VirtualMachineConfigurationSummary) SetScsi4 ¶

SetScsi4 gets a reference to the given string and assigns it to the Scsi4 field.

func (*VirtualMachineConfigurationSummary) SetScsi5 ¶

SetScsi5 gets a reference to the given string and assigns it to the Scsi5 field.

func (*VirtualMachineConfigurationSummary) SetScsi6 ¶

SetScsi6 gets a reference to the given string and assigns it to the Scsi6 field.

func (*VirtualMachineConfigurationSummary) SetScsi7 ¶

SetScsi7 gets a reference to the given string and assigns it to the Scsi7 field.

func (*VirtualMachineConfigurationSummary) SetScsi8 ¶

SetScsi8 gets a reference to the given string and assigns it to the Scsi8 field.

func (*VirtualMachineConfigurationSummary) SetScsi9 ¶

SetScsi9 gets a reference to the given string and assigns it to the Scsi9 field.

func (*VirtualMachineConfigurationSummary) SetScsihw ¶

SetScsihw gets a reference to the given VirtualMachineScsiControllerType and assigns it to the Scsihw field.

func (*VirtualMachineConfigurationSummary) SetSearchdomain ¶

func (o *VirtualMachineConfigurationSummary) SetSearchdomain(v string)

SetSearchdomain gets a reference to the given string and assigns it to the Searchdomain field.

func (*VirtualMachineConfigurationSummary) SetSerial0 ¶

func (o *VirtualMachineConfigurationSummary) SetSerial0(v string)

SetSerial0 gets a reference to the given string and assigns it to the Serial0 field.

func (*VirtualMachineConfigurationSummary) SetSerial1 ¶

func (o *VirtualMachineConfigurationSummary) SetSerial1(v string)

SetSerial1 gets a reference to the given string and assigns it to the Serial1 field.

func (*VirtualMachineConfigurationSummary) SetSerial2 ¶

func (o *VirtualMachineConfigurationSummary) SetSerial2(v string)

SetSerial2 gets a reference to the given string and assigns it to the Serial2 field.

func (*VirtualMachineConfigurationSummary) SetSerial3 ¶

func (o *VirtualMachineConfigurationSummary) SetSerial3(v string)

SetSerial3 gets a reference to the given string and assigns it to the Serial3 field.

func (*VirtualMachineConfigurationSummary) SetShares ¶

SetShares gets a reference to the given float32 and assigns it to the Shares field.

func (*VirtualMachineConfigurationSummary) SetSmbios1 ¶

func (o *VirtualMachineConfigurationSummary) SetSmbios1(v string)

SetSmbios1 gets a reference to the given string and assigns it to the Smbios1 field.

func (*VirtualMachineConfigurationSummary) SetSockets ¶

SetSockets gets a reference to the given float32 and assigns it to the Sockets field.

func (*VirtualMachineConfigurationSummary) SetSpiceEnhancements ¶

func (o *VirtualMachineConfigurationSummary) SetSpiceEnhancements(v string)

SetSpiceEnhancements gets a reference to the given string and assigns it to the SpiceEnhancements field.

func (*VirtualMachineConfigurationSummary) SetSshkeys ¶

func (o *VirtualMachineConfigurationSummary) SetSshkeys(v string)

SetSshkeys gets a reference to the given string and assigns it to the Sshkeys field.

func (*VirtualMachineConfigurationSummary) SetStartdate ¶

func (o *VirtualMachineConfigurationSummary) SetStartdate(v string)

SetStartdate gets a reference to the given string and assigns it to the Startdate field.

func (*VirtualMachineConfigurationSummary) SetStartup ¶

func (o *VirtualMachineConfigurationSummary) SetStartup(v string)

SetStartup gets a reference to the given string and assigns it to the Startup field.

func (*VirtualMachineConfigurationSummary) SetTablet ¶

SetTablet gets a reference to the given float32 and assigns it to the Tablet field.

func (*VirtualMachineConfigurationSummary) SetTags ¶

SetTags gets a reference to the given string and assigns it to the Tags field.

func (*VirtualMachineConfigurationSummary) SetTemplate ¶

func (o *VirtualMachineConfigurationSummary) SetTemplate(v float32)

SetTemplate gets a reference to the given float32 and assigns it to the Template field.

func (*VirtualMachineConfigurationSummary) SetTpmstate0 ¶

func (o *VirtualMachineConfigurationSummary) SetTpmstate0(v string)

SetTpmstate0 gets a reference to the given string and assigns it to the Tpmstate0 field.

func (*VirtualMachineConfigurationSummary) SetUnused0 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) SetUnused0(v string)

SetUnused0 gets a reference to the given string and assigns it to the Unused0 field.

func (*VirtualMachineConfigurationSummary) SetUnused1 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) SetUnused1(v string)

SetUnused1 gets a reference to the given string and assigns it to the Unused1 field.

func (*VirtualMachineConfigurationSummary) SetUnused2 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) SetUnused2(v string)

SetUnused2 gets a reference to the given string and assigns it to the Unused2 field.

func (*VirtualMachineConfigurationSummary) SetUnused3 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) SetUnused3(v string)

SetUnused3 gets a reference to the given string and assigns it to the Unused3 field.

func (*VirtualMachineConfigurationSummary) SetUnused4 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) SetUnused4(v string)

SetUnused4 gets a reference to the given string and assigns it to the Unused4 field.

func (*VirtualMachineConfigurationSummary) SetUnused5 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) SetUnused5(v string)

SetUnused5 gets a reference to the given string and assigns it to the Unused5 field.

func (*VirtualMachineConfigurationSummary) SetUnused6 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) SetUnused6(v string)

SetUnused6 gets a reference to the given string and assigns it to the Unused6 field.

func (*VirtualMachineConfigurationSummary) SetUnused7 ¶ added in v0.55.0

func (o *VirtualMachineConfigurationSummary) SetUnused7(v string)

SetUnused7 gets a reference to the given string and assigns it to the Unused7 field.

func (*VirtualMachineConfigurationSummary) SetUsb0 ¶

SetUsb0 gets a reference to the given string and assigns it to the Usb0 field.

func (*VirtualMachineConfigurationSummary) SetUsb1 ¶

SetUsb1 gets a reference to the given string and assigns it to the Usb1 field.

func (*VirtualMachineConfigurationSummary) SetUsb10 ¶

SetUsb10 gets a reference to the given string and assigns it to the Usb10 field.

func (*VirtualMachineConfigurationSummary) SetUsb11 ¶

SetUsb11 gets a reference to the given string and assigns it to the Usb11 field.

func (*VirtualMachineConfigurationSummary) SetUsb12 ¶

SetUsb12 gets a reference to the given string and assigns it to the Usb12 field.

func (*VirtualMachineConfigurationSummary) SetUsb13 ¶

SetUsb13 gets a reference to the given string and assigns it to the Usb13 field.

func (*VirtualMachineConfigurationSummary) SetUsb14 ¶

SetUsb14 gets a reference to the given string and assigns it to the Usb14 field.

func (*VirtualMachineConfigurationSummary) SetUsb2 ¶

SetUsb2 gets a reference to the given string and assigns it to the Usb2 field.

func (*VirtualMachineConfigurationSummary) SetUsb3 ¶

SetUsb3 gets a reference to the given string and assigns it to the Usb3 field.

func (*VirtualMachineConfigurationSummary) SetUsb4 ¶

SetUsb4 gets a reference to the given string and assigns it to the Usb4 field.

func (*VirtualMachineConfigurationSummary) SetUsb5 ¶

SetUsb5 gets a reference to the given string and assigns it to the Usb5 field.

func (*VirtualMachineConfigurationSummary) SetUsb6 ¶

SetUsb6 gets a reference to the given string and assigns it to the Usb6 field.

func (*VirtualMachineConfigurationSummary) SetUsb7 ¶

SetUsb7 gets a reference to the given string and assigns it to the Usb7 field.

func (*VirtualMachineConfigurationSummary) SetUsb8 ¶

SetUsb8 gets a reference to the given string and assigns it to the Usb8 field.

func (*VirtualMachineConfigurationSummary) SetUsb9 ¶

SetUsb9 gets a reference to the given string and assigns it to the Usb9 field.

func (*VirtualMachineConfigurationSummary) SetVcpus ¶

SetVcpus gets a reference to the given float32 and assigns it to the Vcpus field.

func (*VirtualMachineConfigurationSummary) SetVga ¶

SetVga gets a reference to the given string and assigns it to the Vga field.

func (*VirtualMachineConfigurationSummary) SetVirtio0 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio0(v string)

SetVirtio0 gets a reference to the given string and assigns it to the Virtio0 field.

func (*VirtualMachineConfigurationSummary) SetVirtio1 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio1(v string)

SetVirtio1 gets a reference to the given string and assigns it to the Virtio1 field.

func (*VirtualMachineConfigurationSummary) SetVirtio10 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio10(v string)

SetVirtio10 gets a reference to the given string and assigns it to the Virtio10 field.

func (*VirtualMachineConfigurationSummary) SetVirtio11 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio11(v string)

SetVirtio11 gets a reference to the given string and assigns it to the Virtio11 field.

func (*VirtualMachineConfigurationSummary) SetVirtio12 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio12(v string)

SetVirtio12 gets a reference to the given string and assigns it to the Virtio12 field.

func (*VirtualMachineConfigurationSummary) SetVirtio13 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio13(v string)

SetVirtio13 gets a reference to the given string and assigns it to the Virtio13 field.

func (*VirtualMachineConfigurationSummary) SetVirtio14 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio14(v string)

SetVirtio14 gets a reference to the given string and assigns it to the Virtio14 field.

func (*VirtualMachineConfigurationSummary) SetVirtio15 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio15(v string)

SetVirtio15 gets a reference to the given string and assigns it to the Virtio15 field.

func (*VirtualMachineConfigurationSummary) SetVirtio2 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio2(v string)

SetVirtio2 gets a reference to the given string and assigns it to the Virtio2 field.

func (*VirtualMachineConfigurationSummary) SetVirtio3 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio3(v string)

SetVirtio3 gets a reference to the given string and assigns it to the Virtio3 field.

func (*VirtualMachineConfigurationSummary) SetVirtio4 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio4(v string)

SetVirtio4 gets a reference to the given string and assigns it to the Virtio4 field.

func (*VirtualMachineConfigurationSummary) SetVirtio5 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio5(v string)

SetVirtio5 gets a reference to the given string and assigns it to the Virtio5 field.

func (*VirtualMachineConfigurationSummary) SetVirtio6 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio6(v string)

SetVirtio6 gets a reference to the given string and assigns it to the Virtio6 field.

func (*VirtualMachineConfigurationSummary) SetVirtio7 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio7(v string)

SetVirtio7 gets a reference to the given string and assigns it to the Virtio7 field.

func (*VirtualMachineConfigurationSummary) SetVirtio8 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio8(v string)

SetVirtio8 gets a reference to the given string and assigns it to the Virtio8 field.

func (*VirtualMachineConfigurationSummary) SetVirtio9 ¶

func (o *VirtualMachineConfigurationSummary) SetVirtio9(v string)

SetVirtio9 gets a reference to the given string and assigns it to the Virtio9 field.

func (*VirtualMachineConfigurationSummary) SetVmgenid ¶

func (o *VirtualMachineConfigurationSummary) SetVmgenid(v string)

SetVmgenid gets a reference to the given string and assigns it to the Vmgenid field.

func (*VirtualMachineConfigurationSummary) SetVmstatestorage ¶

func (o *VirtualMachineConfigurationSummary) SetVmstatestorage(v string)

SetVmstatestorage gets a reference to the given string and assigns it to the Vmstatestorage field.

func (*VirtualMachineConfigurationSummary) SetWatchdog ¶

func (o *VirtualMachineConfigurationSummary) SetWatchdog(v string)

SetWatchdog gets a reference to the given string and assigns it to the Watchdog field.

func (VirtualMachineConfigurationSummary) ToMap ¶ added in v0.9.0

func (o VirtualMachineConfigurationSummary) ToMap() (map[string]interface{}, error)

type VirtualMachineDiskTarget ¶

type VirtualMachineDiskTarget string

VirtualMachineDiskTarget the model 'VirtualMachineDiskTarget'

const (
	VIRTUALMACHINEDISKTARGET_IDE0      VirtualMachineDiskTarget = "ide0"
	VIRTUALMACHINEDISKTARGET_IDE1      VirtualMachineDiskTarget = "ide1"
	VIRTUALMACHINEDISKTARGET_IDE2      VirtualMachineDiskTarget = "ide2"
	VIRTUALMACHINEDISKTARGET_IDE3      VirtualMachineDiskTarget = "ide3"
	VIRTUALMACHINEDISKTARGET_SCSI0     VirtualMachineDiskTarget = "scsi0"
	VIRTUALMACHINEDISKTARGET_SCSI1     VirtualMachineDiskTarget = "scsi1"
	VIRTUALMACHINEDISKTARGET_SCSI2     VirtualMachineDiskTarget = "scsi2"
	VIRTUALMACHINEDISKTARGET_SCSI3     VirtualMachineDiskTarget = "scsi3"
	VIRTUALMACHINEDISKTARGET_SCSI4     VirtualMachineDiskTarget = "scsi4"
	VIRTUALMACHINEDISKTARGET_SCSI5     VirtualMachineDiskTarget = "scsi5"
	VIRTUALMACHINEDISKTARGET_SCSI6     VirtualMachineDiskTarget = "scsi6"
	VIRTUALMACHINEDISKTARGET_SCSI7     VirtualMachineDiskTarget = "scsi7"
	VIRTUALMACHINEDISKTARGET_SCSI8     VirtualMachineDiskTarget = "scsi8"
	VIRTUALMACHINEDISKTARGET_SCSI9     VirtualMachineDiskTarget = "scsi9"
	VIRTUALMACHINEDISKTARGET_SCSI10    VirtualMachineDiskTarget = "scsi10"
	VIRTUALMACHINEDISKTARGET_SCSI11    VirtualMachineDiskTarget = "scsi11"
	VIRTUALMACHINEDISKTARGET_SCSI12    VirtualMachineDiskTarget = "scsi12"
	VIRTUALMACHINEDISKTARGET_SCSI13    VirtualMachineDiskTarget = "scsi13"
	VIRTUALMACHINEDISKTARGET_SCSI14    VirtualMachineDiskTarget = "scsi14"
	VIRTUALMACHINEDISKTARGET_SCSI15    VirtualMachineDiskTarget = "scsi15"
	VIRTUALMACHINEDISKTARGET_SCSI16    VirtualMachineDiskTarget = "scsi16"
	VIRTUALMACHINEDISKTARGET_SCSI17    VirtualMachineDiskTarget = "scsi17"
	VIRTUALMACHINEDISKTARGET_SCSI18    VirtualMachineDiskTarget = "scsi18"
	VIRTUALMACHINEDISKTARGET_SCSI19    VirtualMachineDiskTarget = "scsi19"
	VIRTUALMACHINEDISKTARGET_SCSI20    VirtualMachineDiskTarget = "scsi20"
	VIRTUALMACHINEDISKTARGET_SCSI21    VirtualMachineDiskTarget = "scsi21"
	VIRTUALMACHINEDISKTARGET_SCSI22    VirtualMachineDiskTarget = "scsi22"
	VIRTUALMACHINEDISKTARGET_SCSI23    VirtualMachineDiskTarget = "scsi23"
	VIRTUALMACHINEDISKTARGET_SCSI24    VirtualMachineDiskTarget = "scsi24"
	VIRTUALMACHINEDISKTARGET_SCSI25    VirtualMachineDiskTarget = "scsi25"
	VIRTUALMACHINEDISKTARGET_SCSI26    VirtualMachineDiskTarget = "scsi26"
	VIRTUALMACHINEDISKTARGET_SCSI27    VirtualMachineDiskTarget = "scsi27"
	VIRTUALMACHINEDISKTARGET_SCSI28    VirtualMachineDiskTarget = "scsi28"
	VIRTUALMACHINEDISKTARGET_SCSI29    VirtualMachineDiskTarget = "scsi29"
	VIRTUALMACHINEDISKTARGET_SCSI30    VirtualMachineDiskTarget = "scsi30"
	VIRTUALMACHINEDISKTARGET_VIRTIO0   VirtualMachineDiskTarget = "virtio0"
	VIRTUALMACHINEDISKTARGET_VIRTIO1   VirtualMachineDiskTarget = "virtio1"
	VIRTUALMACHINEDISKTARGET_VIRTIO2   VirtualMachineDiskTarget = "virtio2"
	VIRTUALMACHINEDISKTARGET_VIRTIO3   VirtualMachineDiskTarget = "virtio3"
	VIRTUALMACHINEDISKTARGET_VIRTIO4   VirtualMachineDiskTarget = "virtio4"
	VIRTUALMACHINEDISKTARGET_VIRTIO5   VirtualMachineDiskTarget = "virtio5"
	VIRTUALMACHINEDISKTARGET_VIRTIO6   VirtualMachineDiskTarget = "virtio6"
	VIRTUALMACHINEDISKTARGET_VIRTIO7   VirtualMachineDiskTarget = "virtio7"
	VIRTUALMACHINEDISKTARGET_VIRTIO8   VirtualMachineDiskTarget = "virtio8"
	VIRTUALMACHINEDISKTARGET_VIRTIO9   VirtualMachineDiskTarget = "virtio9"
	VIRTUALMACHINEDISKTARGET_VIRTIO10  VirtualMachineDiskTarget = "virtio10"
	VIRTUALMACHINEDISKTARGET_VIRTIO11  VirtualMachineDiskTarget = "virtio11"
	VIRTUALMACHINEDISKTARGET_VIRTIO12  VirtualMachineDiskTarget = "virtio12"
	VIRTUALMACHINEDISKTARGET_VIRTIO13  VirtualMachineDiskTarget = "virtio13"
	VIRTUALMACHINEDISKTARGET_VIRTIO14  VirtualMachineDiskTarget = "virtio14"
	VIRTUALMACHINEDISKTARGET_VIRTIO15  VirtualMachineDiskTarget = "virtio15"
	VIRTUALMACHINEDISKTARGET_SATA0     VirtualMachineDiskTarget = "sata0"
	VIRTUALMACHINEDISKTARGET_SATA1     VirtualMachineDiskTarget = "sata1"
	VIRTUALMACHINEDISKTARGET_SATA2     VirtualMachineDiskTarget = "sata2"
	VIRTUALMACHINEDISKTARGET_SATA3     VirtualMachineDiskTarget = "sata3"
	VIRTUALMACHINEDISKTARGET_SATA4     VirtualMachineDiskTarget = "sata4"
	VIRTUALMACHINEDISKTARGET_SATA5     VirtualMachineDiskTarget = "sata5"
	VIRTUALMACHINEDISKTARGET_EFIDISK0  VirtualMachineDiskTarget = "efidisk0"
	VIRTUALMACHINEDISKTARGET_TPMSTATE0 VirtualMachineDiskTarget = "tpmstate0"
)

List of VirtualMachineDiskTarget

func NewVirtualMachineDiskTargetFromValue ¶

func NewVirtualMachineDiskTargetFromValue(v string) (*VirtualMachineDiskTarget, error)

NewVirtualMachineDiskTargetFromValue returns a pointer to a valid VirtualMachineDiskTarget for the value passed as argument, or an error if the value passed is not allowed by the enum

func (VirtualMachineDiskTarget) IsValid ¶

func (v VirtualMachineDiskTarget) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (VirtualMachineDiskTarget) Ptr ¶

Ptr returns reference to VirtualMachineDiskTarget value

func (*VirtualMachineDiskTarget) UnmarshalJSON ¶

func (v *VirtualMachineDiskTarget) UnmarshalJSON(src []byte) error

type VirtualMachineExecuteCommandRequestContent ¶ added in v0.43.0

type VirtualMachineExecuteCommandRequestContent struct {
	Command   *string `json:"command,omitempty"`
	InputData *string `json:"input-data,omitempty"`
}

VirtualMachineExecuteCommandRequestContent struct for VirtualMachineExecuteCommandRequestContent

func NewVirtualMachineExecuteCommandRequestContent ¶ added in v0.43.0

func NewVirtualMachineExecuteCommandRequestContent() *VirtualMachineExecuteCommandRequestContent

NewVirtualMachineExecuteCommandRequestContent instantiates a new VirtualMachineExecuteCommandRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineExecuteCommandRequestContentWithDefaults ¶ added in v0.43.0

func NewVirtualMachineExecuteCommandRequestContentWithDefaults() *VirtualMachineExecuteCommandRequestContent

NewVirtualMachineExecuteCommandRequestContentWithDefaults instantiates a new VirtualMachineExecuteCommandRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineExecuteCommandRequestContent) GetCommand ¶ added in v0.43.0

GetCommand returns the Command field value if set, zero value otherwise.

func (*VirtualMachineExecuteCommandRequestContent) GetCommandOk ¶ added in v0.43.0

GetCommandOk returns a tuple with the Command field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineExecuteCommandRequestContent) GetInputData ¶ added in v0.43.0

GetInputData returns the InputData field value if set, zero value otherwise.

func (*VirtualMachineExecuteCommandRequestContent) GetInputDataOk ¶ added in v0.43.0

func (o *VirtualMachineExecuteCommandRequestContent) GetInputDataOk() (*string, bool)

GetInputDataOk returns a tuple with the InputData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineExecuteCommandRequestContent) HasCommand ¶ added in v0.43.0

HasCommand returns a boolean if a field has been set.

func (*VirtualMachineExecuteCommandRequestContent) HasInputData ¶ added in v0.43.0

HasInputData returns a boolean if a field has been set.

func (VirtualMachineExecuteCommandRequestContent) MarshalJSON ¶ added in v0.43.0

func (*VirtualMachineExecuteCommandRequestContent) SetCommand ¶ added in v0.43.0

SetCommand gets a reference to the given string and assigns it to the Command field.

func (*VirtualMachineExecuteCommandRequestContent) SetInputData ¶ added in v0.43.0

SetInputData gets a reference to the given string and assigns it to the InputData field.

func (VirtualMachineExecuteCommandRequestContent) ToMap ¶ added in v0.43.0

func (o VirtualMachineExecuteCommandRequestContent) ToMap() (map[string]interface{}, error)

type VirtualMachineExecuteCommandResponseContent ¶ added in v0.43.0

type VirtualMachineExecuteCommandResponseContent struct {
	Data ExecuteCommandResponse `json:"data"`
}

VirtualMachineExecuteCommandResponseContent struct for VirtualMachineExecuteCommandResponseContent

func NewVirtualMachineExecuteCommandResponseContent ¶ added in v0.43.0

func NewVirtualMachineExecuteCommandResponseContent(data ExecuteCommandResponse) *VirtualMachineExecuteCommandResponseContent

NewVirtualMachineExecuteCommandResponseContent instantiates a new VirtualMachineExecuteCommandResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineExecuteCommandResponseContentWithDefaults ¶ added in v0.43.0

func NewVirtualMachineExecuteCommandResponseContentWithDefaults() *VirtualMachineExecuteCommandResponseContent

NewVirtualMachineExecuteCommandResponseContentWithDefaults instantiates a new VirtualMachineExecuteCommandResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineExecuteCommandResponseContent) GetData ¶ added in v0.43.0

GetData returns the Data field value

func (*VirtualMachineExecuteCommandResponseContent) GetDataOk ¶ added in v0.43.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (VirtualMachineExecuteCommandResponseContent) MarshalJSON ¶ added in v0.43.0

func (*VirtualMachineExecuteCommandResponseContent) SetData ¶ added in v0.43.0

SetData sets field value

func (VirtualMachineExecuteCommandResponseContent) ToMap ¶ added in v0.43.0

func (o VirtualMachineExecuteCommandResponseContent) ToMap() (map[string]interface{}, error)

type VirtualMachineFeatureSupportSummary ¶

type VirtualMachineFeatureSupportSummary struct {
	// An integer used to represent a boolean. 0 is false, 1 is true.
	HasFeature float32  `json:"hasFeature"`
	Nodes      []string `json:"nodes"`
}

VirtualMachineFeatureSupportSummary struct for VirtualMachineFeatureSupportSummary

func NewVirtualMachineFeatureSupportSummary ¶

func NewVirtualMachineFeatureSupportSummary(hasFeature float32, nodes []string) *VirtualMachineFeatureSupportSummary

NewVirtualMachineFeatureSupportSummary instantiates a new VirtualMachineFeatureSupportSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineFeatureSupportSummaryWithDefaults ¶

func NewVirtualMachineFeatureSupportSummaryWithDefaults() *VirtualMachineFeatureSupportSummary

NewVirtualMachineFeatureSupportSummaryWithDefaults instantiates a new VirtualMachineFeatureSupportSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineFeatureSupportSummary) GetHasFeature ¶

func (o *VirtualMachineFeatureSupportSummary) GetHasFeature() float32

GetHasFeature returns the HasFeature field value

func (*VirtualMachineFeatureSupportSummary) GetHasFeatureOk ¶

func (o *VirtualMachineFeatureSupportSummary) GetHasFeatureOk() (*float32, bool)

GetHasFeatureOk returns a tuple with the HasFeature field value and a boolean to check if the value has been set.

func (*VirtualMachineFeatureSupportSummary) GetNodes ¶

GetNodes returns the Nodes field value

func (*VirtualMachineFeatureSupportSummary) GetNodesOk ¶

func (o *VirtualMachineFeatureSupportSummary) GetNodesOk() ([]string, bool)

GetNodesOk returns a tuple with the Nodes field value and a boolean to check if the value has been set.

func (VirtualMachineFeatureSupportSummary) MarshalJSON ¶

func (o VirtualMachineFeatureSupportSummary) MarshalJSON() ([]byte, error)

func (*VirtualMachineFeatureSupportSummary) SetHasFeature ¶

func (o *VirtualMachineFeatureSupportSummary) SetHasFeature(v float32)

SetHasFeature sets field value

func (*VirtualMachineFeatureSupportSummary) SetNodes ¶

SetNodes sets field value

func (VirtualMachineFeatureSupportSummary) ToMap ¶ added in v0.9.0

func (o VirtualMachineFeatureSupportSummary) ToMap() (map[string]interface{}, error)

type VirtualMachineFirewallReferenceSummary ¶ added in v0.54.0

type VirtualMachineFirewallReferenceSummary struct {
	Type    FirewallReferenceType `json:"type"`
	Name    string                `json:"name"`
	Comment *string               `json:"comment,omitempty"`
}

VirtualMachineFirewallReferenceSummary struct for VirtualMachineFirewallReferenceSummary

func NewVirtualMachineFirewallReferenceSummary ¶ added in v0.54.0

func NewVirtualMachineFirewallReferenceSummary(type_ FirewallReferenceType, name string) *VirtualMachineFirewallReferenceSummary

NewVirtualMachineFirewallReferenceSummary instantiates a new VirtualMachineFirewallReferenceSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineFirewallReferenceSummaryWithDefaults ¶ added in v0.54.0

func NewVirtualMachineFirewallReferenceSummaryWithDefaults() *VirtualMachineFirewallReferenceSummary

NewVirtualMachineFirewallReferenceSummaryWithDefaults instantiates a new VirtualMachineFirewallReferenceSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineFirewallReferenceSummary) GetComment ¶ added in v0.54.0

GetComment returns the Comment field value if set, zero value otherwise.

func (*VirtualMachineFirewallReferenceSummary) GetCommentOk ¶ added in v0.54.0

func (o *VirtualMachineFirewallReferenceSummary) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineFirewallReferenceSummary) GetName ¶ added in v0.54.0

GetName returns the Name field value

func (*VirtualMachineFirewallReferenceSummary) GetNameOk ¶ added in v0.54.0

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*VirtualMachineFirewallReferenceSummary) GetType ¶ added in v0.54.0

GetType returns the Type field value

func (*VirtualMachineFirewallReferenceSummary) GetTypeOk ¶ added in v0.54.0

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*VirtualMachineFirewallReferenceSummary) HasComment ¶ added in v0.54.0

HasComment returns a boolean if a field has been set.

func (VirtualMachineFirewallReferenceSummary) MarshalJSON ¶ added in v0.54.0

func (o VirtualMachineFirewallReferenceSummary) MarshalJSON() ([]byte, error)

func (*VirtualMachineFirewallReferenceSummary) SetComment ¶ added in v0.54.0

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*VirtualMachineFirewallReferenceSummary) SetName ¶ added in v0.54.0

SetName sets field value

func (*VirtualMachineFirewallReferenceSummary) SetType ¶ added in v0.54.0

SetType sets field value

func (VirtualMachineFirewallReferenceSummary) ToMap ¶ added in v0.54.0

func (o VirtualMachineFirewallReferenceSummary) ToMap() (map[string]interface{}, error)

type VirtualMachineHighAvailabilityStatus ¶

type VirtualMachineHighAvailabilityStatus struct {
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Managed float32 `json:"managed"`
}

VirtualMachineHighAvailabilityStatus struct for VirtualMachineHighAvailabilityStatus

func NewVirtualMachineHighAvailabilityStatus ¶

func NewVirtualMachineHighAvailabilityStatus(managed float32) *VirtualMachineHighAvailabilityStatus

NewVirtualMachineHighAvailabilityStatus instantiates a new VirtualMachineHighAvailabilityStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineHighAvailabilityStatusWithDefaults ¶

func NewVirtualMachineHighAvailabilityStatusWithDefaults() *VirtualMachineHighAvailabilityStatus

NewVirtualMachineHighAvailabilityStatusWithDefaults instantiates a new VirtualMachineHighAvailabilityStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineHighAvailabilityStatus) GetManaged ¶

GetManaged returns the Managed field value

func (*VirtualMachineHighAvailabilityStatus) GetManagedOk ¶

func (o *VirtualMachineHighAvailabilityStatus) GetManagedOk() (*float32, bool)

GetManagedOk returns a tuple with the Managed field value and a boolean to check if the value has been set.

func (VirtualMachineHighAvailabilityStatus) MarshalJSON ¶

func (o VirtualMachineHighAvailabilityStatus) MarshalJSON() ([]byte, error)

func (*VirtualMachineHighAvailabilityStatus) SetManaged ¶

SetManaged sets field value

func (VirtualMachineHighAvailabilityStatus) ToMap ¶ added in v0.9.0

func (o VirtualMachineHighAvailabilityStatus) ToMap() (map[string]interface{}, error)

type VirtualMachineHugePages ¶

type VirtualMachineHugePages string

VirtualMachineHugePages the model 'VirtualMachineHugePages'

const (
	VIRTUALMACHINEHUGEPAGES_ANY   VirtualMachineHugePages = "any"
	VIRTUALMACHINEHUGEPAGES__2    VirtualMachineHugePages = "2"
	VIRTUALMACHINEHUGEPAGES__1024 VirtualMachineHugePages = "1024"
)

List of VirtualMachineHugePages

func NewVirtualMachineHugePagesFromValue ¶

func NewVirtualMachineHugePagesFromValue(v string) (*VirtualMachineHugePages, error)

NewVirtualMachineHugePagesFromValue returns a pointer to a valid VirtualMachineHugePages for the value passed as argument, or an error if the value passed is not allowed by the enum

func (VirtualMachineHugePages) IsValid ¶

func (v VirtualMachineHugePages) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (VirtualMachineHugePages) Ptr ¶

Ptr returns reference to VirtualMachineHugePages value

func (*VirtualMachineHugePages) UnmarshalJSON ¶

func (v *VirtualMachineHugePages) UnmarshalJSON(src []byte) error

type VirtualMachineKeyboard ¶

type VirtualMachineKeyboard string

VirtualMachineKeyboard the model 'VirtualMachineKeyboard'

const (
	VIRTUALMACHINEKEYBOARD_DE    VirtualMachineKeyboard = "de"
	VIRTUALMACHINEKEYBOARD_DE_CH VirtualMachineKeyboard = "de-ch"
	VIRTUALMACHINEKEYBOARD_DA    VirtualMachineKeyboard = "da"
	VIRTUALMACHINEKEYBOARD_EN_GB VirtualMachineKeyboard = "en-gb"
	VIRTUALMACHINEKEYBOARD_EN_US VirtualMachineKeyboard = "en-us"
	VIRTUALMACHINEKEYBOARD_ES    VirtualMachineKeyboard = "es"
	VIRTUALMACHINEKEYBOARD_FI    VirtualMachineKeyboard = "fi"
	VIRTUALMACHINEKEYBOARD_FR    VirtualMachineKeyboard = "fr"
	VIRTUALMACHINEKEYBOARD_FR_BE VirtualMachineKeyboard = "fr-be"
	VIRTUALMACHINEKEYBOARD_FR_CH VirtualMachineKeyboard = "fr-ch"
	VIRTUALMACHINEKEYBOARD_FR_CA VirtualMachineKeyboard = "fr-ca"
	VIRTUALMACHINEKEYBOARD_HU    VirtualMachineKeyboard = "hu"
	VIRTUALMACHINEKEYBOARD_IS    VirtualMachineKeyboard = "is"
	VIRTUALMACHINEKEYBOARD_IT    VirtualMachineKeyboard = "it"
	VIRTUALMACHINEKEYBOARD_JA    VirtualMachineKeyboard = "ja"
	VIRTUALMACHINEKEYBOARD_LT    VirtualMachineKeyboard = "lt"
	VIRTUALMACHINEKEYBOARD_MK    VirtualMachineKeyboard = "mk"
	VIRTUALMACHINEKEYBOARD_NL    VirtualMachineKeyboard = "nl"
	VIRTUALMACHINEKEYBOARD_NO    VirtualMachineKeyboard = "no"
	VIRTUALMACHINEKEYBOARD_PL    VirtualMachineKeyboard = "pl"
	VIRTUALMACHINEKEYBOARD_PT    VirtualMachineKeyboard = "pt"
	VIRTUALMACHINEKEYBOARD_PT_BR VirtualMachineKeyboard = "pt-br"
	VIRTUALMACHINEKEYBOARD_SV    VirtualMachineKeyboard = "sv"
	VIRTUALMACHINEKEYBOARD_SL    VirtualMachineKeyboard = "sl"
	VIRTUALMACHINEKEYBOARD_TR    VirtualMachineKeyboard = "tr"
)

List of VirtualMachineKeyboard

func NewVirtualMachineKeyboardFromValue ¶

func NewVirtualMachineKeyboardFromValue(v string) (*VirtualMachineKeyboard, error)

NewVirtualMachineKeyboardFromValue returns a pointer to a valid VirtualMachineKeyboard for the value passed as argument, or an error if the value passed is not allowed by the enum

func (VirtualMachineKeyboard) IsValid ¶

func (v VirtualMachineKeyboard) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (VirtualMachineKeyboard) Ptr ¶

Ptr returns reference to VirtualMachineKeyboard value

func (*VirtualMachineKeyboard) UnmarshalJSON ¶

func (v *VirtualMachineKeyboard) UnmarshalJSON(src []byte) error

type VirtualMachineMigrationType ¶ added in v0.50.0

type VirtualMachineMigrationType string

VirtualMachineMigrationType the model 'VirtualMachineMigrationType'

const (
	VIRTUALMACHINEMIGRATIONTYPE_SECURE   VirtualMachineMigrationType = "secure"
	VIRTUALMACHINEMIGRATIONTYPE_INSECURE VirtualMachineMigrationType = "insecure"
)

List of VirtualMachineMigrationType

func NewVirtualMachineMigrationTypeFromValue ¶ added in v0.50.0

func NewVirtualMachineMigrationTypeFromValue(v string) (*VirtualMachineMigrationType, error)

NewVirtualMachineMigrationTypeFromValue returns a pointer to a valid VirtualMachineMigrationType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (VirtualMachineMigrationType) IsValid ¶ added in v0.50.0

func (v VirtualMachineMigrationType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (VirtualMachineMigrationType) Ptr ¶ added in v0.50.0

Ptr returns reference to VirtualMachineMigrationType value

func (*VirtualMachineMigrationType) UnmarshalJSON ¶ added in v0.50.0

func (v *VirtualMachineMigrationType) UnmarshalJSON(src []byte) error

type VirtualMachineNicBlockStatistics ¶

type VirtualMachineNicBlockStatistics struct {
	FlushTotalTimeNs       *float32 `json:"flush_total_time_ns,omitempty"`
	RdBytes                *float32 `json:"rd_bytes,omitempty"`
	TimedStats             []string `json:"timed_stats,omitempty"`
	WrHighestOffset        *float32 `json:"wr_highest_offset,omitempty"`
	RdTotalTimeNs          *float32 `json:"rd_total_time_ns,omitempty"`
	FlushOperations        *float32 `json:"flush_operations,omitempty"`
	WrOperations           *float32 `json:"wr_operations,omitempty"`
	IdleTimeNs             *float32 `json:"idle_time_ns,omitempty"`
	WrMerged               *float32 `json:"wr_merged,omitempty"`
	InvalidRdOperations    *float32 `json:"invalid_rd_operations,omitempty"`
	FailedFlushOperations  *float32 `json:"failed_flush_operations,omitempty"`
	UnmapBytes             *float32 `json:"unmap_bytes,omitempty"`
	FailedRdOperations     *float32 `json:"failed_rd_operations,omitempty"`
	WrBytes                *float32 `json:"wr_bytes,omitempty"`
	InvalidFlushOperations *float32 `json:"invalid_flush_operations,omitempty"`
	UnmapOperations        *float32 `json:"unmap_operations,omitempty"`
	WrTotalTimeNs          *float32 `json:"wr_total_time_ns,omitempty"`
	FailedWrOperations     *float32 `json:"failed_wr_operations,omitempty"`
	UnmapMerged            *float32 `json:"unmap_merged,omitempty"`
	InvalidWrOperations    *float32 `json:"invalid_wr_operations,omitempty"`
	RdOperations           *float32 `json:"rd_operations,omitempty"`
	UnmapTotalTimeNs       *float32 `json:"unmap_total_time_ns,omitempty"`
	InvalidUnmapOperations *float32 `json:"invalid_unmap_operations,omitempty"`
	AccountFailed          *bool    `json:"account_failed,omitempty"`
	AccountInvalid         *bool    `json:"account_invalid,omitempty"`
	RdMerged               *float32 `json:"rd_merged,omitempty"`
	FailedUnmapOperations  *float32 `json:"failed_unmap_operations,omitempty"`
}

VirtualMachineNicBlockStatistics struct for VirtualMachineNicBlockStatistics

func NewVirtualMachineNicBlockStatistics ¶

func NewVirtualMachineNicBlockStatistics() *VirtualMachineNicBlockStatistics

NewVirtualMachineNicBlockStatistics instantiates a new VirtualMachineNicBlockStatistics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineNicBlockStatisticsWithDefaults ¶

func NewVirtualMachineNicBlockStatisticsWithDefaults() *VirtualMachineNicBlockStatistics

NewVirtualMachineNicBlockStatisticsWithDefaults instantiates a new VirtualMachineNicBlockStatistics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineNicBlockStatistics) GetAccountFailed ¶

func (o *VirtualMachineNicBlockStatistics) GetAccountFailed() bool

GetAccountFailed returns the AccountFailed field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetAccountFailedOk ¶

func (o *VirtualMachineNicBlockStatistics) GetAccountFailedOk() (*bool, bool)

GetAccountFailedOk returns a tuple with the AccountFailed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetAccountInvalid ¶

func (o *VirtualMachineNicBlockStatistics) GetAccountInvalid() bool

GetAccountInvalid returns the AccountInvalid field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetAccountInvalidOk ¶

func (o *VirtualMachineNicBlockStatistics) GetAccountInvalidOk() (*bool, bool)

GetAccountInvalidOk returns a tuple with the AccountInvalid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetFailedFlushOperations ¶

func (o *VirtualMachineNicBlockStatistics) GetFailedFlushOperations() float32

GetFailedFlushOperations returns the FailedFlushOperations field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetFailedFlushOperationsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetFailedFlushOperationsOk() (*float32, bool)

GetFailedFlushOperationsOk returns a tuple with the FailedFlushOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetFailedRdOperations ¶

func (o *VirtualMachineNicBlockStatistics) GetFailedRdOperations() float32

GetFailedRdOperations returns the FailedRdOperations field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetFailedRdOperationsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetFailedRdOperationsOk() (*float32, bool)

GetFailedRdOperationsOk returns a tuple with the FailedRdOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetFailedUnmapOperations ¶

func (o *VirtualMachineNicBlockStatistics) GetFailedUnmapOperations() float32

GetFailedUnmapOperations returns the FailedUnmapOperations field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetFailedUnmapOperationsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetFailedUnmapOperationsOk() (*float32, bool)

GetFailedUnmapOperationsOk returns a tuple with the FailedUnmapOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetFailedWrOperations ¶

func (o *VirtualMachineNicBlockStatistics) GetFailedWrOperations() float32

GetFailedWrOperations returns the FailedWrOperations field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetFailedWrOperationsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetFailedWrOperationsOk() (*float32, bool)

GetFailedWrOperationsOk returns a tuple with the FailedWrOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetFlushOperations ¶

func (o *VirtualMachineNicBlockStatistics) GetFlushOperations() float32

GetFlushOperations returns the FlushOperations field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetFlushOperationsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetFlushOperationsOk() (*float32, bool)

GetFlushOperationsOk returns a tuple with the FlushOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetFlushTotalTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) GetFlushTotalTimeNs() float32

GetFlushTotalTimeNs returns the FlushTotalTimeNs field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetFlushTotalTimeNsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetFlushTotalTimeNsOk() (*float32, bool)

GetFlushTotalTimeNsOk returns a tuple with the FlushTotalTimeNs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetIdleTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) GetIdleTimeNs() float32

GetIdleTimeNs returns the IdleTimeNs field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetIdleTimeNsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetIdleTimeNsOk() (*float32, bool)

GetIdleTimeNsOk returns a tuple with the IdleTimeNs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetInvalidFlushOperations ¶

func (o *VirtualMachineNicBlockStatistics) GetInvalidFlushOperations() float32

GetInvalidFlushOperations returns the InvalidFlushOperations field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetInvalidFlushOperationsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetInvalidFlushOperationsOk() (*float32, bool)

GetInvalidFlushOperationsOk returns a tuple with the InvalidFlushOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetInvalidRdOperations ¶

func (o *VirtualMachineNicBlockStatistics) GetInvalidRdOperations() float32

GetInvalidRdOperations returns the InvalidRdOperations field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetInvalidRdOperationsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetInvalidRdOperationsOk() (*float32, bool)

GetInvalidRdOperationsOk returns a tuple with the InvalidRdOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetInvalidUnmapOperations ¶

func (o *VirtualMachineNicBlockStatistics) GetInvalidUnmapOperations() float32

GetInvalidUnmapOperations returns the InvalidUnmapOperations field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetInvalidUnmapOperationsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetInvalidUnmapOperationsOk() (*float32, bool)

GetInvalidUnmapOperationsOk returns a tuple with the InvalidUnmapOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetInvalidWrOperations ¶

func (o *VirtualMachineNicBlockStatistics) GetInvalidWrOperations() float32

GetInvalidWrOperations returns the InvalidWrOperations field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetInvalidWrOperationsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetInvalidWrOperationsOk() (*float32, bool)

GetInvalidWrOperationsOk returns a tuple with the InvalidWrOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetRdBytes ¶

func (o *VirtualMachineNicBlockStatistics) GetRdBytes() float32

GetRdBytes returns the RdBytes field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetRdBytesOk ¶

func (o *VirtualMachineNicBlockStatistics) GetRdBytesOk() (*float32, bool)

GetRdBytesOk returns a tuple with the RdBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetRdMerged ¶

func (o *VirtualMachineNicBlockStatistics) GetRdMerged() float32

GetRdMerged returns the RdMerged field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetRdMergedOk ¶

func (o *VirtualMachineNicBlockStatistics) GetRdMergedOk() (*float32, bool)

GetRdMergedOk returns a tuple with the RdMerged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetRdOperations ¶

func (o *VirtualMachineNicBlockStatistics) GetRdOperations() float32

GetRdOperations returns the RdOperations field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetRdOperationsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetRdOperationsOk() (*float32, bool)

GetRdOperationsOk returns a tuple with the RdOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetRdTotalTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) GetRdTotalTimeNs() float32

GetRdTotalTimeNs returns the RdTotalTimeNs field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetRdTotalTimeNsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetRdTotalTimeNsOk() (*float32, bool)

GetRdTotalTimeNsOk returns a tuple with the RdTotalTimeNs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetTimedStats ¶

func (o *VirtualMachineNicBlockStatistics) GetTimedStats() []string

GetTimedStats returns the TimedStats field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetTimedStatsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetTimedStatsOk() ([]string, bool)

GetTimedStatsOk returns a tuple with the TimedStats field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetUnmapBytes ¶

func (o *VirtualMachineNicBlockStatistics) GetUnmapBytes() float32

GetUnmapBytes returns the UnmapBytes field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetUnmapBytesOk ¶

func (o *VirtualMachineNicBlockStatistics) GetUnmapBytesOk() (*float32, bool)

GetUnmapBytesOk returns a tuple with the UnmapBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetUnmapMerged ¶

func (o *VirtualMachineNicBlockStatistics) GetUnmapMerged() float32

GetUnmapMerged returns the UnmapMerged field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetUnmapMergedOk ¶

func (o *VirtualMachineNicBlockStatistics) GetUnmapMergedOk() (*float32, bool)

GetUnmapMergedOk returns a tuple with the UnmapMerged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetUnmapOperations ¶

func (o *VirtualMachineNicBlockStatistics) GetUnmapOperations() float32

GetUnmapOperations returns the UnmapOperations field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetUnmapOperationsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetUnmapOperationsOk() (*float32, bool)

GetUnmapOperationsOk returns a tuple with the UnmapOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetUnmapTotalTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) GetUnmapTotalTimeNs() float32

GetUnmapTotalTimeNs returns the UnmapTotalTimeNs field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetUnmapTotalTimeNsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetUnmapTotalTimeNsOk() (*float32, bool)

GetUnmapTotalTimeNsOk returns a tuple with the UnmapTotalTimeNs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetWrBytes ¶

func (o *VirtualMachineNicBlockStatistics) GetWrBytes() float32

GetWrBytes returns the WrBytes field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetWrBytesOk ¶

func (o *VirtualMachineNicBlockStatistics) GetWrBytesOk() (*float32, bool)

GetWrBytesOk returns a tuple with the WrBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetWrHighestOffset ¶

func (o *VirtualMachineNicBlockStatistics) GetWrHighestOffset() float32

GetWrHighestOffset returns the WrHighestOffset field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetWrHighestOffsetOk ¶

func (o *VirtualMachineNicBlockStatistics) GetWrHighestOffsetOk() (*float32, bool)

GetWrHighestOffsetOk returns a tuple with the WrHighestOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetWrMerged ¶

func (o *VirtualMachineNicBlockStatistics) GetWrMerged() float32

GetWrMerged returns the WrMerged field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetWrMergedOk ¶

func (o *VirtualMachineNicBlockStatistics) GetWrMergedOk() (*float32, bool)

GetWrMergedOk returns a tuple with the WrMerged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetWrOperations ¶

func (o *VirtualMachineNicBlockStatistics) GetWrOperations() float32

GetWrOperations returns the WrOperations field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetWrOperationsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetWrOperationsOk() (*float32, bool)

GetWrOperationsOk returns a tuple with the WrOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) GetWrTotalTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) GetWrTotalTimeNs() float32

GetWrTotalTimeNs returns the WrTotalTimeNs field value if set, zero value otherwise.

func (*VirtualMachineNicBlockStatistics) GetWrTotalTimeNsOk ¶

func (o *VirtualMachineNicBlockStatistics) GetWrTotalTimeNsOk() (*float32, bool)

GetWrTotalTimeNsOk returns a tuple with the WrTotalTimeNs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicBlockStatistics) HasAccountFailed ¶

func (o *VirtualMachineNicBlockStatistics) HasAccountFailed() bool

HasAccountFailed returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasAccountInvalid ¶

func (o *VirtualMachineNicBlockStatistics) HasAccountInvalid() bool

HasAccountInvalid returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasFailedFlushOperations ¶

func (o *VirtualMachineNicBlockStatistics) HasFailedFlushOperations() bool

HasFailedFlushOperations returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasFailedRdOperations ¶

func (o *VirtualMachineNicBlockStatistics) HasFailedRdOperations() bool

HasFailedRdOperations returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasFailedUnmapOperations ¶

func (o *VirtualMachineNicBlockStatistics) HasFailedUnmapOperations() bool

HasFailedUnmapOperations returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasFailedWrOperations ¶

func (o *VirtualMachineNicBlockStatistics) HasFailedWrOperations() bool

HasFailedWrOperations returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasFlushOperations ¶

func (o *VirtualMachineNicBlockStatistics) HasFlushOperations() bool

HasFlushOperations returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasFlushTotalTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) HasFlushTotalTimeNs() bool

HasFlushTotalTimeNs returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasIdleTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) HasIdleTimeNs() bool

HasIdleTimeNs returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasInvalidFlushOperations ¶

func (o *VirtualMachineNicBlockStatistics) HasInvalidFlushOperations() bool

HasInvalidFlushOperations returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasInvalidRdOperations ¶

func (o *VirtualMachineNicBlockStatistics) HasInvalidRdOperations() bool

HasInvalidRdOperations returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasInvalidUnmapOperations ¶

func (o *VirtualMachineNicBlockStatistics) HasInvalidUnmapOperations() bool

HasInvalidUnmapOperations returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasInvalidWrOperations ¶

func (o *VirtualMachineNicBlockStatistics) HasInvalidWrOperations() bool

HasInvalidWrOperations returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasRdBytes ¶

func (o *VirtualMachineNicBlockStatistics) HasRdBytes() bool

HasRdBytes returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasRdMerged ¶

func (o *VirtualMachineNicBlockStatistics) HasRdMerged() bool

HasRdMerged returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasRdOperations ¶

func (o *VirtualMachineNicBlockStatistics) HasRdOperations() bool

HasRdOperations returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasRdTotalTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) HasRdTotalTimeNs() bool

HasRdTotalTimeNs returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasTimedStats ¶

func (o *VirtualMachineNicBlockStatistics) HasTimedStats() bool

HasTimedStats returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasUnmapBytes ¶

func (o *VirtualMachineNicBlockStatistics) HasUnmapBytes() bool

HasUnmapBytes returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasUnmapMerged ¶

func (o *VirtualMachineNicBlockStatistics) HasUnmapMerged() bool

HasUnmapMerged returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasUnmapOperations ¶

func (o *VirtualMachineNicBlockStatistics) HasUnmapOperations() bool

HasUnmapOperations returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasUnmapTotalTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) HasUnmapTotalTimeNs() bool

HasUnmapTotalTimeNs returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasWrBytes ¶

func (o *VirtualMachineNicBlockStatistics) HasWrBytes() bool

HasWrBytes returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasWrHighestOffset ¶

func (o *VirtualMachineNicBlockStatistics) HasWrHighestOffset() bool

HasWrHighestOffset returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasWrMerged ¶

func (o *VirtualMachineNicBlockStatistics) HasWrMerged() bool

HasWrMerged returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasWrOperations ¶

func (o *VirtualMachineNicBlockStatistics) HasWrOperations() bool

HasWrOperations returns a boolean if a field has been set.

func (*VirtualMachineNicBlockStatistics) HasWrTotalTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) HasWrTotalTimeNs() bool

HasWrTotalTimeNs returns a boolean if a field has been set.

func (VirtualMachineNicBlockStatistics) MarshalJSON ¶

func (o VirtualMachineNicBlockStatistics) MarshalJSON() ([]byte, error)

func (*VirtualMachineNicBlockStatistics) SetAccountFailed ¶

func (o *VirtualMachineNicBlockStatistics) SetAccountFailed(v bool)

SetAccountFailed gets a reference to the given bool and assigns it to the AccountFailed field.

func (*VirtualMachineNicBlockStatistics) SetAccountInvalid ¶

func (o *VirtualMachineNicBlockStatistics) SetAccountInvalid(v bool)

SetAccountInvalid gets a reference to the given bool and assigns it to the AccountInvalid field.

func (*VirtualMachineNicBlockStatistics) SetFailedFlushOperations ¶

func (o *VirtualMachineNicBlockStatistics) SetFailedFlushOperations(v float32)

SetFailedFlushOperations gets a reference to the given float32 and assigns it to the FailedFlushOperations field.

func (*VirtualMachineNicBlockStatistics) SetFailedRdOperations ¶

func (o *VirtualMachineNicBlockStatistics) SetFailedRdOperations(v float32)

SetFailedRdOperations gets a reference to the given float32 and assigns it to the FailedRdOperations field.

func (*VirtualMachineNicBlockStatistics) SetFailedUnmapOperations ¶

func (o *VirtualMachineNicBlockStatistics) SetFailedUnmapOperations(v float32)

SetFailedUnmapOperations gets a reference to the given float32 and assigns it to the FailedUnmapOperations field.

func (*VirtualMachineNicBlockStatistics) SetFailedWrOperations ¶

func (o *VirtualMachineNicBlockStatistics) SetFailedWrOperations(v float32)

SetFailedWrOperations gets a reference to the given float32 and assigns it to the FailedWrOperations field.

func (*VirtualMachineNicBlockStatistics) SetFlushOperations ¶

func (o *VirtualMachineNicBlockStatistics) SetFlushOperations(v float32)

SetFlushOperations gets a reference to the given float32 and assigns it to the FlushOperations field.

func (*VirtualMachineNicBlockStatistics) SetFlushTotalTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) SetFlushTotalTimeNs(v float32)

SetFlushTotalTimeNs gets a reference to the given float32 and assigns it to the FlushTotalTimeNs field.

func (*VirtualMachineNicBlockStatistics) SetIdleTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) SetIdleTimeNs(v float32)

SetIdleTimeNs gets a reference to the given float32 and assigns it to the IdleTimeNs field.

func (*VirtualMachineNicBlockStatistics) SetInvalidFlushOperations ¶

func (o *VirtualMachineNicBlockStatistics) SetInvalidFlushOperations(v float32)

SetInvalidFlushOperations gets a reference to the given float32 and assigns it to the InvalidFlushOperations field.

func (*VirtualMachineNicBlockStatistics) SetInvalidRdOperations ¶

func (o *VirtualMachineNicBlockStatistics) SetInvalidRdOperations(v float32)

SetInvalidRdOperations gets a reference to the given float32 and assigns it to the InvalidRdOperations field.

func (*VirtualMachineNicBlockStatistics) SetInvalidUnmapOperations ¶

func (o *VirtualMachineNicBlockStatistics) SetInvalidUnmapOperations(v float32)

SetInvalidUnmapOperations gets a reference to the given float32 and assigns it to the InvalidUnmapOperations field.

func (*VirtualMachineNicBlockStatistics) SetInvalidWrOperations ¶

func (o *VirtualMachineNicBlockStatistics) SetInvalidWrOperations(v float32)

SetInvalidWrOperations gets a reference to the given float32 and assigns it to the InvalidWrOperations field.

func (*VirtualMachineNicBlockStatistics) SetRdBytes ¶

func (o *VirtualMachineNicBlockStatistics) SetRdBytes(v float32)

SetRdBytes gets a reference to the given float32 and assigns it to the RdBytes field.

func (*VirtualMachineNicBlockStatistics) SetRdMerged ¶

func (o *VirtualMachineNicBlockStatistics) SetRdMerged(v float32)

SetRdMerged gets a reference to the given float32 and assigns it to the RdMerged field.

func (*VirtualMachineNicBlockStatistics) SetRdOperations ¶

func (o *VirtualMachineNicBlockStatistics) SetRdOperations(v float32)

SetRdOperations gets a reference to the given float32 and assigns it to the RdOperations field.

func (*VirtualMachineNicBlockStatistics) SetRdTotalTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) SetRdTotalTimeNs(v float32)

SetRdTotalTimeNs gets a reference to the given float32 and assigns it to the RdTotalTimeNs field.

func (*VirtualMachineNicBlockStatistics) SetTimedStats ¶

func (o *VirtualMachineNicBlockStatistics) SetTimedStats(v []string)

SetTimedStats gets a reference to the given []string and assigns it to the TimedStats field.

func (*VirtualMachineNicBlockStatistics) SetUnmapBytes ¶

func (o *VirtualMachineNicBlockStatistics) SetUnmapBytes(v float32)

SetUnmapBytes gets a reference to the given float32 and assigns it to the UnmapBytes field.

func (*VirtualMachineNicBlockStatistics) SetUnmapMerged ¶

func (o *VirtualMachineNicBlockStatistics) SetUnmapMerged(v float32)

SetUnmapMerged gets a reference to the given float32 and assigns it to the UnmapMerged field.

func (*VirtualMachineNicBlockStatistics) SetUnmapOperations ¶

func (o *VirtualMachineNicBlockStatistics) SetUnmapOperations(v float32)

SetUnmapOperations gets a reference to the given float32 and assigns it to the UnmapOperations field.

func (*VirtualMachineNicBlockStatistics) SetUnmapTotalTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) SetUnmapTotalTimeNs(v float32)

SetUnmapTotalTimeNs gets a reference to the given float32 and assigns it to the UnmapTotalTimeNs field.

func (*VirtualMachineNicBlockStatistics) SetWrBytes ¶

func (o *VirtualMachineNicBlockStatistics) SetWrBytes(v float32)

SetWrBytes gets a reference to the given float32 and assigns it to the WrBytes field.

func (*VirtualMachineNicBlockStatistics) SetWrHighestOffset ¶

func (o *VirtualMachineNicBlockStatistics) SetWrHighestOffset(v float32)

SetWrHighestOffset gets a reference to the given float32 and assigns it to the WrHighestOffset field.

func (*VirtualMachineNicBlockStatistics) SetWrMerged ¶

func (o *VirtualMachineNicBlockStatistics) SetWrMerged(v float32)

SetWrMerged gets a reference to the given float32 and assigns it to the WrMerged field.

func (*VirtualMachineNicBlockStatistics) SetWrOperations ¶

func (o *VirtualMachineNicBlockStatistics) SetWrOperations(v float32)

SetWrOperations gets a reference to the given float32 and assigns it to the WrOperations field.

func (*VirtualMachineNicBlockStatistics) SetWrTotalTimeNs ¶

func (o *VirtualMachineNicBlockStatistics) SetWrTotalTimeNs(v float32)

SetWrTotalTimeNs gets a reference to the given float32 and assigns it to the WrTotalTimeNs field.

func (VirtualMachineNicBlockStatistics) ToMap ¶ added in v0.9.0

func (o VirtualMachineNicBlockStatistics) ToMap() (map[string]interface{}, error)

type VirtualMachineNicStatus ¶

type VirtualMachineNicStatus struct {
	Netin  *float32 `json:"netin,omitempty"`
	Netout *float32 `json:"netout,omitempty"`
}

VirtualMachineNicStatus struct for VirtualMachineNicStatus

func NewVirtualMachineNicStatus ¶

func NewVirtualMachineNicStatus() *VirtualMachineNicStatus

NewVirtualMachineNicStatus instantiates a new VirtualMachineNicStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineNicStatusWithDefaults ¶

func NewVirtualMachineNicStatusWithDefaults() *VirtualMachineNicStatus

NewVirtualMachineNicStatusWithDefaults instantiates a new VirtualMachineNicStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineNicStatus) GetNetin ¶

func (o *VirtualMachineNicStatus) GetNetin() float32

GetNetin returns the Netin field value if set, zero value otherwise.

func (*VirtualMachineNicStatus) GetNetinOk ¶

func (o *VirtualMachineNicStatus) GetNetinOk() (*float32, bool)

GetNetinOk returns a tuple with the Netin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicStatus) GetNetout ¶

func (o *VirtualMachineNicStatus) GetNetout() float32

GetNetout returns the Netout field value if set, zero value otherwise.

func (*VirtualMachineNicStatus) GetNetoutOk ¶

func (o *VirtualMachineNicStatus) GetNetoutOk() (*float32, bool)

GetNetoutOk returns a tuple with the Netout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineNicStatus) HasNetin ¶

func (o *VirtualMachineNicStatus) HasNetin() bool

HasNetin returns a boolean if a field has been set.

func (*VirtualMachineNicStatus) HasNetout ¶

func (o *VirtualMachineNicStatus) HasNetout() bool

HasNetout returns a boolean if a field has been set.

func (VirtualMachineNicStatus) MarshalJSON ¶

func (o VirtualMachineNicStatus) MarshalJSON() ([]byte, error)

func (*VirtualMachineNicStatus) SetNetin ¶

func (o *VirtualMachineNicStatus) SetNetin(v float32)

SetNetin gets a reference to the given float32 and assigns it to the Netin field.

func (*VirtualMachineNicStatus) SetNetout ¶

func (o *VirtualMachineNicStatus) SetNetout(v float32)

SetNetout gets a reference to the given float32 and assigns it to the Netout field.

func (VirtualMachineNicStatus) ToMap ¶ added in v0.9.0

func (o VirtualMachineNicStatus) ToMap() (map[string]interface{}, error)

type VirtualMachineOperatingSystem ¶

type VirtualMachineOperatingSystem string

VirtualMachineOperatingSystem the model 'VirtualMachineOperatingSystem'

const (
	VIRTUALMACHINEOPERATINGSYSTEM_OTHER   VirtualMachineOperatingSystem = "other"
	VIRTUALMACHINEOPERATINGSYSTEM_WXP     VirtualMachineOperatingSystem = "wxp"
	VIRTUALMACHINEOPERATINGSYSTEM_W2K3    VirtualMachineOperatingSystem = "w2k3"
	VIRTUALMACHINEOPERATINGSYSTEM_W2K     VirtualMachineOperatingSystem = "w2k"
	VIRTUALMACHINEOPERATINGSYSTEM_W2K8    VirtualMachineOperatingSystem = "w2k8"
	VIRTUALMACHINEOPERATINGSYSTEM_WVISTA  VirtualMachineOperatingSystem = "wvista"
	VIRTUALMACHINEOPERATINGSYSTEM_W7      VirtualMachineOperatingSystem = "w7"
	VIRTUALMACHINEOPERATINGSYSTEM_W8      VirtualMachineOperatingSystem = "w8"
	VIRTUALMACHINEOPERATINGSYSTEM_W10     VirtualMachineOperatingSystem = "w10"
	VIRTUALMACHINEOPERATINGSYSTEM_W11     VirtualMachineOperatingSystem = "w11"
	VIRTUALMACHINEOPERATINGSYSTEM_L24     VirtualMachineOperatingSystem = "l24"
	VIRTUALMACHINEOPERATINGSYSTEM_L26     VirtualMachineOperatingSystem = "l26"
	VIRTUALMACHINEOPERATINGSYSTEM_SOLARIS VirtualMachineOperatingSystem = "solaris"
)

List of VirtualMachineOperatingSystem

func NewVirtualMachineOperatingSystemFromValue ¶

func NewVirtualMachineOperatingSystemFromValue(v string) (*VirtualMachineOperatingSystem, error)

NewVirtualMachineOperatingSystemFromValue returns a pointer to a valid VirtualMachineOperatingSystem for the value passed as argument, or an error if the value passed is not allowed by the enum

func (VirtualMachineOperatingSystem) IsValid ¶

func (v VirtualMachineOperatingSystem) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (VirtualMachineOperatingSystem) Ptr ¶

Ptr returns reference to VirtualMachineOperatingSystem value

func (*VirtualMachineOperatingSystem) UnmarshalJSON ¶

func (v *VirtualMachineOperatingSystem) UnmarshalJSON(src []byte) error

type VirtualMachineReadFileResponseContent ¶ added in v0.46.0

type VirtualMachineReadFileResponseContent struct {
	Data FileReadSummary `json:"data"`
}

VirtualMachineReadFileResponseContent struct for VirtualMachineReadFileResponseContent

func NewVirtualMachineReadFileResponseContent ¶ added in v0.46.0

func NewVirtualMachineReadFileResponseContent(data FileReadSummary) *VirtualMachineReadFileResponseContent

NewVirtualMachineReadFileResponseContent instantiates a new VirtualMachineReadFileResponseContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineReadFileResponseContentWithDefaults ¶ added in v0.46.0

func NewVirtualMachineReadFileResponseContentWithDefaults() *VirtualMachineReadFileResponseContent

NewVirtualMachineReadFileResponseContentWithDefaults instantiates a new VirtualMachineReadFileResponseContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineReadFileResponseContent) GetData ¶ added in v0.46.0

GetData returns the Data field value

func (*VirtualMachineReadFileResponseContent) GetDataOk ¶ added in v0.46.0

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (VirtualMachineReadFileResponseContent) MarshalJSON ¶ added in v0.46.0

func (o VirtualMachineReadFileResponseContent) MarshalJSON() ([]byte, error)

func (*VirtualMachineReadFileResponseContent) SetData ¶ added in v0.46.0

SetData sets field value

func (VirtualMachineReadFileResponseContent) ToMap ¶ added in v0.46.0

func (o VirtualMachineReadFileResponseContent) ToMap() (map[string]interface{}, error)

type VirtualMachineScsiControllerType ¶

type VirtualMachineScsiControllerType string

VirtualMachineScsiControllerType the model 'VirtualMachineScsiControllerType'

const (
	VIRTUALMACHINESCSICONTROLLERTYPE_LSI             VirtualMachineScsiControllerType = "lsi"
	VIRTUALMACHINESCSICONTROLLERTYPE_LSI53C810       VirtualMachineScsiControllerType = "lsi53c810"
	VIRTUALMACHINESCSICONTROLLERTYPE_VIRTIO_SCSI_PCI VirtualMachineScsiControllerType = "virtio-scsi-pci"
	VIRTUALMACHINESCSICONTROLLERTYPE_MEGASAS         VirtualMachineScsiControllerType = "megasas"
	VIRTUALMACHINESCSICONTROLLERTYPE_PVSCSI          VirtualMachineScsiControllerType = "pvscsi"
)

List of VirtualMachineScsiControllerType

func NewVirtualMachineScsiControllerTypeFromValue ¶

func NewVirtualMachineScsiControllerTypeFromValue(v string) (*VirtualMachineScsiControllerType, error)

NewVirtualMachineScsiControllerTypeFromValue returns a pointer to a valid VirtualMachineScsiControllerType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (VirtualMachineScsiControllerType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (VirtualMachineScsiControllerType) Ptr ¶

Ptr returns reference to VirtualMachineScsiControllerType value

func (*VirtualMachineScsiControllerType) UnmarshalJSON ¶

func (v *VirtualMachineScsiControllerType) UnmarshalJSON(src []byte) error

type VirtualMachineStatus ¶

type VirtualMachineStatus string

VirtualMachineStatus the model 'VirtualMachineStatus'

const (
	VIRTUALMACHINESTATUS_RUNNING VirtualMachineStatus = "running"
	VIRTUALMACHINESTATUS_STOPPED VirtualMachineStatus = "stopped"
)

List of VirtualMachineStatus

func NewVirtualMachineStatusFromValue ¶

func NewVirtualMachineStatusFromValue(v string) (*VirtualMachineStatus, error)

NewVirtualMachineStatusFromValue returns a pointer to a valid VirtualMachineStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (VirtualMachineStatus) IsValid ¶

func (v VirtualMachineStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (VirtualMachineStatus) Ptr ¶

Ptr returns reference to VirtualMachineStatus value

func (*VirtualMachineStatus) UnmarshalJSON ¶

func (v *VirtualMachineStatus) UnmarshalJSON(src []byte) error

type VirtualMachineStatusSummary ¶

type VirtualMachineStatusSummary struct {
	Status VirtualMachineStatus                 `json:"status"`
	Ha     VirtualMachineHighAvailabilityStatus `json:"ha"`
	// The id of the virtual machine as an integer
	Vmid float32 `json:"vmid"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Agent          *float32 `json:"agent,omitempty"`
	Cpus           *float32 `json:"cpus,omitempty"`
	Lock           *string  `json:"lock,omitempty"`
	Maxdisk        *float32 `json:"maxdisk,omitempty"`
	Maxmem         *float32 `json:"maxmem,omitempty"`
	Name           *string  `json:"name,omitempty"`
	Pid            *float32 `json:"pid,omitempty"`
	Qmpstatus      *string  `json:"qmpstatus,omitempty"`
	RunningMachine *string  `json:"running-machine,omitempty"`
	RunningQemu    *string  `json:"running-qemu,omitempty"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Spice          *float32                                     `json:"spice,omitempty"`
	Tags           *string                                      `json:"tags,omitempty"`
	Uptime         *float32                                     `json:"uptime,omitempty"`
	Cpu            *float32                                     `json:"cpu,omitempty"`
	Mem            *float32                                     `json:"mem,omitempty"`
	Balloon        *float32                                     `json:"balloon,omitempty"`
	Disk           *float32                                     `json:"disk,omitempty"`
	Netin          *float32                                     `json:"netin,omitempty"`
	Netout         *float32                                     `json:"netout,omitempty"`
	Diskwrite      *float32                                     `json:"diskwrite,omitempty"`
	Diskread       *float32                                     `json:"diskread,omitempty"`
	Freemem        *float32                                     `json:"freemem,omitempty"`
	Nics           *map[string]VirtualMachineNicStatus          `json:"nics,omitempty"`
	Ballooninfo    *VirtualMachineBalloonSummary                `json:"ballooninfo,omitempty"`
	Blockstat      *map[string]VirtualMachineNicBlockStatistics `json:"blockstat,omitempty"`
	ProxmoxSupport *ProxmoxSupportSummary                       `json:"proxmox-support,omitempty"`
}

VirtualMachineStatusSummary struct for VirtualMachineStatusSummary

func NewVirtualMachineStatusSummary ¶

func NewVirtualMachineStatusSummary(status VirtualMachineStatus, ha VirtualMachineHighAvailabilityStatus, vmid float32) *VirtualMachineStatusSummary

NewVirtualMachineStatusSummary instantiates a new VirtualMachineStatusSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineStatusSummaryWithDefaults ¶

func NewVirtualMachineStatusSummaryWithDefaults() *VirtualMachineStatusSummary

NewVirtualMachineStatusSummaryWithDefaults instantiates a new VirtualMachineStatusSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineStatusSummary) GetAgent ¶

func (o *VirtualMachineStatusSummary) GetAgent() float32

GetAgent returns the Agent field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetAgentOk ¶

func (o *VirtualMachineStatusSummary) GetAgentOk() (*float32, bool)

GetAgentOk returns a tuple with the Agent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetBalloon ¶

func (o *VirtualMachineStatusSummary) GetBalloon() float32

GetBalloon returns the Balloon field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetBalloonOk ¶

func (o *VirtualMachineStatusSummary) GetBalloonOk() (*float32, bool)

GetBalloonOk returns a tuple with the Balloon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetBallooninfo ¶

GetBallooninfo returns the Ballooninfo field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetBallooninfoOk ¶

GetBallooninfoOk returns a tuple with the Ballooninfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetBlockstat ¶

GetBlockstat returns the Blockstat field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetBlockstatOk ¶

GetBlockstatOk returns a tuple with the Blockstat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetCpu ¶

GetCpu returns the Cpu field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetCpuOk ¶

func (o *VirtualMachineStatusSummary) GetCpuOk() (*float32, bool)

GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetCpus ¶

func (o *VirtualMachineStatusSummary) GetCpus() float32

GetCpus returns the Cpus field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetCpusOk ¶

func (o *VirtualMachineStatusSummary) GetCpusOk() (*float32, bool)

GetCpusOk returns a tuple with the Cpus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetDisk ¶

func (o *VirtualMachineStatusSummary) GetDisk() float32

GetDisk returns the Disk field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetDiskOk ¶

func (o *VirtualMachineStatusSummary) GetDiskOk() (*float32, bool)

GetDiskOk returns a tuple with the Disk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetDiskread ¶

func (o *VirtualMachineStatusSummary) GetDiskread() float32

GetDiskread returns the Diskread field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetDiskreadOk ¶

func (o *VirtualMachineStatusSummary) GetDiskreadOk() (*float32, bool)

GetDiskreadOk returns a tuple with the Diskread field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetDiskwrite ¶

func (o *VirtualMachineStatusSummary) GetDiskwrite() float32

GetDiskwrite returns the Diskwrite field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetDiskwriteOk ¶

func (o *VirtualMachineStatusSummary) GetDiskwriteOk() (*float32, bool)

GetDiskwriteOk returns a tuple with the Diskwrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetFreemem ¶

func (o *VirtualMachineStatusSummary) GetFreemem() float32

GetFreemem returns the Freemem field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetFreememOk ¶

func (o *VirtualMachineStatusSummary) GetFreememOk() (*float32, bool)

GetFreememOk returns a tuple with the Freemem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetHa ¶

GetHa returns the Ha field value

func (*VirtualMachineStatusSummary) GetHaOk ¶

GetHaOk returns a tuple with the Ha field value and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetLock ¶

func (o *VirtualMachineStatusSummary) GetLock() string

GetLock returns the Lock field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetLockOk ¶

func (o *VirtualMachineStatusSummary) GetLockOk() (*string, bool)

GetLockOk returns a tuple with the Lock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetMaxdisk ¶

func (o *VirtualMachineStatusSummary) GetMaxdisk() float32

GetMaxdisk returns the Maxdisk field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetMaxdiskOk ¶

func (o *VirtualMachineStatusSummary) GetMaxdiskOk() (*float32, bool)

GetMaxdiskOk returns a tuple with the Maxdisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetMaxmem ¶

func (o *VirtualMachineStatusSummary) GetMaxmem() float32

GetMaxmem returns the Maxmem field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetMaxmemOk ¶

func (o *VirtualMachineStatusSummary) GetMaxmemOk() (*float32, bool)

GetMaxmemOk returns a tuple with the Maxmem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetMem ¶

GetMem returns the Mem field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetMemOk ¶

func (o *VirtualMachineStatusSummary) GetMemOk() (*float32, bool)

GetMemOk returns a tuple with the Mem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetName ¶

func (o *VirtualMachineStatusSummary) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetNameOk ¶

func (o *VirtualMachineStatusSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetNetin ¶

func (o *VirtualMachineStatusSummary) GetNetin() float32

GetNetin returns the Netin field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetNetinOk ¶

func (o *VirtualMachineStatusSummary) GetNetinOk() (*float32, bool)

GetNetinOk returns a tuple with the Netin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetNetout ¶

func (o *VirtualMachineStatusSummary) GetNetout() float32

GetNetout returns the Netout field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetNetoutOk ¶

func (o *VirtualMachineStatusSummary) GetNetoutOk() (*float32, bool)

GetNetoutOk returns a tuple with the Netout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetNics ¶

GetNics returns the Nics field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetNicsOk ¶

GetNicsOk returns a tuple with the Nics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetPid ¶

GetPid returns the Pid field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetPidOk ¶

func (o *VirtualMachineStatusSummary) GetPidOk() (*float32, bool)

GetPidOk returns a tuple with the Pid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetProxmoxSupport ¶

func (o *VirtualMachineStatusSummary) GetProxmoxSupport() ProxmoxSupportSummary

GetProxmoxSupport returns the ProxmoxSupport field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetProxmoxSupportOk ¶

func (o *VirtualMachineStatusSummary) GetProxmoxSupportOk() (*ProxmoxSupportSummary, bool)

GetProxmoxSupportOk returns a tuple with the ProxmoxSupport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetQmpstatus ¶

func (o *VirtualMachineStatusSummary) GetQmpstatus() string

GetQmpstatus returns the Qmpstatus field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetQmpstatusOk ¶

func (o *VirtualMachineStatusSummary) GetQmpstatusOk() (*string, bool)

GetQmpstatusOk returns a tuple with the Qmpstatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetRunningMachine ¶

func (o *VirtualMachineStatusSummary) GetRunningMachine() string

GetRunningMachine returns the RunningMachine field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetRunningMachineOk ¶

func (o *VirtualMachineStatusSummary) GetRunningMachineOk() (*string, bool)

GetRunningMachineOk returns a tuple with the RunningMachine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetRunningQemu ¶

func (o *VirtualMachineStatusSummary) GetRunningQemu() string

GetRunningQemu returns the RunningQemu field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetRunningQemuOk ¶

func (o *VirtualMachineStatusSummary) GetRunningQemuOk() (*string, bool)

GetRunningQemuOk returns a tuple with the RunningQemu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetSpice ¶

func (o *VirtualMachineStatusSummary) GetSpice() float32

GetSpice returns the Spice field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetSpiceOk ¶

func (o *VirtualMachineStatusSummary) GetSpiceOk() (*float32, bool)

GetSpiceOk returns a tuple with the Spice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetStatus ¶

GetStatus returns the Status field value

func (*VirtualMachineStatusSummary) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetTags ¶

func (o *VirtualMachineStatusSummary) GetTags() string

GetTags returns the Tags field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetTagsOk ¶

func (o *VirtualMachineStatusSummary) GetTagsOk() (*string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetUptime ¶

func (o *VirtualMachineStatusSummary) GetUptime() float32

GetUptime returns the Uptime field value if set, zero value otherwise.

func (*VirtualMachineStatusSummary) GetUptimeOk ¶

func (o *VirtualMachineStatusSummary) GetUptimeOk() (*float32, bool)

GetUptimeOk returns a tuple with the Uptime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) GetVmid ¶

func (o *VirtualMachineStatusSummary) GetVmid() float32

GetVmid returns the Vmid field value

func (*VirtualMachineStatusSummary) GetVmidOk ¶

func (o *VirtualMachineStatusSummary) GetVmidOk() (*float32, bool)

GetVmidOk returns a tuple with the Vmid field value and a boolean to check if the value has been set.

func (*VirtualMachineStatusSummary) HasAgent ¶

func (o *VirtualMachineStatusSummary) HasAgent() bool

HasAgent returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasBalloon ¶

func (o *VirtualMachineStatusSummary) HasBalloon() bool

HasBalloon returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasBallooninfo ¶

func (o *VirtualMachineStatusSummary) HasBallooninfo() bool

HasBallooninfo returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasBlockstat ¶

func (o *VirtualMachineStatusSummary) HasBlockstat() bool

HasBlockstat returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasCpu ¶

func (o *VirtualMachineStatusSummary) HasCpu() bool

HasCpu returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasCpus ¶

func (o *VirtualMachineStatusSummary) HasCpus() bool

HasCpus returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasDisk ¶

func (o *VirtualMachineStatusSummary) HasDisk() bool

HasDisk returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasDiskread ¶

func (o *VirtualMachineStatusSummary) HasDiskread() bool

HasDiskread returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasDiskwrite ¶

func (o *VirtualMachineStatusSummary) HasDiskwrite() bool

HasDiskwrite returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasFreemem ¶

func (o *VirtualMachineStatusSummary) HasFreemem() bool

HasFreemem returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasLock ¶

func (o *VirtualMachineStatusSummary) HasLock() bool

HasLock returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasMaxdisk ¶

func (o *VirtualMachineStatusSummary) HasMaxdisk() bool

HasMaxdisk returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasMaxmem ¶

func (o *VirtualMachineStatusSummary) HasMaxmem() bool

HasMaxmem returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasMem ¶

func (o *VirtualMachineStatusSummary) HasMem() bool

HasMem returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasName ¶

func (o *VirtualMachineStatusSummary) HasName() bool

HasName returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasNetin ¶

func (o *VirtualMachineStatusSummary) HasNetin() bool

HasNetin returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasNetout ¶

func (o *VirtualMachineStatusSummary) HasNetout() bool

HasNetout returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasNics ¶

func (o *VirtualMachineStatusSummary) HasNics() bool

HasNics returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasPid ¶

func (o *VirtualMachineStatusSummary) HasPid() bool

HasPid returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasProxmoxSupport ¶

func (o *VirtualMachineStatusSummary) HasProxmoxSupport() bool

HasProxmoxSupport returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasQmpstatus ¶

func (o *VirtualMachineStatusSummary) HasQmpstatus() bool

HasQmpstatus returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasRunningMachine ¶

func (o *VirtualMachineStatusSummary) HasRunningMachine() bool

HasRunningMachine returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasRunningQemu ¶

func (o *VirtualMachineStatusSummary) HasRunningQemu() bool

HasRunningQemu returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasSpice ¶

func (o *VirtualMachineStatusSummary) HasSpice() bool

HasSpice returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasTags ¶

func (o *VirtualMachineStatusSummary) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*VirtualMachineStatusSummary) HasUptime ¶

func (o *VirtualMachineStatusSummary) HasUptime() bool

HasUptime returns a boolean if a field has been set.

func (VirtualMachineStatusSummary) MarshalJSON ¶

func (o VirtualMachineStatusSummary) MarshalJSON() ([]byte, error)

func (*VirtualMachineStatusSummary) SetAgent ¶

func (o *VirtualMachineStatusSummary) SetAgent(v float32)

SetAgent gets a reference to the given float32 and assigns it to the Agent field.

func (*VirtualMachineStatusSummary) SetBalloon ¶

func (o *VirtualMachineStatusSummary) SetBalloon(v float32)

SetBalloon gets a reference to the given float32 and assigns it to the Balloon field.

func (*VirtualMachineStatusSummary) SetBallooninfo ¶

SetBallooninfo gets a reference to the given VirtualMachineBalloonSummary and assigns it to the Ballooninfo field.

func (*VirtualMachineStatusSummary) SetBlockstat ¶

SetBlockstat gets a reference to the given map[string]VirtualMachineNicBlockStatistics and assigns it to the Blockstat field.

func (*VirtualMachineStatusSummary) SetCpu ¶

func (o *VirtualMachineStatusSummary) SetCpu(v float32)

SetCpu gets a reference to the given float32 and assigns it to the Cpu field.

func (*VirtualMachineStatusSummary) SetCpus ¶

func (o *VirtualMachineStatusSummary) SetCpus(v float32)

SetCpus gets a reference to the given float32 and assigns it to the Cpus field.

func (*VirtualMachineStatusSummary) SetDisk ¶

func (o *VirtualMachineStatusSummary) SetDisk(v float32)

SetDisk gets a reference to the given float32 and assigns it to the Disk field.

func (*VirtualMachineStatusSummary) SetDiskread ¶

func (o *VirtualMachineStatusSummary) SetDiskread(v float32)

SetDiskread gets a reference to the given float32 and assigns it to the Diskread field.

func (*VirtualMachineStatusSummary) SetDiskwrite ¶

func (o *VirtualMachineStatusSummary) SetDiskwrite(v float32)

SetDiskwrite gets a reference to the given float32 and assigns it to the Diskwrite field.

func (*VirtualMachineStatusSummary) SetFreemem ¶

func (o *VirtualMachineStatusSummary) SetFreemem(v float32)

SetFreemem gets a reference to the given float32 and assigns it to the Freemem field.

func (*VirtualMachineStatusSummary) SetHa ¶

SetHa sets field value

func (*VirtualMachineStatusSummary) SetLock ¶

func (o *VirtualMachineStatusSummary) SetLock(v string)

SetLock gets a reference to the given string and assigns it to the Lock field.

func (*VirtualMachineStatusSummary) SetMaxdisk ¶

func (o *VirtualMachineStatusSummary) SetMaxdisk(v float32)

SetMaxdisk gets a reference to the given float32 and assigns it to the Maxdisk field.

func (*VirtualMachineStatusSummary) SetMaxmem ¶

func (o *VirtualMachineStatusSummary) SetMaxmem(v float32)

SetMaxmem gets a reference to the given float32 and assigns it to the Maxmem field.

func (*VirtualMachineStatusSummary) SetMem ¶

func (o *VirtualMachineStatusSummary) SetMem(v float32)

SetMem gets a reference to the given float32 and assigns it to the Mem field.

func (*VirtualMachineStatusSummary) SetName ¶

func (o *VirtualMachineStatusSummary) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VirtualMachineStatusSummary) SetNetin ¶

func (o *VirtualMachineStatusSummary) SetNetin(v float32)

SetNetin gets a reference to the given float32 and assigns it to the Netin field.

func (*VirtualMachineStatusSummary) SetNetout ¶

func (o *VirtualMachineStatusSummary) SetNetout(v float32)

SetNetout gets a reference to the given float32 and assigns it to the Netout field.

func (*VirtualMachineStatusSummary) SetNics ¶

SetNics gets a reference to the given map[string]VirtualMachineNicStatus and assigns it to the Nics field.

func (*VirtualMachineStatusSummary) SetPid ¶

func (o *VirtualMachineStatusSummary) SetPid(v float32)

SetPid gets a reference to the given float32 and assigns it to the Pid field.

func (*VirtualMachineStatusSummary) SetProxmoxSupport ¶

func (o *VirtualMachineStatusSummary) SetProxmoxSupport(v ProxmoxSupportSummary)

SetProxmoxSupport gets a reference to the given ProxmoxSupportSummary and assigns it to the ProxmoxSupport field.

func (*VirtualMachineStatusSummary) SetQmpstatus ¶

func (o *VirtualMachineStatusSummary) SetQmpstatus(v string)

SetQmpstatus gets a reference to the given string and assigns it to the Qmpstatus field.

func (*VirtualMachineStatusSummary) SetRunningMachine ¶

func (o *VirtualMachineStatusSummary) SetRunningMachine(v string)

SetRunningMachine gets a reference to the given string and assigns it to the RunningMachine field.

func (*VirtualMachineStatusSummary) SetRunningQemu ¶

func (o *VirtualMachineStatusSummary) SetRunningQemu(v string)

SetRunningQemu gets a reference to the given string and assigns it to the RunningQemu field.

func (*VirtualMachineStatusSummary) SetSpice ¶

func (o *VirtualMachineStatusSummary) SetSpice(v float32)

SetSpice gets a reference to the given float32 and assigns it to the Spice field.

func (*VirtualMachineStatusSummary) SetStatus ¶

SetStatus sets field value

func (*VirtualMachineStatusSummary) SetTags ¶

func (o *VirtualMachineStatusSummary) SetTags(v string)

SetTags gets a reference to the given string and assigns it to the Tags field.

func (*VirtualMachineStatusSummary) SetUptime ¶

func (o *VirtualMachineStatusSummary) SetUptime(v float32)

SetUptime gets a reference to the given float32 and assigns it to the Uptime field.

func (*VirtualMachineStatusSummary) SetVmid ¶

func (o *VirtualMachineStatusSummary) SetVmid(v float32)

SetVmid sets field value

func (VirtualMachineStatusSummary) ToMap ¶ added in v0.9.0

func (o VirtualMachineStatusSummary) ToMap() (map[string]interface{}, error)

type VirtualMachineSummary ¶

type VirtualMachineSummary struct {
	// The ID of the virtual machine. Unique across cluster
	Vmid   float32              `json:"vmid"`
	Status VirtualMachineStatus `json:"status"`
	// An integer used to represent a boolean. 0 is false, 1 is true.
	Template *float32 `json:"template,omitempty"`
	// Current memory utilization in bytes
	Mem *float32 `json:"mem,omitempty"`
	// Max memory allocated in bytes
	Maxmem *float32 `json:"maxmem,omitempty"`
	// Max root disk size in bytes
	Maxdisk *float32 `json:"maxdisk,omitempty"`
	// The name of the virtual machine
	Name *string `json:"name,omitempty"`
	// The uptime of the virtual machine in seconds
	Uptime *float32 `json:"uptime,omitempty"`
	// Current incoming network traffic in bytes
	Netin *float32 `json:"netin,omitempty"`
	// Current outgoing network traffic in bytes
	Netout *float32 `json:"netout,omitempty"`
	// Current disk read in bytes
	Diskread *float32 `json:"diskread,omitempty"`
	// Current disk write in bytes
	Diskwrite *float32 `json:"diskwrite,omitempty"`
	// The virtual machines cpu utilization in percent
	Cpu *float32 `json:"cpu,omitempty"`
	// Amount of CPU cores allocated to the virtual machine
	Cpus *float32 `json:"cpus,omitempty"`
	// PID of the qemu process on the host node
	Pid *float32 `json:"pid,omitempty"`
	// Tags assigned to the virtual machine. Comma separated list of tags returned as a string.
	Tags *string `json:"tags,omitempty"`
	// The current configuration lock
	Lock *string `json:"lock,omitempty"`
	// Qemu QMP agent status
	Qmpstatus *string `json:"qmpstatus,omitempty"`
}

VirtualMachineSummary struct for VirtualMachineSummary

func NewVirtualMachineSummary ¶

func NewVirtualMachineSummary(vmid float32, status VirtualMachineStatus) *VirtualMachineSummary

NewVirtualMachineSummary instantiates a new VirtualMachineSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineSummaryWithDefaults ¶

func NewVirtualMachineSummaryWithDefaults() *VirtualMachineSummary

NewVirtualMachineSummaryWithDefaults instantiates a new VirtualMachineSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineSummary) GetCpu ¶

func (o *VirtualMachineSummary) GetCpu() float32

GetCpu returns the Cpu field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetCpuOk ¶

func (o *VirtualMachineSummary) GetCpuOk() (*float32, bool)

GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetCpus ¶

func (o *VirtualMachineSummary) GetCpus() float32

GetCpus returns the Cpus field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetCpusOk ¶

func (o *VirtualMachineSummary) GetCpusOk() (*float32, bool)

GetCpusOk returns a tuple with the Cpus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetDiskread ¶

func (o *VirtualMachineSummary) GetDiskread() float32

GetDiskread returns the Diskread field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetDiskreadOk ¶

func (o *VirtualMachineSummary) GetDiskreadOk() (*float32, bool)

GetDiskreadOk returns a tuple with the Diskread field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetDiskwrite ¶

func (o *VirtualMachineSummary) GetDiskwrite() float32

GetDiskwrite returns the Diskwrite field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetDiskwriteOk ¶

func (o *VirtualMachineSummary) GetDiskwriteOk() (*float32, bool)

GetDiskwriteOk returns a tuple with the Diskwrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetLock ¶

func (o *VirtualMachineSummary) GetLock() string

GetLock returns the Lock field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetLockOk ¶

func (o *VirtualMachineSummary) GetLockOk() (*string, bool)

GetLockOk returns a tuple with the Lock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetMaxdisk ¶

func (o *VirtualMachineSummary) GetMaxdisk() float32

GetMaxdisk returns the Maxdisk field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetMaxdiskOk ¶

func (o *VirtualMachineSummary) GetMaxdiskOk() (*float32, bool)

GetMaxdiskOk returns a tuple with the Maxdisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetMaxmem ¶

func (o *VirtualMachineSummary) GetMaxmem() float32

GetMaxmem returns the Maxmem field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetMaxmemOk ¶

func (o *VirtualMachineSummary) GetMaxmemOk() (*float32, bool)

GetMaxmemOk returns a tuple with the Maxmem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetMem ¶

func (o *VirtualMachineSummary) GetMem() float32

GetMem returns the Mem field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetMemOk ¶

func (o *VirtualMachineSummary) GetMemOk() (*float32, bool)

GetMemOk returns a tuple with the Mem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetName ¶

func (o *VirtualMachineSummary) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetNameOk ¶

func (o *VirtualMachineSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetNetin ¶

func (o *VirtualMachineSummary) GetNetin() float32

GetNetin returns the Netin field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetNetinOk ¶

func (o *VirtualMachineSummary) GetNetinOk() (*float32, bool)

GetNetinOk returns a tuple with the Netin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetNetout ¶

func (o *VirtualMachineSummary) GetNetout() float32

GetNetout returns the Netout field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetNetoutOk ¶

func (o *VirtualMachineSummary) GetNetoutOk() (*float32, bool)

GetNetoutOk returns a tuple with the Netout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetPid ¶

func (o *VirtualMachineSummary) GetPid() float32

GetPid returns the Pid field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetPidOk ¶

func (o *VirtualMachineSummary) GetPidOk() (*float32, bool)

GetPidOk returns a tuple with the Pid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetQmpstatus ¶

func (o *VirtualMachineSummary) GetQmpstatus() string

GetQmpstatus returns the Qmpstatus field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetQmpstatusOk ¶

func (o *VirtualMachineSummary) GetQmpstatusOk() (*string, bool)

GetQmpstatusOk returns a tuple with the Qmpstatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetStatus ¶

GetStatus returns the Status field value

func (*VirtualMachineSummary) GetStatusOk ¶

func (o *VirtualMachineSummary) GetStatusOk() (*VirtualMachineStatus, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetTags ¶

func (o *VirtualMachineSummary) GetTags() string

GetTags returns the Tags field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetTagsOk ¶

func (o *VirtualMachineSummary) GetTagsOk() (*string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetTemplate ¶ added in v0.12.0

func (o *VirtualMachineSummary) GetTemplate() float32

GetTemplate returns the Template field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetTemplateOk ¶ added in v0.12.0

func (o *VirtualMachineSummary) GetTemplateOk() (*float32, bool)

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetUptime ¶

func (o *VirtualMachineSummary) GetUptime() float32

GetUptime returns the Uptime field value if set, zero value otherwise.

func (*VirtualMachineSummary) GetUptimeOk ¶

func (o *VirtualMachineSummary) GetUptimeOk() (*float32, bool)

GetUptimeOk returns a tuple with the Uptime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualMachineSummary) GetVmid ¶

func (o *VirtualMachineSummary) GetVmid() float32

GetVmid returns the Vmid field value

func (*VirtualMachineSummary) GetVmidOk ¶

func (o *VirtualMachineSummary) GetVmidOk() (*float32, bool)

GetVmidOk returns a tuple with the Vmid field value and a boolean to check if the value has been set.

func (*VirtualMachineSummary) HasCpu ¶

func (o *VirtualMachineSummary) HasCpu() bool

HasCpu returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasCpus ¶

func (o *VirtualMachineSummary) HasCpus() bool

HasCpus returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasDiskread ¶

func (o *VirtualMachineSummary) HasDiskread() bool

HasDiskread returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasDiskwrite ¶

func (o *VirtualMachineSummary) HasDiskwrite() bool

HasDiskwrite returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasLock ¶

func (o *VirtualMachineSummary) HasLock() bool

HasLock returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasMaxdisk ¶

func (o *VirtualMachineSummary) HasMaxdisk() bool

HasMaxdisk returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasMaxmem ¶

func (o *VirtualMachineSummary) HasMaxmem() bool

HasMaxmem returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasMem ¶

func (o *VirtualMachineSummary) HasMem() bool

HasMem returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasName ¶

func (o *VirtualMachineSummary) HasName() bool

HasName returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasNetin ¶

func (o *VirtualMachineSummary) HasNetin() bool

HasNetin returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasNetout ¶

func (o *VirtualMachineSummary) HasNetout() bool

HasNetout returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasPid ¶

func (o *VirtualMachineSummary) HasPid() bool

HasPid returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasQmpstatus ¶

func (o *VirtualMachineSummary) HasQmpstatus() bool

HasQmpstatus returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasTags ¶

func (o *VirtualMachineSummary) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasTemplate ¶ added in v0.12.0

func (o *VirtualMachineSummary) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (*VirtualMachineSummary) HasUptime ¶

func (o *VirtualMachineSummary) HasUptime() bool

HasUptime returns a boolean if a field has been set.

func (VirtualMachineSummary) MarshalJSON ¶

func (o VirtualMachineSummary) MarshalJSON() ([]byte, error)

func (*VirtualMachineSummary) SetCpu ¶

func (o *VirtualMachineSummary) SetCpu(v float32)

SetCpu gets a reference to the given float32 and assigns it to the Cpu field.

func (*VirtualMachineSummary) SetCpus ¶

func (o *VirtualMachineSummary) SetCpus(v float32)

SetCpus gets a reference to the given float32 and assigns it to the Cpus field.

func (*VirtualMachineSummary) SetDiskread ¶

func (o *VirtualMachineSummary) SetDiskread(v float32)

SetDiskread gets a reference to the given float32 and assigns it to the Diskread field.

func (*VirtualMachineSummary) SetDiskwrite ¶

func (o *VirtualMachineSummary) SetDiskwrite(v float32)

SetDiskwrite gets a reference to the given float32 and assigns it to the Diskwrite field.

func (*VirtualMachineSummary) SetLock ¶

func (o *VirtualMachineSummary) SetLock(v string)

SetLock gets a reference to the given string and assigns it to the Lock field.

func (*VirtualMachineSummary) SetMaxdisk ¶

func (o *VirtualMachineSummary) SetMaxdisk(v float32)

SetMaxdisk gets a reference to the given float32 and assigns it to the Maxdisk field.

func (*VirtualMachineSummary) SetMaxmem ¶

func (o *VirtualMachineSummary) SetMaxmem(v float32)

SetMaxmem gets a reference to the given float32 and assigns it to the Maxmem field.

func (*VirtualMachineSummary) SetMem ¶

func (o *VirtualMachineSummary) SetMem(v float32)

SetMem gets a reference to the given float32 and assigns it to the Mem field.

func (*VirtualMachineSummary) SetName ¶

func (o *VirtualMachineSummary) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VirtualMachineSummary) SetNetin ¶

func (o *VirtualMachineSummary) SetNetin(v float32)

SetNetin gets a reference to the given float32 and assigns it to the Netin field.

func (*VirtualMachineSummary) SetNetout ¶

func (o *VirtualMachineSummary) SetNetout(v float32)

SetNetout gets a reference to the given float32 and assigns it to the Netout field.

func (*VirtualMachineSummary) SetPid ¶

func (o *VirtualMachineSummary) SetPid(v float32)

SetPid gets a reference to the given float32 and assigns it to the Pid field.

func (*VirtualMachineSummary) SetQmpstatus ¶

func (o *VirtualMachineSummary) SetQmpstatus(v string)

SetQmpstatus gets a reference to the given string and assigns it to the Qmpstatus field.

func (*VirtualMachineSummary) SetStatus ¶

SetStatus sets field value

func (*VirtualMachineSummary) SetTags ¶

func (o *VirtualMachineSummary) SetTags(v string)

SetTags gets a reference to the given string and assigns it to the Tags field.

func (*VirtualMachineSummary) SetTemplate ¶ added in v0.12.0

func (o *VirtualMachineSummary) SetTemplate(v float32)

SetTemplate gets a reference to the given float32 and assigns it to the Template field.

func (*VirtualMachineSummary) SetUptime ¶

func (o *VirtualMachineSummary) SetUptime(v float32)

SetUptime gets a reference to the given float32 and assigns it to the Uptime field.

func (*VirtualMachineSummary) SetVmid ¶

func (o *VirtualMachineSummary) SetVmid(v float32)

SetVmid sets field value

func (VirtualMachineSummary) ToMap ¶ added in v0.9.0

func (o VirtualMachineSummary) ToMap() (map[string]interface{}, error)

type VirtualMachineWriteFileRequestContent ¶ added in v0.47.0

type VirtualMachineWriteFileRequestContent struct {
	File    string `json:"file"`
	Content string `json:"content"`
}

VirtualMachineWriteFileRequestContent struct for VirtualMachineWriteFileRequestContent

func NewVirtualMachineWriteFileRequestContent ¶ added in v0.47.0

func NewVirtualMachineWriteFileRequestContent(file string, content string) *VirtualMachineWriteFileRequestContent

NewVirtualMachineWriteFileRequestContent instantiates a new VirtualMachineWriteFileRequestContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualMachineWriteFileRequestContentWithDefaults ¶ added in v0.47.0

func NewVirtualMachineWriteFileRequestContentWithDefaults() *VirtualMachineWriteFileRequestContent

NewVirtualMachineWriteFileRequestContentWithDefaults instantiates a new VirtualMachineWriteFileRequestContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualMachineWriteFileRequestContent) GetContent ¶ added in v0.47.0

GetContent returns the Content field value

func (*VirtualMachineWriteFileRequestContent) GetContentOk ¶ added in v0.47.0

func (o *VirtualMachineWriteFileRequestContent) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.

func (*VirtualMachineWriteFileRequestContent) GetFile ¶ added in v0.47.0

GetFile returns the File field value

func (*VirtualMachineWriteFileRequestContent) GetFileOk ¶ added in v0.47.0

GetFileOk returns a tuple with the File field value and a boolean to check if the value has been set.

func (VirtualMachineWriteFileRequestContent) MarshalJSON ¶ added in v0.47.0

func (o VirtualMachineWriteFileRequestContent) MarshalJSON() ([]byte, error)

func (*VirtualMachineWriteFileRequestContent) SetContent ¶ added in v0.47.0

SetContent sets field value

func (*VirtualMachineWriteFileRequestContent) SetFile ¶ added in v0.47.0

SetFile sets field value

func (VirtualMachineWriteFileRequestContent) ToMap ¶ added in v0.47.0

func (o VirtualMachineWriteFileRequestContent) ToMap() (map[string]interface{}, error)

type VirtualNetworkInterfaceSummary ¶ added in v0.18.0

type VirtualNetworkInterfaceSummary struct {
	Name            *string                            `json:"name,omitempty"`
	Statistics      *NetworkInterfaceStatisticsSummary `json:"statistics,omitempty"`
	IpAddresses     []NetworkInterfaceIpAddressSummary `json:"ip-addresses,omitempty"`
	HardwareAddress *string                            `json:"hardware-address,omitempty"`
}

VirtualNetworkInterfaceSummary struct for VirtualNetworkInterfaceSummary

func NewVirtualNetworkInterfaceSummary ¶ added in v0.18.0

func NewVirtualNetworkInterfaceSummary() *VirtualNetworkInterfaceSummary

NewVirtualNetworkInterfaceSummary instantiates a new VirtualNetworkInterfaceSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualNetworkInterfaceSummaryWithDefaults ¶ added in v0.18.0

func NewVirtualNetworkInterfaceSummaryWithDefaults() *VirtualNetworkInterfaceSummary

NewVirtualNetworkInterfaceSummaryWithDefaults instantiates a new VirtualNetworkInterfaceSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualNetworkInterfaceSummary) GetHardwareAddress ¶ added in v0.18.0

func (o *VirtualNetworkInterfaceSummary) GetHardwareAddress() string

GetHardwareAddress returns the HardwareAddress field value if set, zero value otherwise.

func (*VirtualNetworkInterfaceSummary) GetHardwareAddressOk ¶ added in v0.18.0

func (o *VirtualNetworkInterfaceSummary) GetHardwareAddressOk() (*string, bool)

GetHardwareAddressOk returns a tuple with the HardwareAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualNetworkInterfaceSummary) GetIpAddresses ¶ added in v0.18.0

GetIpAddresses returns the IpAddresses field value if set, zero value otherwise.

func (*VirtualNetworkInterfaceSummary) GetIpAddressesOk ¶ added in v0.18.0

GetIpAddressesOk returns a tuple with the IpAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualNetworkInterfaceSummary) GetName ¶ added in v0.18.0

GetName returns the Name field value if set, zero value otherwise.

func (*VirtualNetworkInterfaceSummary) GetNameOk ¶ added in v0.18.0

func (o *VirtualNetworkInterfaceSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualNetworkInterfaceSummary) GetStatistics ¶ added in v0.18.0

GetStatistics returns the Statistics field value if set, zero value otherwise.

func (*VirtualNetworkInterfaceSummary) GetStatisticsOk ¶ added in v0.18.0

GetStatisticsOk returns a tuple with the Statistics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualNetworkInterfaceSummary) HasHardwareAddress ¶ added in v0.18.0

func (o *VirtualNetworkInterfaceSummary) HasHardwareAddress() bool

HasHardwareAddress returns a boolean if a field has been set.

func (*VirtualNetworkInterfaceSummary) HasIpAddresses ¶ added in v0.18.0

func (o *VirtualNetworkInterfaceSummary) HasIpAddresses() bool

HasIpAddresses returns a boolean if a field has been set.

func (*VirtualNetworkInterfaceSummary) HasName ¶ added in v0.18.0

func (o *VirtualNetworkInterfaceSummary) HasName() bool

HasName returns a boolean if a field has been set.

func (*VirtualNetworkInterfaceSummary) HasStatistics ¶ added in v0.18.0

func (o *VirtualNetworkInterfaceSummary) HasStatistics() bool

HasStatistics returns a boolean if a field has been set.

func (VirtualNetworkInterfaceSummary) MarshalJSON ¶ added in v0.18.0

func (o VirtualNetworkInterfaceSummary) MarshalJSON() ([]byte, error)

func (*VirtualNetworkInterfaceSummary) SetHardwareAddress ¶ added in v0.18.0

func (o *VirtualNetworkInterfaceSummary) SetHardwareAddress(v string)

SetHardwareAddress gets a reference to the given string and assigns it to the HardwareAddress field.

func (*VirtualNetworkInterfaceSummary) SetIpAddresses ¶ added in v0.18.0

SetIpAddresses gets a reference to the given []NetworkInterfaceIpAddressSummary and assigns it to the IpAddresses field.

func (*VirtualNetworkInterfaceSummary) SetName ¶ added in v0.18.0

func (o *VirtualNetworkInterfaceSummary) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VirtualNetworkInterfaceSummary) SetStatistics ¶ added in v0.18.0

SetStatistics gets a reference to the given NetworkInterfaceStatisticsSummary and assigns it to the Statistics field.

func (VirtualNetworkInterfaceSummary) ToMap ¶ added in v0.18.0

func (o VirtualNetworkInterfaceSummary) ToMap() (map[string]interface{}, error)

type ZFSCompression ¶

type ZFSCompression string

ZFSCompression the model 'ZFSCompression'

const (
	ZFSCOMPRESSION_ON   ZFSCompression = "on"
	ZFSCOMPRESSION_OFF  ZFSCompression = "off"
	ZFSCOMPRESSION_LZ4  ZFSCompression = "lz4"
	ZFSCOMPRESSION_LZJB ZFSCompression = "lzjb"
	ZFSCOMPRESSION_GZIP ZFSCompression = "gzip"
	ZFSCOMPRESSION_ZLE  ZFSCompression = "zle"
	ZFSCOMPRESSION_ZSTD ZFSCompression = "zstd"
)

List of ZFSCompression

func NewZFSCompressionFromValue ¶

func NewZFSCompressionFromValue(v string) (*ZFSCompression, error)

NewZFSCompressionFromValue returns a pointer to a valid ZFSCompression for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ZFSCompression) IsValid ¶

func (v ZFSCompression) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ZFSCompression) Ptr ¶

func (v ZFSCompression) Ptr() *ZFSCompression

Ptr returns reference to ZFSCompression value

func (*ZFSCompression) UnmarshalJSON ¶

func (v *ZFSCompression) UnmarshalJSON(src []byte) error

type ZFSPoolStatusChild ¶

type ZFSPoolStatusChild struct {
	Cksum    float32              `json:"cksum"`
	Read     float32              `json:"read"`
	Write    float32              `json:"write"`
	Name     string               `json:"name"`
	State    string               `json:"state"`
	Msg      *string              `json:"msg,omitempty"`
	Children []ZFSPoolStatusChild `json:"children,omitempty"`
}

ZFSPoolStatusChild struct for ZFSPoolStatusChild

func NewZFSPoolStatusChild ¶

func NewZFSPoolStatusChild(cksum float32, read float32, write float32, name string, state string) *ZFSPoolStatusChild

NewZFSPoolStatusChild instantiates a new ZFSPoolStatusChild object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewZFSPoolStatusChildWithDefaults ¶

func NewZFSPoolStatusChildWithDefaults() *ZFSPoolStatusChild

NewZFSPoolStatusChildWithDefaults instantiates a new ZFSPoolStatusChild object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ZFSPoolStatusChild) GetChildren ¶

func (o *ZFSPoolStatusChild) GetChildren() []ZFSPoolStatusChild

GetChildren returns the Children field value if set, zero value otherwise.

func (*ZFSPoolStatusChild) GetChildrenOk ¶

func (o *ZFSPoolStatusChild) GetChildrenOk() ([]ZFSPoolStatusChild, bool)

GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZFSPoolStatusChild) GetCksum ¶

func (o *ZFSPoolStatusChild) GetCksum() float32

GetCksum returns the Cksum field value

func (*ZFSPoolStatusChild) GetCksumOk ¶

func (o *ZFSPoolStatusChild) GetCksumOk() (*float32, bool)

GetCksumOk returns a tuple with the Cksum field value and a boolean to check if the value has been set.

func (*ZFSPoolStatusChild) GetMsg ¶

func (o *ZFSPoolStatusChild) GetMsg() string

GetMsg returns the Msg field value if set, zero value otherwise.

func (*ZFSPoolStatusChild) GetMsgOk ¶

func (o *ZFSPoolStatusChild) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZFSPoolStatusChild) GetName ¶

func (o *ZFSPoolStatusChild) GetName() string

GetName returns the Name field value

func (*ZFSPoolStatusChild) GetNameOk ¶

func (o *ZFSPoolStatusChild) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ZFSPoolStatusChild) GetRead ¶

func (o *ZFSPoolStatusChild) GetRead() float32

GetRead returns the Read field value

func (*ZFSPoolStatusChild) GetReadOk ¶

func (o *ZFSPoolStatusChild) GetReadOk() (*float32, bool)

GetReadOk returns a tuple with the Read field value and a boolean to check if the value has been set.

func (*ZFSPoolStatusChild) GetState ¶

func (o *ZFSPoolStatusChild) GetState() string

GetState returns the State field value

func (*ZFSPoolStatusChild) GetStateOk ¶

func (o *ZFSPoolStatusChild) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ZFSPoolStatusChild) GetWrite ¶

func (o *ZFSPoolStatusChild) GetWrite() float32

GetWrite returns the Write field value

func (*ZFSPoolStatusChild) GetWriteOk ¶

func (o *ZFSPoolStatusChild) GetWriteOk() (*float32, bool)

GetWriteOk returns a tuple with the Write field value and a boolean to check if the value has been set.

func (*ZFSPoolStatusChild) HasChildren ¶

func (o *ZFSPoolStatusChild) HasChildren() bool

HasChildren returns a boolean if a field has been set.

func (*ZFSPoolStatusChild) HasMsg ¶

func (o *ZFSPoolStatusChild) HasMsg() bool

HasMsg returns a boolean if a field has been set.

func (ZFSPoolStatusChild) MarshalJSON ¶

func (o ZFSPoolStatusChild) MarshalJSON() ([]byte, error)

func (*ZFSPoolStatusChild) SetChildren ¶

func (o *ZFSPoolStatusChild) SetChildren(v []ZFSPoolStatusChild)

SetChildren gets a reference to the given []ZFSPoolStatusChild and assigns it to the Children field.

func (*ZFSPoolStatusChild) SetCksum ¶

func (o *ZFSPoolStatusChild) SetCksum(v float32)

SetCksum sets field value

func (*ZFSPoolStatusChild) SetMsg ¶

func (o *ZFSPoolStatusChild) SetMsg(v string)

SetMsg gets a reference to the given string and assigns it to the Msg field.

func (*ZFSPoolStatusChild) SetName ¶

func (o *ZFSPoolStatusChild) SetName(v string)

SetName sets field value

func (*ZFSPoolStatusChild) SetRead ¶

func (o *ZFSPoolStatusChild) SetRead(v float32)

SetRead sets field value

func (*ZFSPoolStatusChild) SetState ¶

func (o *ZFSPoolStatusChild) SetState(v string)

SetState sets field value

func (*ZFSPoolStatusChild) SetWrite ¶

func (o *ZFSPoolStatusChild) SetWrite(v float32)

SetWrite sets field value

func (ZFSPoolStatusChild) ToMap ¶ added in v0.9.0

func (o ZFSPoolStatusChild) ToMap() (map[string]interface{}, error)

type ZFSPoolStatusSummary ¶

type ZFSPoolStatusSummary struct {
	// The pool configuration including vdevs for each section. May be nested.
	Children []ZFSPoolStatusChild `json:"children"`
	// Errors on the pool
	Errors string `json:"errors"`
	// The pool name
	Name string `json:"name"`
	// The state of the pool
	State string `json:"state"`
	// Recommended action to address the pool state
	Action *string `json:"action,omitempty"`
	// Information on the last or current scrub.
	Scan *string `json:"scan,omitempty"`
	// Information on the state of the pool
	Status *string `json:"status,omitempty"`
}

ZFSPoolStatusSummary struct for ZFSPoolStatusSummary

func NewZFSPoolStatusSummary ¶

func NewZFSPoolStatusSummary(children []ZFSPoolStatusChild, errors string, name string, state string) *ZFSPoolStatusSummary

NewZFSPoolStatusSummary instantiates a new ZFSPoolStatusSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewZFSPoolStatusSummaryWithDefaults ¶

func NewZFSPoolStatusSummaryWithDefaults() *ZFSPoolStatusSummary

NewZFSPoolStatusSummaryWithDefaults instantiates a new ZFSPoolStatusSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ZFSPoolStatusSummary) GetAction ¶

func (o *ZFSPoolStatusSummary) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*ZFSPoolStatusSummary) GetActionOk ¶

func (o *ZFSPoolStatusSummary) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZFSPoolStatusSummary) GetChildren ¶

func (o *ZFSPoolStatusSummary) GetChildren() []ZFSPoolStatusChild

GetChildren returns the Children field value

func (*ZFSPoolStatusSummary) GetChildrenOk ¶

func (o *ZFSPoolStatusSummary) GetChildrenOk() ([]ZFSPoolStatusChild, bool)

GetChildrenOk returns a tuple with the Children field value and a boolean to check if the value has been set.

func (*ZFSPoolStatusSummary) GetErrors ¶

func (o *ZFSPoolStatusSummary) GetErrors() string

GetErrors returns the Errors field value

func (*ZFSPoolStatusSummary) GetErrorsOk ¶

func (o *ZFSPoolStatusSummary) GetErrorsOk() (*string, bool)

GetErrorsOk returns a tuple with the Errors field value and a boolean to check if the value has been set.

func (*ZFSPoolStatusSummary) GetName ¶

func (o *ZFSPoolStatusSummary) GetName() string

GetName returns the Name field value

func (*ZFSPoolStatusSummary) GetNameOk ¶

func (o *ZFSPoolStatusSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ZFSPoolStatusSummary) GetScan ¶

func (o *ZFSPoolStatusSummary) GetScan() string

GetScan returns the Scan field value if set, zero value otherwise.

func (*ZFSPoolStatusSummary) GetScanOk ¶

func (o *ZFSPoolStatusSummary) GetScanOk() (*string, bool)

GetScanOk returns a tuple with the Scan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZFSPoolStatusSummary) GetState ¶

func (o *ZFSPoolStatusSummary) GetState() string

GetState returns the State field value

func (*ZFSPoolStatusSummary) GetStateOk ¶

func (o *ZFSPoolStatusSummary) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ZFSPoolStatusSummary) GetStatus ¶

func (o *ZFSPoolStatusSummary) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ZFSPoolStatusSummary) GetStatusOk ¶

func (o *ZFSPoolStatusSummary) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ZFSPoolStatusSummary) HasAction ¶

func (o *ZFSPoolStatusSummary) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*ZFSPoolStatusSummary) HasScan ¶

func (o *ZFSPoolStatusSummary) HasScan() bool

HasScan returns a boolean if a field has been set.

func (*ZFSPoolStatusSummary) HasStatus ¶

func (o *ZFSPoolStatusSummary) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (ZFSPoolStatusSummary) MarshalJSON ¶

func (o ZFSPoolStatusSummary) MarshalJSON() ([]byte, error)

func (*ZFSPoolStatusSummary) SetAction ¶

func (o *ZFSPoolStatusSummary) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*ZFSPoolStatusSummary) SetChildren ¶

func (o *ZFSPoolStatusSummary) SetChildren(v []ZFSPoolStatusChild)

SetChildren sets field value

func (*ZFSPoolStatusSummary) SetErrors ¶

func (o *ZFSPoolStatusSummary) SetErrors(v string)

SetErrors sets field value

func (*ZFSPoolStatusSummary) SetName ¶

func (o *ZFSPoolStatusSummary) SetName(v string)

SetName sets field value

func (*ZFSPoolStatusSummary) SetScan ¶

func (o *ZFSPoolStatusSummary) SetScan(v string)

SetScan gets a reference to the given string and assigns it to the Scan field.

func (*ZFSPoolStatusSummary) SetState ¶

func (o *ZFSPoolStatusSummary) SetState(v string)

SetState sets field value

func (*ZFSPoolStatusSummary) SetStatus ¶

func (o *ZFSPoolStatusSummary) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (ZFSPoolStatusSummary) ToMap ¶ added in v0.9.0

func (o ZFSPoolStatusSummary) ToMap() (map[string]interface{}, error)

type ZFSPoolSummary ¶

type ZFSPoolSummary struct {
	// The allocated space on the pool in bytes
	Alloc float32 `json:"alloc"`
	Dedup float32 `json:"dedup"`
	Frag  float32 `json:"frag"`
	// The health of the pool
	Health string `json:"health"`
	// The free space on the pool in bytes
	Free float32 `json:"free"`
	// The total size of the pool in bytes
	Size float32 `json:"size"`
	// Name of the pool
	Name string `json:"name"`
}

ZFSPoolSummary struct for ZFSPoolSummary

func NewZFSPoolSummary ¶

func NewZFSPoolSummary(alloc float32, dedup float32, frag float32, health string, free float32, size float32, name string) *ZFSPoolSummary

NewZFSPoolSummary instantiates a new ZFSPoolSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewZFSPoolSummaryWithDefaults ¶

func NewZFSPoolSummaryWithDefaults() *ZFSPoolSummary

NewZFSPoolSummaryWithDefaults instantiates a new ZFSPoolSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ZFSPoolSummary) GetAlloc ¶

func (o *ZFSPoolSummary) GetAlloc() float32

GetAlloc returns the Alloc field value

func (*ZFSPoolSummary) GetAllocOk ¶

func (o *ZFSPoolSummary) GetAllocOk() (*float32, bool)

GetAllocOk returns a tuple with the Alloc field value and a boolean to check if the value has been set.

func (*ZFSPoolSummary) GetDedup ¶

func (o *ZFSPoolSummary) GetDedup() float32

GetDedup returns the Dedup field value

func (*ZFSPoolSummary) GetDedupOk ¶

func (o *ZFSPoolSummary) GetDedupOk() (*float32, bool)

GetDedupOk returns a tuple with the Dedup field value and a boolean to check if the value has been set.

func (*ZFSPoolSummary) GetFrag ¶

func (o *ZFSPoolSummary) GetFrag() float32

GetFrag returns the Frag field value

func (*ZFSPoolSummary) GetFragOk ¶

func (o *ZFSPoolSummary) GetFragOk() (*float32, bool)

GetFragOk returns a tuple with the Frag field value and a boolean to check if the value has been set.

func (*ZFSPoolSummary) GetFree ¶

func (o *ZFSPoolSummary) GetFree() float32

GetFree returns the Free field value

func (*ZFSPoolSummary) GetFreeOk ¶

func (o *ZFSPoolSummary) GetFreeOk() (*float32, bool)

GetFreeOk returns a tuple with the Free field value and a boolean to check if the value has been set.

func (*ZFSPoolSummary) GetHealth ¶

func (o *ZFSPoolSummary) GetHealth() string

GetHealth returns the Health field value

func (*ZFSPoolSummary) GetHealthOk ¶

func (o *ZFSPoolSummary) GetHealthOk() (*string, bool)

GetHealthOk returns a tuple with the Health field value and a boolean to check if the value has been set.

func (*ZFSPoolSummary) GetName ¶

func (o *ZFSPoolSummary) GetName() string

GetName returns the Name field value

func (*ZFSPoolSummary) GetNameOk ¶

func (o *ZFSPoolSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ZFSPoolSummary) GetSize ¶

func (o *ZFSPoolSummary) GetSize() float32

GetSize returns the Size field value

func (*ZFSPoolSummary) GetSizeOk ¶

func (o *ZFSPoolSummary) GetSizeOk() (*float32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (ZFSPoolSummary) MarshalJSON ¶

func (o ZFSPoolSummary) MarshalJSON() ([]byte, error)

func (*ZFSPoolSummary) SetAlloc ¶

func (o *ZFSPoolSummary) SetAlloc(v float32)

SetAlloc sets field value

func (*ZFSPoolSummary) SetDedup ¶

func (o *ZFSPoolSummary) SetDedup(v float32)

SetDedup sets field value

func (*ZFSPoolSummary) SetFrag ¶

func (o *ZFSPoolSummary) SetFrag(v float32)

SetFrag sets field value

func (*ZFSPoolSummary) SetFree ¶

func (o *ZFSPoolSummary) SetFree(v float32)

SetFree sets field value

func (*ZFSPoolSummary) SetHealth ¶

func (o *ZFSPoolSummary) SetHealth(v string)

SetHealth sets field value

func (*ZFSPoolSummary) SetName ¶

func (o *ZFSPoolSummary) SetName(v string)

SetName sets field value

func (*ZFSPoolSummary) SetSize ¶

func (o *ZFSPoolSummary) SetSize(v float32)

SetSize sets field value

func (ZFSPoolSummary) ToMap ¶ added in v0.9.0

func (o ZFSPoolSummary) ToMap() (map[string]interface{}, error)

type ZFSRaidLevel ¶

type ZFSRaidLevel string

ZFSRaidLevel the model 'ZFSRaidLevel'

const (
	ZFSRAIDLEVEL_SINGLE ZFSRaidLevel = "single"
	ZFSRAIDLEVEL_MIRROR ZFSRaidLevel = "mirror"
	ZFSRAIDLEVEL_RAIDZ  ZFSRaidLevel = "raidz"
	ZFSRAIDLEVEL_RAIDZ2 ZFSRaidLevel = "raidz2"
	ZFSRAIDLEVEL_RAIDZ3 ZFSRaidLevel = "raidz3"
	ZFSRAIDLEVEL_RAID10 ZFSRaidLevel = "raid10"
	ZFSRAIDLEVEL_DRAID  ZFSRaidLevel = "draid"
	ZFSRAIDLEVEL_DRAID2 ZFSRaidLevel = "draid2"
	ZFSRAIDLEVEL_DRAID3 ZFSRaidLevel = "draid3"
)

List of ZFSRaidLevel

func NewZFSRaidLevelFromValue ¶

func NewZFSRaidLevelFromValue(v string) (*ZFSRaidLevel, error)

NewZFSRaidLevelFromValue returns a pointer to a valid ZFSRaidLevel for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ZFSRaidLevel) IsValid ¶

func (v ZFSRaidLevel) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ZFSRaidLevel) Ptr ¶

func (v ZFSRaidLevel) Ptr() *ZFSRaidLevel

Ptr returns reference to ZFSRaidLevel value

func (*ZFSRaidLevel) UnmarshalJSON ¶

func (v *ZFSRaidLevel) UnmarshalJSON(src []byte) error

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL