Name | Type | Description | Notes |
---|---|---|---|
AttemptStart | Pointer to bool | Whether to attempt a startup of the VDB after the enable. | [optional] [default to true] |
func NewEnableVDBParameters() *EnableVDBParameters
NewEnableVDBParameters instantiates a new EnableVDBParameters 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 NewEnableVDBParametersWithDefaults() *EnableVDBParameters
NewEnableVDBParametersWithDefaults instantiates a new EnableVDBParameters 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 *EnableVDBParameters) GetAttemptStart() bool
GetAttemptStart returns the AttemptStart field if non-nil, zero value otherwise.
func (o *EnableVDBParameters) GetAttemptStartOk() (*bool, bool)
GetAttemptStartOk returns a tuple with the AttemptStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnableVDBParameters) SetAttemptStart(v bool)
SetAttemptStart sets AttemptStart field to given value.
func (o *EnableVDBParameters) HasAttemptStart() bool
HasAttemptStart returns a boolean if a field has been set.