proxmox

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2023 License: Apache-2.0 Imports: 22 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
	ContextOAuth2 = contextKey("token")

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

	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextAPIKeys takes a string apikey as authentication for the request
	ContextAPIKeys = contextKey("apiKeys")

	// ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
	ContextHttpSignatureAuth = contextKey("httpsignature")

	// 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 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 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 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 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 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 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

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.

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

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.

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

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 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 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 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 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 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 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 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 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

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 ApiDeleteStorageRequest

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

func (ApiDeleteStorageRequest) Execute

func (r ApiDeleteStorageRequest) 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 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 ApiGetNetworkInterfaceRequest

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

func (ApiGetNetworkInterfaceRequest) Execute

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 ApiGetPoolRequest

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

func (ApiGetPoolRequest) Execute

func (ApiGetPoolRequest) Type_

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 ApiGetVersionRequest

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

func (ApiGetVersionRequest) Execute

type ApiGetVirtualMachineCloudInitRequest

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

func (ApiGetVirtualMachineCloudInitRequest) Execute

func (ApiGetVirtualMachineCloudInitRequest) Type_

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 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 ApiGetZFSPoolStatusRequest

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

func (ApiGetZFSPoolStatusRequest) Execute

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 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 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 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 ApiListRepositoriesInformationRequest

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

func (ApiListRepositoriesInformationRequest) Execute

type ApiListStorageRequest

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

func (ApiListStorageRequest) Execute

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 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 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 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 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 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 ApiRevertNetworkInterfaceConfigurationRequest

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

func (ApiRevertNetworkInterfaceConfigurationRequest) Execute

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 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 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

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"`
	// 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) 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) 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) 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.

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

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"`
	// 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) 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) 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) 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.

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 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.

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

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 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.

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

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

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.

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

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

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

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

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

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

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

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           *float32                        `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() (*float32, 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

SetNetmask6 gets a reference to the given float32 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

func (o *CreateNetworkInterfaceRequestContent) SetSlaves(v []string)

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.

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

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.

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

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

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

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"`
	// 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) 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) 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) 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.

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

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.

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.

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

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

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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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

ModifyPool Method for ModifyPool

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiModifyPoolRequest

func (*DefaultApiService) ModifyPoolExecute

func (a *DefaultApiService) ModifyPoolExecute(r ApiModifyPoolRequest) (*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) 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) 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) 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) 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) 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) 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) 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 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

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

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

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

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

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

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

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.

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.

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 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

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.

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.

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.

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

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.

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

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.

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.

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.

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.

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.

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

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.

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

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

type GetPoolResponseContent

type GetPoolResponseContent struct {
	Data []PoolInfo `json:"data"`
}

GetPoolResponseContent struct for GetPoolResponseContent

func NewGetPoolResponseContent

func NewGetPoolResponseContent(data []PoolInfo) *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

func (o *GetPoolResponseContent) GetData() []PoolInfo

GetData returns the Data field value

func (*GetPoolResponseContent) GetDataOk

func (o *GetPoolResponseContent) GetDataOk() ([]PoolInfo, bool)

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

func (o *GetPoolResponseContent) SetData(v []PoolInfo)

SetData sets field value

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

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

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.

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

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

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

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

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

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

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

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

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

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

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

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

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.

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

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

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

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.

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

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

type LVMSummary

type LVMSummary struct {
	Children []LVMSummary `json:"children"`
	// 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"`
}

LVMSummary struct for LVMSummary

func NewLVMSummary

func NewLVMSummary(children []LVMSummary, leaf float32) *LVMSummary

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

func NewLVMSummaryWithDefaults

func NewLVMSummaryWithDefaults() *LVMSummary

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

func (*LVMSummary) GetChildren

func (o *LVMSummary) GetChildren() []LVMSummary

GetChildren returns the Children field value

func (*LVMSummary) GetChildrenOk

func (o *LVMSummary) GetChildrenOk() ([]LVMSummary, bool)

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

func (*LVMSummary) GetFree

func (o *LVMSummary) GetFree() float32

