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] |
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
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
func (o *DesktopPoolQuickprepCustomizationSettings) GetPostSynchronizationScriptParameters() string
GetPostSynchronizationScriptParameters returns the PostSynchronizationScriptParameters field if non-nil, zero value otherwise.
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.
func (o *DesktopPoolQuickprepCustomizationSettings) SetPostSynchronizationScriptParameters(v string)
SetPostSynchronizationScriptParameters sets PostSynchronizationScriptParameters field to given value.
func (o *DesktopPoolQuickprepCustomizationSettings) HasPostSynchronizationScriptParameters() bool
HasPostSynchronizationScriptParameters returns a boolean if a field has been set.
func (o *DesktopPoolQuickprepCustomizationSettings) GetPostSynchronizationScriptPath() string
GetPostSynchronizationScriptPath returns the PostSynchronizationScriptPath field if non-nil, zero value otherwise.
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.
func (o *DesktopPoolQuickprepCustomizationSettings) SetPostSynchronizationScriptPath(v string)
SetPostSynchronizationScriptPath sets PostSynchronizationScriptPath field to given value.
func (o *DesktopPoolQuickprepCustomizationSettings) HasPostSynchronizationScriptPath() bool
HasPostSynchronizationScriptPath returns a boolean if a field has been set.
func (o *DesktopPoolQuickprepCustomizationSettings) GetPowerOffScriptParameters() string
GetPowerOffScriptParameters returns the PowerOffScriptParameters field if non-nil, zero value otherwise.
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.
func (o *DesktopPoolQuickprepCustomizationSettings) SetPowerOffScriptParameters(v string)
SetPowerOffScriptParameters sets PowerOffScriptParameters field to given value.
func (o *DesktopPoolQuickprepCustomizationSettings) HasPowerOffScriptParameters() bool
HasPowerOffScriptParameters returns a boolean if a field has been set.
func (o *DesktopPoolQuickprepCustomizationSettings) GetPowerOffScriptPath() string
GetPowerOffScriptPath returns the PowerOffScriptPath field if non-nil, zero value otherwise.
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.
func (o *DesktopPoolQuickprepCustomizationSettings) SetPowerOffScriptPath(v string)
SetPowerOffScriptPath sets PowerOffScriptPath field to given value.
func (o *DesktopPoolQuickprepCustomizationSettings) HasPowerOffScriptPath() bool
HasPowerOffScriptPath returns a boolean if a field has been set.