Name | Type | Description | Notes |
---|---|---|---|
AdditionalDetails | Pointer to map[string]string | Additional details about image management version. | [optional] |
Description | Pointer to string | Image management version description. | [optional] |
ImStreamId | string | Image management stream ID | |
Name | string | Image management version name. | |
Status | string | Image management version status. * AVAILABLE: Image management version is available for desktop pools/farms to be created. * DEPLOYING_VM: Image management version is deploying VM on the selected pod. * DEPLOYMENT_DONE: Image management version status when VM deployment is done for the selected pod. * DELETED: Image management version has been deleted. * DISABLED: Image management version has been disabled and no further pool operation can be done using the same. * FAILED: Image management version creation has failed. * PARTIALLY_AVAILABLE: Some of the image management asset creation in some of the virtual centers have failed. * PUBLISHING: Image management version is being published and specialized internally like installing agents etc. * REPLICATING: Copying the specialized images across all virtual centers. |
func NewImageManagementVersionCreateSpec(imStreamId string, name string, status string, ) *ImageManagementVersionCreateSpec
NewImageManagementVersionCreateSpec instantiates a new ImageManagementVersionCreateSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewImageManagementVersionCreateSpecWithDefaults() *ImageManagementVersionCreateSpec
NewImageManagementVersionCreateSpecWithDefaults instantiates a new ImageManagementVersionCreateSpec object This constructor 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 *ImageManagementVersionCreateSpec) GetAdditionalDetails() map[string]string
GetAdditionalDetails returns the AdditionalDetails field if non-nil, zero value otherwise.
func (o *ImageManagementVersionCreateSpec) 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.
func (o *ImageManagementVersionCreateSpec) SetAdditionalDetails(v map[string]string)
SetAdditionalDetails sets AdditionalDetails field to given value.
func (o *ImageManagementVersionCreateSpec) HasAdditionalDetails() bool
HasAdditionalDetails returns a boolean if a field has been set.
func (o *ImageManagementVersionCreateSpec) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ImageManagementVersionCreateSpec) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageManagementVersionCreateSpec) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ImageManagementVersionCreateSpec) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ImageManagementVersionCreateSpec) GetImStreamId() string
GetImStreamId returns the ImStreamId field if non-nil, zero value otherwise.
func (o *ImageManagementVersionCreateSpec) 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.
func (o *ImageManagementVersionCreateSpec) SetImStreamId(v string)
SetImStreamId sets ImStreamId field to given value.
func (o *ImageManagementVersionCreateSpec) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ImageManagementVersionCreateSpec) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageManagementVersionCreateSpec) SetName(v string)
SetName sets Name field to given value.
func (o *ImageManagementVersionCreateSpec) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ImageManagementVersionCreateSpec) 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.
func (o *ImageManagementVersionCreateSpec) SetStatus(v string)
SetStatus sets Status field to given value.