GetFree returns the Free field value if set, zero value otherwise.

func (*LVMSummary) GetFreeOk

func (o *LVMSummary) 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 (*LVMSummary) GetLeaf

func (o *LVMSummary) GetLeaf() float32

GetLeaf returns the Leaf field value

func (*LVMSummary) GetLeafOk

func (o *LVMSummary) GetLeafOk() (*float32, bool)

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

func (*LVMSummary) GetLvcount

func (o *LVMSummary) GetLvcount() float32

GetLvcount returns the Lvcount field value if set, zero value otherwise.

func (*LVMSummary) GetLvcountOk

func (o *LVMSummary) 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 (*LVMSummary) GetName

func (o *LVMSummary) GetName() string

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

func (*LVMSummary) GetNameOk

func (o *LVMSummary) 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 (*LVMSummary) GetSize

func (o *LVMSummary) GetSize() float32

GetSize returns the Size field value if set, zero value otherwise.

func (*LVMSummary) GetSizeOk

func (o *LVMSummary) 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 (*LVMSummary) HasFree

func (o *LVMSummary) HasFree() bool

HasFree returns a boolean if a field has been set.

func (*LVMSummary) HasLvcount

func (o *LVMSummary) HasLvcount() bool

HasLvcount returns a boolean if a field has been set.

func (*LVMSummary) HasName

func (o *LVMSummary) HasName() bool

HasName returns a boolean if a field has been set.

func (*LVMSummary) HasSize

func (o *LVMSummary) HasSize() bool

HasSize returns a boolean if a field has been set.

func (LVMSummary) MarshalJSON

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

func (*LVMSummary) SetChildren

func (o *LVMSummary) SetChildren(v []LVMSummary)

SetChildren sets field value

func (*LVMSummary) SetFree

func (o *LVMSummary) SetFree(v float32)

SetFree gets a reference to the given float32 and assigns it to the Free field.

func (*LVMSummary) SetLeaf

func (o *LVMSummary) SetLeaf(v float32)

SetLeaf sets field value

func (*LVMSummary) SetLvcount

func (o *LVMSummary) SetLvcount(v float32)

SetLvcount gets a reference to the given float32 and assigns it to the Lvcount field.

func (*LVMSummary) SetName

func (o *LVMSummary) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*LVMSummary) SetSize

func (o *LVMSummary) SetSize(v float32)

SetSize gets a reference to the given float32 and assigns it to the Size field.

type LVMThinSummary

type LVMThinSummary struct {
	Lv []LVMThinSummary `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 []LVMThinSummary, 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() []LVMThinSummary

GetLv returns the Lv field value

func (*LVMThinSummary) GetLvOk

func (o *LVMThinSummary) GetLvOk() ([]LVMThinSummary, 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 []LVMThinSummary)

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

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.

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

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

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

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

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

type ListLVMsResponseContent

type ListLVMsResponseContent struct {
	Data []LVMSummary `json:"data"`
}

ListLVMsResponseContent struct for ListLVMsResponseContent

func NewListLVMsResponseContent

func NewListLVMsResponseContent(data []LVMSummary) *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

func (o *ListLVMsResponseContent) GetData() []LVMSummary

GetData returns the Data field value

func (*ListLVMsResponseContent) GetDataOk

func (o *ListLVMsResponseContent) GetDataOk() ([]LVMSummary, 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 []LVMSummary)

SetData sets field value

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

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

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

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

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

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

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

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

type ListPoolsResponseContent

type ListPoolsResponseContent struct {
	Data []PoolInfo `json:"data"`
}

ListPoolsResponseContent struct for ListPoolsResponseContent

func NewListPoolsResponseContent

func NewListPoolsResponseContent(data []PoolInfo) *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() []PoolInfo

GetData returns the Data field value

func (*ListPoolsResponseContent) GetDataOk

func (o *ListPoolsResponseContent) GetDataOk() ([]PoolInfo, 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 []PoolInfo)

SetData sets field value

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

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

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

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

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

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

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

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 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.

type ModifyPoolRequestContent

type ModifyPoolRequestContent struct {
	Poolid  string  `json:"poolid"`
	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(poolid string) *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) GetPoolid

func (o *ModifyPoolRequestContent) GetPoolid() string

GetPoolid returns the Poolid field value

func (*ModifyPoolRequestContent) GetPoolidOk

func (o *ModifyPoolRequestContent) GetPoolidOk() (*string, bool)

GetPoolidOk returns a tuple with the Poolid field value 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) SetPoolid

func (o *ModifyPoolRequestContent) SetPoolid(v string)

SetPoolid sets field value

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.

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.

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

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 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 NetworkInterfaceSummary

type NetworkInterfaceSummary struct {
	Iface              string                          `json:"iface"`
	Method             *NetworkInterfaceMethod         `json:"method,omitempty"`
	Method6            *NetworkInterfaceMethod         `json:"method6,omitempty"`
	Priority           *float32                        `json:"priority,omitempty"`
	Families           []string                        `json:"families,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"`
	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"`
	Netmask            *string                         `json:"netmask,omitempty"`
	Cidr               *string                         `json:"cidr,omitempty"`
	Address6           *string                         `json:"address6,omitempty"`
}

