Skip to content

Latest commit

 

History

History
260 lines (139 loc) · 9.32 KB

ImageManagementAssetCreateSpec.md

File metadata and controls

260 lines (139 loc) · 9.32 KB

ImageManagementAssetCreateSpec

Properties

Name Type Description Notes
AdditionalDetails Pointer to map[string]string Additional details about image management asset. [optional]
BaseSnapshotId Pointer to string Virtual machine snapshot. Must be set if vm_template_id is unset. [optional]
BaseVmId Pointer to string Virtual machine ID. Must be set if vm_template_id is unset. [optional]
CloneType string Image management asset clone type. * FULL_CLONE: Image management asset to be used in full clone automated desktop pool. * INSTANT_CLONE: Image management asset to be used in instant clone desktop pool/farm.
ImStreamId string Image management stream to which this asset belongs to.
ImVersionId string Image management version to which this asset belongs to.
ImageType string Image management asset image type. * RDSH_APPS: Image management asset to be used for farm creation which is be used in application. * RDSH_DESKTOP: Image management asset is for farm creation to be created. * VDI_DESKTOP: Image management asset is available for desktops/farms to be created.
Status string Image management asset status. * AVAILABLE: Image management asset is available for desktop pools/farms to be created. * DEPLOYING_VM: Image management asset is deploying VM on the virtual center. * DEPLOYMENT_DONE: Image management asset VM deployed on the virtual center. * DELETED: Image management asset has been deleted. * DISABLED: Image management asset has been disabled and no further pool/farm operation can be done using the same. * FAILED: Image management asset creation has failed. * REPLICATING: Copying the specialized images across all virtual centers. * RETRY_PENDING: When image management asset creation has failed, retry action is pending for asset to be created. * SPECIALIZING_VM: Image management asset is being published and specialized internally like installing agents etc.
VcenterId string Virtual Center where this asset is created.
VmTemplateId Pointer to string Virtual machine template ID. [optional]

Methods

NewImageManagementAssetCreateSpec

func NewImageManagementAssetCreateSpec(cloneType string, imStreamId string, imVersionId string, imageType string, status string, vcenterId string, ) *ImageManagementAssetCreateSpec

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

NewImageManagementAssetCreateSpecWithDefaults

func NewImageManagementAssetCreateSpecWithDefaults() *ImageManagementAssetCreateSpec

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

GetAdditionalDetails

func (o *ImageManagementAssetCreateSpec) GetAdditionalDetails() map[string]string

GetAdditionalDetails returns the AdditionalDetails field if non-nil, zero value otherwise.

GetAdditionalDetailsOk

func (o *ImageManagementAssetCreateSpec) GetAdditionalDetailsOk() (*map[string]string, bool)

GetAdditionalDetailsOk returns a tuple with the AdditionalDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAdditionalDetails

func (o *ImageManagementAssetCreateSpec) SetAdditionalDetails(v map[string]string)

SetAdditionalDetails sets AdditionalDetails field to given value.

HasAdditionalDetails

func (o *ImageManagementAssetCreateSpec) HasAdditionalDetails() bool

HasAdditionalDetails returns a boolean if a field has been set.

GetBaseSnapshotId

func (o *ImageManagementAssetCreateSpec) GetBaseSnapshotId() string

GetBaseSnapshotId returns the BaseSnapshotId field if non-nil, zero value otherwise.

GetBaseSnapshotIdOk

func (o *ImageManagementAssetCreateSpec) GetBaseSnapshotIdOk() (*string, bool)

GetBaseSnapshotIdOk returns a tuple with the BaseSnapshotId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBaseSnapshotId

func (o *ImageManagementAssetCreateSpec) SetBaseSnapshotId(v string)

SetBaseSnapshotId sets BaseSnapshotId field to given value.

HasBaseSnapshotId

func (o *ImageManagementAssetCreateSpec) HasBaseSnapshotId() bool

HasBaseSnapshotId returns a boolean if a field has been set.

GetBaseVmId

func (o *ImageManagementAssetCreateSpec) GetBaseVmId() string

