Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Type | StorageTypeEnum | ||
Size | int32 | unit is GB Minimum size is 4 GB | |
MountPoint | string |
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
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
func (o *ServiceStorageRequestStorageInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ServiceStorageRequestStorageInner) SetId(v string)
SetId sets Id field to given value.
func (o *ServiceStorageRequestStorageInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ServiceStorageRequestStorageInner) GetType() StorageTypeEnum
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *ServiceStorageRequestStorageInner) SetType(v StorageTypeEnum)
SetType sets Type field to given value.
func (o *ServiceStorageRequestStorageInner) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
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.
func (o *ServiceStorageRequestStorageInner) SetSize(v int32)
SetSize sets Size field to given value.
func (o *ServiceStorageRequestStorageInner) GetMountPoint() string
GetMountPoint returns the MountPoint field if non-nil, zero value otherwise.
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.
func (o *ServiceStorageRequestStorageInner) SetMountPoint(v string)
SetMountPoint sets MountPoint field to given value.