NetworkInterfaceSummary struct for NetworkInterfaceSummary

func NewNetworkInterfaceSummary

func NewNetworkInterfaceSummary(iface string) *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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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.

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

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.

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 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.

type NullableAccessControlSummary

type NullableAccessControlSummary struct {
	// contains filtered or unexported fields
}

func NewNullableAccessControlSummary

func NewNullableAccessControlSummary(val *AccessControlSummary) *NullableAccessControlSummary

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 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 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 NullableCorosyncNodeSummary

type NullableCorosyncNodeSummary struct {
	// contains filtered or unexported fields
}

func NewNullableCorosyncNodeSummary

func NewNullableCorosyncNodeSummary(val *CorosyncNodeSummary) *NullableCorosyncNodeSummary

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 NewNullableCpuCapabilitySummary

func NewNullableCpuCapabilitySummary(val *CpuCapabilitySummary) *NullableCpuCapabilitySummary

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 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 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 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 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 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 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 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 NewNullableDirectoryFileSystem

func NewNullableDirectoryFileSystem(val *DirectoryFileSystem) *NullableDirectoryFileSystem

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 NullableLVMSummary

type NullableLVMSummary struct {
	// contains filtered or unexported fields
}

func NewNullableLVMSummary

func NewNullableLVMSummary(val *LVMSummary) *NullableLVMSummary

func (NullableLVMSummary) Get

func (v NullableLVMSummary) Get() *LVMSummary

func (NullableLVMSummary) IsSet

func (v NullableLVMSummary) IsSet() bool

func (NullableLVMSummary) MarshalJSON

func (v NullableLVMSummary) MarshalJSON() ([]byte, error)

func (*NullableLVMSummary) Set

func (v *NullableLVMSummary) Set(val *LVMSummary)

func (*NullableLVMSummary) UnmarshalJSON

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

func (*NullableLVMSummary) Unset

func (v *NullableLVMSummary) 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 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 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 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 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 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 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 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 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 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 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 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 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 NewNullableNetworkInterfaceType

func NewNullableNetworkInterfaceType(val *NetworkInterfaceType) *NullableNetworkInterfaceType

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 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 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 NewNullablePciControllerSummary

func NewNullablePciControllerSummary(val *PciControllerSummary) *NullablePciControllerSummary

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 NullablePoolInfo

type NullablePoolInfo struct {
	// contains filtered or unexported fields
}

func NewNullablePoolInfo

func NewNullablePoolInfo(val *PoolInfo) *NullablePoolInfo

func (NullablePoolInfo) Get

func (v NullablePoolInfo) Get() *PoolInfo

func (NullablePoolInfo) IsSet

func (v NullablePoolInfo) IsSet() bool

func (NullablePoolInfo) MarshalJSON

func (v NullablePoolInfo) MarshalJSON() ([]byte, error)

