Name | Type | Description | Notes |
---|---|---|---|
AllowAutoDiskResize | Pointer to bool | Automatically resize disks when resizing a Linode. When resizing down to a smaller plan your Linode's data must fit within the smaller disk size. | [optional] [default to true] |
func NewPostMutateLinodeInstanceRequest() *PostMutateLinodeInstanceRequest
NewPostMutateLinodeInstanceRequest instantiates a new PostMutateLinodeInstanceRequest 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 NewPostMutateLinodeInstanceRequestWithDefaults() *PostMutateLinodeInstanceRequest
NewPostMutateLinodeInstanceRequestWithDefaults instantiates a new PostMutateLinodeInstanceRequest 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 *PostMutateLinodeInstanceRequest) GetAllowAutoDiskResize() bool
GetAllowAutoDiskResize returns the AllowAutoDiskResize field if non-nil, zero value otherwise.
func (o *PostMutateLinodeInstanceRequest) GetAllowAutoDiskResizeOk() (*bool, bool)
GetAllowAutoDiskResizeOk returns a tuple with the AllowAutoDiskResize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostMutateLinodeInstanceRequest) SetAllowAutoDiskResize(v bool)
SetAllowAutoDiskResize sets AllowAutoDiskResize field to given value.
func (o *PostMutateLinodeInstanceRequest) HasAllowAutoDiskResize() bool
HasAllowAutoDiskResize returns a boolean if a field has been set.