Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Type | StorageTypeEnum | ||
Size | int32 | unit is GB | |
MountPoint | string |
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
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
func (o *ServiceStorageStorageInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ServiceStorageStorageInner) SetId(v string)
SetId sets Id field to given value.
func (o *ServiceStorageStorageInner) GetType() StorageTypeEnum
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *ServiceStorageStorageInner) SetType(v StorageTypeEnum)
SetType sets Type field to given value.
func (o *ServiceStorageStorageInner) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
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.
func (o *ServiceStorageStorageInner) SetSize(v int32)
SetSize sets Size field to given value.
func (o *ServiceStorageStorageInner) GetMountPoint() string
GetMountPoint returns the MountPoint field if non-nil, zero value otherwise.
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.
func (o *ServiceStorageStorageInner) SetMountPoint(v string)
SetMountPoint sets MountPoint field to given value.