| Name | Type | Description | Notes |
|---|---|---|---|
| Bootable | Pointer to bool | [optional] | |
| Description | Pointer to string | [optional] | |
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| Size | Pointer to int32 | [optional] | |
| VolumeType | Pointer to string | [optional] |
func NewVolumeFieldsForInstance() *VolumeFieldsForInstance
NewVolumeFieldsForInstance instantiates a new VolumeFieldsForInstance 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 NewVolumeFieldsForInstanceWithDefaults() *VolumeFieldsForInstance
NewVolumeFieldsForInstanceWithDefaults instantiates a new VolumeFieldsForInstance 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 *VolumeFieldsForInstance) GetBootable() bool
GetBootable returns the Bootable field if non-nil, zero value otherwise.
func (o *VolumeFieldsForInstance) GetBootableOk() (*bool, bool)
GetBootableOk returns a tuple with the Bootable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumeFieldsForInstance) SetBootable(v bool)
SetBootable sets Bootable field to given value.
func (o *VolumeFieldsForInstance) HasBootable() bool
HasBootable returns a boolean if a field has been set.
func (o *VolumeFieldsForInstance) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *VolumeFieldsForInstance) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumeFieldsForInstance) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *VolumeFieldsForInstance) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *VolumeFieldsForInstance) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *VolumeFieldsForInstance) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumeFieldsForInstance) SetId(v int32)
SetId sets Id field to given value.
func (o *VolumeFieldsForInstance) HasId() bool
HasId returns a boolean if a field has been set.
func (o *VolumeFieldsForInstance) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *VolumeFieldsForInstance) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumeFieldsForInstance) SetName(v string)
SetName sets Name field to given value.
func (o *VolumeFieldsForInstance) HasName() bool
HasName returns a boolean if a field has been set.
func (o *VolumeFieldsForInstance) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *VolumeFieldsForInstance) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumeFieldsForInstance) SetSize(v int32)
SetSize sets Size field to given value.
func (o *VolumeFieldsForInstance) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *VolumeFieldsForInstance) GetVolumeType() string
GetVolumeType returns the VolumeType field if non-nil, zero value otherwise.
func (o *VolumeFieldsForInstance) GetVolumeTypeOk() (*string, bool)
GetVolumeTypeOk returns a tuple with the VolumeType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VolumeFieldsForInstance) SetVolumeType(v string)
SetVolumeType sets VolumeType field to given value.
func (o *VolumeFieldsForInstance) HasVolumeType() bool
HasVolumeType returns a boolean if a field has been set.