Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 5.79 KB

DesktopPoolQuickprepCustomizationSettings.md

File metadata and controls

134 lines (73 loc) · 5.79 KB

DesktopPoolQuickprepCustomizationSettings

Properties

Name Type Description Notes
PostSynchronizationScriptParameters Pointer to string Post synchronization script parameters. [optional]
PostSynchronizationScriptPath Pointer to string Post synchronization script. QuickPrep can run a customization script on linked-clone machines after they are created, recomposed, and refreshed. Provide the path to the script on the parent virtual machine. [optional]
PowerOffScriptParameters Pointer to string Power off script parameters. [optional]
PowerOffScriptPath Pointer to string Power off script. QuickPrep can run a customization script on linked-clone machines before they are powered off. Provide the path to the script on the parent virtual machine. [optional]

Methods

NewDesktopPoolQuickprepCustomizationSettings

func NewDesktopPoolQuickprepCustomizationSettings() *DesktopPoolQuickprepCustomizationSettings

NewDesktopPoolQuickprepCustomizationSettings instantiates a new DesktopPoolQuickprepCustomizationSettings 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

NewDesktopPoolQuickprepCustomizationSettingsWithDefaults

func NewDesktopPoolQuickprepCustomizationSettingsWithDefaults() *DesktopPoolQuickprepCustomizationSettings

NewDesktopPoolQuickprepCustomizationSettingsWithDefaults instantiates a new DesktopPoolQuickprepCustomizationSettings 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

GetPostSynchronizationScriptParameters

func (o *DesktopPoolQuickprepCustomizationSettings) GetPostSynchronizationScriptParameters() string

GetPostSynchronizationScriptParameters returns the PostSynchronizationScriptParameters field if non-nil, zero value otherwise.

GetPostSynchronizationScriptParametersOk

func (o *DesktopPoolQuickprepCustomizationSettings) GetPostSynchronizationScriptParametersOk() (*string, bool)

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

SetPostSynchronizationScriptParameters

func (o *DesktopPoolQuickprepCustomizationSettings) SetPostSynchronizationScriptParameters(v string)

SetPostSynchronizationScriptParameters sets PostSynchronizationScriptParameters field to given value.

HasPostSynchronizationScriptParameters

func (o *DesktopPoolQuickprepCustomizationSettings) HasPostSynchronizationScriptParameters() bool

HasPostSynchronizationScriptParameters returns a boolean if a field has been set.

GetPostSynchronizationScriptPath

func (o *DesktopPoolQuickprepCustomizationSettings) GetPostSynchronizationScriptPath() string

GetPostSynchronizationScriptPath returns the PostSynchronizationScriptPath field if non-nil, zero value otherwise.

GetPostSynchronizationScriptPathOk

func (o *DesktopPoolQuickprepCustomizationSettings) GetPostSynchronizationScriptPathOk() (*string, bool)

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

SetPostSynchronizationScriptPath

func (o *DesktopPoolQuickprepCustomizationSettings) SetPostSynchronizationScriptPath(v string)

SetPostSynchronizationScriptPath sets PostSynchronizationScriptPath field to given value.

HasPostSynchronizationScriptPath

func (o *DesktopPoolQuickprepCustomizationSettings) HasPostSynchronizationScriptPath() bool

HasPostSynchronizationScriptPath returns a boolean if a field has been set.

GetPowerOffScriptParameters

func (o *DesktopPoolQuickprepCustomizationSettings) GetPowerOffScriptParameters() string

GetPowerOffScriptParameters returns the PowerOffScriptParameters field if non-nil, zero value otherwise.

GetPowerOffScriptParametersOk

func (o *DesktopPoolQuickprepCustomizationSettings) GetPowerOffScriptParametersOk() (*string, bool)

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

SetPowerOffScriptParameters

func (o *DesktopPoolQuickprepCustomizationSettings) SetPowerOffScriptParameters(v string)

SetPowerOffScriptParameters sets PowerOffScriptParameters field to given value.

HasPowerOffScriptParameters

func (o *DesktopPoolQuickprepCustomizationSettings) HasPowerOffScriptParameters() bool

HasPowerOffScriptParameters returns a boolean if a field has been set.

GetPowerOffScriptPath

func (o *DesktopPoolQuickprepCustomizationSettings) GetPowerOffScriptPath() string

GetPowerOffScriptPath returns the PowerOffScriptPath field if non-nil, zero value otherwise.

GetPowerOffScriptPathOk

func (o *DesktopPoolQuickprepCustomizationSettings) GetPowerOffScriptPathOk() (*string, bool)

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

SetPowerOffScriptPath

func (o *DesktopPoolQuickprepCustomizationSettings) SetPowerOffScriptPath(v string)

SetPowerOffScriptPath sets PowerOffScriptPath field to given value.

HasPowerOffScriptPath

func (o *DesktopPoolQuickprepCustomizationSettings) HasPowerOffScriptPath() bool

HasPowerOffScriptPath returns a boolean if a field has been set.

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