Name | Type | Description | Notes |
---|---|---|---|
AdditionalDetails | Pointer to map[string]string | Additional details about image management stream. | [optional] |
Description | Pointer to string | Image management stream description. | [optional] |
Name | string | Image management stream name. | |
OperatingSystem | string | Operating system. * UNKNOWN: Unknown * WINDOWS_XP: Windows XP * WINDOWS_VISTA: Windows Vista * WINDOWS_7: Windows 7 * WINDOWS_8: Windows 8 * WINDOWS_10: Windows 10 * WINDOWS_SERVER_2003: Windows Server 2003 * WINDOWS_SERVER_2008: Windows Server 2008 * WINDOWS_SERVER_2008_R2: Windows Server 2008 R2 * WINDOWS_SERVER_2012: Windows Server 2012 * WINDOWS_SERVER_2012_R2: Windows Server 2012 R2 * WINDOWS_SERVER_2016_OR_ABOVE: Windows Server 2016 or above * LINUX_OTHER: Linux (other) * LINUX_SERVER_OTHER: Linux server (other) * LINUX_UBUNTU: Linux (Ubuntu) * LINUX_RHEL: Linux (Red Hat Enterprise) * LINUX_SUSE: Linux (Suse) * LINUX_CENTOS: Linux (CentOS) | |
Publisher | Pointer to string | Image management stream publisher | [optional] |
Source | string | Image management stream source. * MARKET_PLACE: Image management stream is from market place. * UPLOADED: Image management stream is uploaded. * COPIED_FROM_STREAM: Image management stream is copied from another stream. * COPIED_FROM_VERSION: Image management stream is copied from a version. | |
Status | string | Image management stream status. * AVAILABLE: Image management stream is available for desktop pools/farms to be created. * DELETED: Image management stream is deleted. * DISABLED: Image management stream is disabled and no further desktop pools/farms can be created using the same. * FAILED: Image management stream creation has failed. * IN_PROGRESS: Image management stream creation is in progress. * PARTIALLY_AVAILABLE: Image management version for this stream could not be created in one or more environments. * PENDING: Image management stream is in pending state. |
func NewImageManagementStreamUpdateSpec(name string, operatingSystem string, source string, status string, ) *ImageManagementStreamUpdateSpec
NewImageManagementStreamUpdateSpec instantiates a new ImageManagementStreamUpdateSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewImageManagementStreamUpdateSpecWithDefaults() *ImageManagementStreamUpdateSpec
NewImageManagementStreamUpdateSpecWithDefaults instantiates a new ImageManagementStreamUpdateSpec object This constructor 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 *ImageManagementStreamUpdateSpec) GetAdditionalDetails() map[string]string
GetAdditionalDetails returns the AdditionalDetails field if non-nil, zero value otherwise.
func (o *ImageManagementStreamUpdateSpec) 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 *ImageManagementStreamUpdateSpec) SetAdditionalDetails(v map[string]string)
SetAdditionalDetails sets AdditionalDetails field to given value.
func (o *ImageManagementStreamUpdateSpec) HasAdditionalDetails() bool
HasAdditionalDetails returns a boolean if a field has been set.
func (o *ImageManagementStreamUpdateSpec) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ImageManagementStreamUpdateSpec) 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 *ImageManagementStreamUpdateSpec) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ImageManagementStreamUpdateSpec) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ImageManagementStreamUpdateSpec) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ImageManagementStreamUpdateSpec) 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 *ImageManagementStreamUpdateSpec) SetName(v string)
SetName sets Name field to given value.
func (o *ImageManagementStreamUpdateSpec) GetOperatingSystem() string
GetOperatingSystem returns the OperatingSystem field if non-nil, zero value otherwise.
func (o *ImageManagementStreamUpdateSpec) GetOperatingSystemOk() (*string, bool)
GetOperatingSystemOk returns a tuple with the OperatingSystem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageManagementStreamUpdateSpec) SetOperatingSystem(v string)
SetOperatingSystem sets OperatingSystem field to given value.
func (o *ImageManagementStreamUpdateSpec) GetPublisher() string
GetPublisher returns the Publisher field if non-nil, zero value otherwise.
func (o *ImageManagementStreamUpdateSpec) GetPublisherOk() (*string, bool)
GetPublisherOk returns a tuple with the Publisher field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageManagementStreamUpdateSpec) SetPublisher(v string)
SetPublisher sets Publisher field to given value.
func (o *ImageManagementStreamUpdateSpec) HasPublisher() bool
HasPublisher returns a boolean if a field has been set.
func (o *ImageManagementStreamUpdateSpec) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *ImageManagementStreamUpdateSpec) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageManagementStreamUpdateSpec) SetSource(v string)
SetSource sets Source field to given value.
func (o *ImageManagementStreamUpdateSpec) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ImageManagementStreamUpdateSpec) 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 *ImageManagementStreamUpdateSpec) SetStatus(v string)
SetStatus sets Status field to given value.