Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.18 KB

ServiceStorageStorageInner.md

File metadata and controls

114 lines (61 loc) · 3.18 KB

ServiceStorageStorageInner

Properties

Name Type Description Notes
Id string
Type StorageTypeEnum
Size int32 unit is GB
MountPoint string

Methods

NewServiceStorageStorageInner

func NewServiceStorageStorageInner(id string, type_ StorageTypeEnum, size int32, mountPoint string, ) *ServiceStorageStorageInner

NewServiceStorageStorageInner instantiates a new ServiceStorageStorageInner 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

NewServiceStorageStorageInnerWithDefaults

func NewServiceStorageStorageInnerWithDefaults() *ServiceStorageStorageInner

NewServiceStorageStorageInnerWithDefaults instantiates a new ServiceStorageStorageInner 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 *ServiceStorageStorageInner) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

GetType

func (o *ServiceStorageStorageInner) GetType() StorageTypeEnum

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

GetTypeOk

func (o *ServiceStorageStorageInner) 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 *ServiceStorageStorageInner) SetType(v StorageTypeEnum)

SetType sets Type field to given value.

GetSize

func (o *ServiceStorageStorageInner) GetSize() int32

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

GetSizeOk

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

SetSize sets Size field to given value.

GetMountPoint

func (o *ServiceStorageStorageInner) GetMountPoint() string

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

GetMountPointOk

func (o *ServiceStorageStorageInner) 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 *ServiceStorageStorageInner) SetMountPoint(v string)

SetMountPoint sets MountPoint field to given value.

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