Name | Type | Description | Notes |
---|---|---|---|
AttemptCleanup | Pointer to bool | Whether to attempt a cleanup of the VDB before the disable. | [optional] [default to true] |
func NewDisableVDBParameters() *DisableVDBParameters
NewDisableVDBParameters instantiates a new DisableVDBParameters 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 NewDisableVDBParametersWithDefaults() *DisableVDBParameters
NewDisableVDBParametersWithDefaults instantiates a new DisableVDBParameters 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 *DisableVDBParameters) GetAttemptCleanup() bool
GetAttemptCleanup returns the AttemptCleanup field if non-nil, zero value otherwise.
func (o *DisableVDBParameters) GetAttemptCleanupOk() (*bool, bool)
GetAttemptCleanupOk returns a tuple with the AttemptCleanup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DisableVDBParameters) SetAttemptCleanup(v bool)
SetAttemptCleanup sets AttemptCleanup field to given value.
func (o *DisableVDBParameters) HasAttemptCleanup() bool
HasAttemptCleanup returns a boolean if a field has been set.