func (*NullablePoolInfo) Set

func (v *NullablePoolInfo) Set(val *PoolInfo)

func (*NullablePoolInfo) UnmarshalJSON

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

func (*NullablePoolInfo) Unset

func (v *NullablePoolInfo) 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 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 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 NullableStorageConfiguration

type NullableStorageConfiguration struct {
	// contains filtered or unexported fields
}

func NewNullableStorageConfiguration

func NewNullableStorageConfiguration(val *StorageConfiguration) *NullableStorageConfiguration

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 NewNullableStoragePreallocation

func NewNullableStoragePreallocation(val *StoragePreallocation) *NullableStoragePreallocation

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 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 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 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 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 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 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 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 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 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 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 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 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 NewNullableVirtualMachineStatus

func NewNullableVirtualMachineStatus(val *VirtualMachineStatus) *NullableVirtualMachineStatus

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 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 NewNullableZFSPoolStatusSummary

func NewNullableZFSPoolStatusSummary(val *ZFSPoolStatusSummary) *NullableZFSPoolStatusSummary

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.

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.

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

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

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.

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

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.

type PoolInfo

type PoolInfo struct {
	Poolid  string  `json:"poolid"`
	Comment *string `json:"comment,omitempty"`
}

PoolInfo struct for PoolInfo

func NewPoolInfo

func NewPoolInfo(poolid string) *PoolInfo

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

func NewPoolInfoWithDefaults

func NewPoolInfoWithDefaults() *PoolInfo

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

func (*PoolInfo) GetComment

func (o *PoolInfo) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*PoolInfo) GetCommentOk

func (o *PoolInfo) 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 (*PoolInfo) GetPoolid

func (o *PoolInfo) GetPoolid() string

GetPoolid returns the Poolid field value

func (*PoolInfo) GetPoolidOk

func (o *PoolInfo) GetPoolidOk() (*string, bool)

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

func (*PoolInfo) HasComment

func (o *PoolInfo) HasComment() bool

HasComment returns a boolean if a field has been set.

func (PoolInfo) MarshalJSON

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

func (*PoolInfo) SetComment

func (o *PoolInfo) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*PoolInfo) SetPoolid

func (o *PoolInfo) SetPoolid(v string)

SetPoolid sets field value

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 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.

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.

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

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

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

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 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

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 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"`
	Digest   *string      `json:"digest,omitempty"`
	Thinpool *string      `json:"thinpool,omitempty"`
	Type     *StorageType `json:"type,omitempty"`
	// The volume group name
	Vgname *string `json:"vgname,omitempty"`
	// The storage path
	Path *string `json:"path,omitempty"`
	// The storage mountpoint
	Mountpoint *string `json:"mountpoint,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) 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) 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) 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) 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) 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) 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.

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 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

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.

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.

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"`
	Gateway            *string                         `json:"gateway,omitempty"`
	Gateway6           *string                         `json:"gateway6,omitempty"`
	Mtu                *float32                        `json:"mtu,omitempty"`
	Netmask            *string                         `json:"netmask,omitempty"`
	Netmask6           *float32                        `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) 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() (*float32, 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) 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) 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

SetNetmask6 gets a reference to the given float32 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

func (o *UpdateNetworkInterfaceRequestContent) SetSlaves(v []string)

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.

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

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

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

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.

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"`
	// 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) 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) 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) 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.

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 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

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

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 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.

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.

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 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

type VirtualMachineSummary

type VirtualMachineSummary struct {
	// The ID of the virtual machine. Unique across cluster
	Vmid float32 `json:"vmid"`
	// 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"`
	Status *VirtualMachineStatus `json:"status,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) *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 if set, zero value otherwise.

func (*VirtualMachineSummary) GetStatusOk

func (o *VirtualMachineSummary) GetStatusOk() (*VirtualMachineStatus, 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 (*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) 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) HasStatus

func (o *VirtualMachineSummary) HasStatus() bool

HasStatus 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) 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 gets a reference to the given VirtualMachineStatus and assigns it to the Status field.

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) 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

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

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.

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

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