Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 3.48 KB

ServiceStorageRequestStorageInner.md

File metadata and controls

119 lines (64 loc) · 3.48 KB

ServiceStorageRequestStorageInner

Properties

Name Type Description Notes
Id Pointer to string [optional]
Type StorageTypeEnum
Size int32 unit is GB Minimum size is 4 GB
MountPoint string

Methods

NewServiceStorageRequestStorageInner

func NewServiceStorageRequestStorageInner(type_ StorageTypeEnum, size int32, mountPoint string, ) *ServiceStorageRequestStorageInner

NewServiceStorageRequestStorageInner instantiates a new ServiceStorageRequestStorageInner 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

NewServiceStorageRequestStorageInnerWithDefaults

func NewServiceStorageRequestStorageInnerWithDefaults() *ServiceStorageRequestStorageInner

NewServiceStorageRequestStorageInnerWithDefaults instantiates a new ServiceStorageRequestStorageInner 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

GetId

func (o *ServiceStorageRequestStorageInner) GetId() string

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

GetIdOk

func (o *ServiceStorageRequestStorageInner) GetIdOk() (*string, 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 *ServiceStorageRequestStorageInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ServiceStorageRequestStorageInner) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *ServiceStorageRequestStorageInner) GetType() StorageTypeEnum

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ServiceStorageRequestStorageInner) GetTypeOk() (*StorageTypeEnum, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *ServiceStorageRequestStorageInner) SetType(v StorageTypeEnum)

SetType sets Type field to given value.

GetSize

func (o *ServiceStorageRequestStorageInner) GetSize() int32

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

GetSizeOk

func (o *ServiceStorageRequestStorageInner) 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 *ServiceStorageRequestStorageInner) SetSize(v int32)

SetSize sets Size field to given value.

GetMountPoint

func (o *ServiceStorageRequestStorageInner) GetMountPoint() string

GetMountPoint returns the MountPoint field if non-nil, zero value otherwise.

GetMountPointOk

func (o *ServiceStorageRequestStorageInner) GetMountPointOk() (*string, bool)

GetMountPointOk returns a tuple with the MountPoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMountPoint

func (o *ServiceStorageRequestStorageInner) SetMountPoint(v string)

SetMountPoint sets MountPoint field to given value.

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