Name | Type | Description | Notes |
---|---|---|---|
Type | V3StorageType | ||
IOPS | Pointer to int32 | Required for GP3 and IO2. Min 3000 for GP3, 1000 if IO2. If storageType="GP3", max = 16000. If storageType= "IO2", max= 64000 | [optional] |
Size | int32 | Min 50GB, max 16TB |
func NewV3ServersStorage(type_ V3StorageType, size int32, ) *V3ServersStorage
NewV3ServersStorage instantiates a new V3ServersStorage 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 NewV3ServersStorageWithDefaults() *V3ServersStorage
NewV3ServersStorageWithDefaults instantiates a new V3ServersStorage 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 *V3ServersStorage) GetType() V3StorageType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *V3ServersStorage) GetTypeOk() (*V3StorageType, 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 *V3ServersStorage) SetType(v V3StorageType)
SetType sets Type field to given value.
func (o *V3ServersStorage) GetIOPS() int32
GetIOPS returns the IOPS field if non-nil, zero value otherwise.
func (o *V3ServersStorage) GetIOPSOk() (*int32, bool)
GetIOPSOk returns a tuple with the IOPS field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3ServersStorage) SetIOPS(v int32)
SetIOPS sets IOPS field to given value.
func (o *V3ServersStorage) HasIOPS() bool
HasIOPS returns a boolean if a field has been set.
func (o *V3ServersStorage) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *V3ServersStorage) 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 *V3ServersStorage) SetSize(v int32)
SetSize sets Size field to given value.