GetBaseVmId returns the BaseVmId field if non-nil, zero value otherwise.

GetBaseVmIdOk

func (o *ImageManagementAssetCreateSpec) GetBaseVmIdOk() (*string, bool)

GetBaseVmIdOk returns a tuple with the BaseVmId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBaseVmId

func (o *ImageManagementAssetCreateSpec) SetBaseVmId(v string)

SetBaseVmId sets BaseVmId field to given value.

HasBaseVmId

func (o *ImageManagementAssetCreateSpec) HasBaseVmId() bool

HasBaseVmId returns a boolean if a field has been set.

GetCloneType

func (o *ImageManagementAssetCreateSpec) GetCloneType() string

GetCloneType returns the CloneType field if non-nil, zero value otherwise.

GetCloneTypeOk

func (o *ImageManagementAssetCreateSpec) GetCloneTypeOk() (*string, bool)

GetCloneTypeOk returns a tuple with the CloneType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCloneType

func (o *ImageManagementAssetCreateSpec) SetCloneType(v string)

SetCloneType sets CloneType field to given value.

GetImStreamId

func (o *ImageManagementAssetCreateSpec) GetImStreamId() string

GetImStreamId returns the ImStreamId field if non-nil, zero value otherwise.

GetImStreamIdOk

func (o *ImageManagementAssetCreateSpec) GetImStreamIdOk() (*string, bool)

GetImStreamIdOk returns a tuple with the ImStreamId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImStreamId

func (o *ImageManagementAssetCreateSpec) SetImStreamId(v string)

SetImStreamId sets ImStreamId field to given value.

GetImVersionId

func (o *ImageManagementAssetCreateSpec) GetImVersionId() string

GetImVersionId returns the ImVersionId field if non-nil, zero value otherwise.

GetImVersionIdOk

func (o *ImageManagementAssetCreateSpec) GetImVersionIdOk() (*string, bool)

GetImVersionIdOk returns a tuple with the ImVersionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImVersionId

func (o *ImageManagementAssetCreateSpec) SetImVersionId(v string)

SetImVersionId sets ImVersionId field to given value.

GetImageType

func (o *ImageManagementAssetCreateSpec) GetImageType() string

GetImageType returns the ImageType field if non-nil, zero value otherwise.

GetImageTypeOk

func (o *ImageManagementAssetCreateSpec) GetImageTypeOk() (*string, bool)

GetImageTypeOk returns a tuple with the ImageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImageType

func (o *ImageManagementAssetCreateSpec) SetImageType(v string)

SetImageType sets ImageType field to given value.

GetStatus

func (o *ImageManagementAssetCreateSpec) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ImageManagementAssetCreateSpec) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatus

func (o *ImageManagementAssetCreateSpec) SetStatus(v string)

SetStatus sets Status field to given value.

GetVcenterId

func (o *ImageManagementAssetCreateSpec) GetVcenterId() string

GetVcenterId returns the VcenterId field if non-nil, zero value otherwise.

GetVcenterIdOk

func (o *ImageManagementAssetCreateSpec) GetVcenterIdOk() (*string, bool)

GetVcenterIdOk returns a tuple with the VcenterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVcenterId

func (o *ImageManagementAssetCreateSpec) SetVcenterId(v string)

SetVcenterId sets VcenterId field to given value.

GetVmTemplateId

func (o *ImageManagementAssetCreateSpec) GetVmTemplateId() string

GetVmTemplateId returns the VmTemplateId field if non-nil, zero value otherwise.

GetVmTemplateIdOk

func (o *ImageManagementAssetCreateSpec) GetVmTemplateIdOk() (*string, bool)

GetVmTemplateIdOk returns a tuple with the VmTemplateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVmTemplateId

func (o *ImageManagementAssetCreateSpec) SetVmTemplateId(v string)

SetVmTemplateId sets VmTemplateId field to given value.

HasVmTemplateId

func (o *ImageManagementAssetCreateSpec) HasVmTemplateId() bool

HasVmTemplateId returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]