Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.04 KB

DesktopPoolDeleteSpec.md

File metadata and controls

56 lines (31 loc) · 2.04 KB

DesktopPoolDeleteSpec

Properties

Name Type Description Notes
DeleteFromDisk Pointer to bool Determines whether the machine VMs should be deleted from vCenter Server.<br> This must be false for RDS and unmanaged desktop pools and true for Instant Clone desktop pools.<br>Default value is true for IC pools and false for all other types of desktop pools. <br> [optional]

Methods

NewDesktopPoolDeleteSpec

func NewDesktopPoolDeleteSpec() *DesktopPoolDeleteSpec

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

NewDesktopPoolDeleteSpecWithDefaults

func NewDesktopPoolDeleteSpecWithDefaults() *DesktopPoolDeleteSpec

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

GetDeleteFromDisk

func (o *DesktopPoolDeleteSpec) GetDeleteFromDisk() bool

GetDeleteFromDisk returns the DeleteFromDisk field if non-nil, zero value otherwise.

GetDeleteFromDiskOk

func (o *DesktopPoolDeleteSpec) GetDeleteFromDiskOk() (*bool, bool)

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

SetDeleteFromDisk

func (o *DesktopPoolDeleteSpec) SetDeleteFromDisk(v bool)

SetDeleteFromDisk sets DeleteFromDisk field to given value.

HasDeleteFromDisk

func (o *DesktopPoolDeleteSpec) HasDeleteFromDisk() bool

HasDeleteFromDisk returns a boolean if a field has been set.

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