Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.91 KB

File metadata and controls

186 lines (101 loc) · 4.91 KB

VolumeFieldsForInstance

Properties

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]

Methods

NewVolumeFieldsForInstance

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

NewVolumeFieldsForInstanceWithDefaults

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

GetBootable

func (o *VolumeFieldsForInstance) GetBootable() bool

GetBootable returns the Bootable field if non-nil, zero value otherwise.

GetBootableOk

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.

SetBootable

func (o *VolumeFieldsForInstance) SetBootable(v bool)

SetBootable sets Bootable field to given value.

HasBootable

func (o *VolumeFieldsForInstance) HasBootable() bool

HasBootable returns a boolean if a field has been set.

GetDescription

func (o *VolumeFieldsForInstance) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *VolumeFieldsForInstance) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *VolumeFieldsForInstance) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetId

func (o *VolumeFieldsForInstance) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *VolumeFieldsForInstance) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *VolumeFieldsForInstance) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *VolumeFieldsForInstance) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *VolumeFieldsForInstance) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *VolumeFieldsForInstance) HasName() bool

HasName returns a boolean if a field has been set.

GetSize

func (o *VolumeFieldsForInstance) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

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.

SetSize

func (o *VolumeFieldsForInstance) SetSize(v int32)

SetSize sets Size field to given value.

HasSize

func (o *VolumeFieldsForInstance) HasSize() bool

HasSize returns a boolean if a field has been set.

GetVolumeType

func (o *VolumeFieldsForInstance) GetVolumeType() string

GetVolumeType returns the VolumeType field if non-nil, zero value otherwise.

GetVolumeTypeOk

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.

SetVolumeType

func (o *VolumeFieldsForInstance) SetVolumeType(v string)

SetVolumeType sets VolumeType field to given value.

HasVolumeType

func (o *VolumeFieldsForInstance) HasVolumeType() bool

HasVolumeType returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]