Skip to content

Latest commit

 

History

History
155 lines (84 loc) · 5.28 KB

StorageSystemDeploymentRequestStorageOptions.md

File metadata and controls

155 lines (84 loc) · 5.28 KB

StorageSystemDeploymentRequestStorageOptions

Properties

Name Type Description Notes
SystemType string Type of the Dell Apex storage system to be deployed. Only "PowerFlex" is supported in this version.
Version Pointer to string Storage product version to deploy [optional]
Tier Pointer to PowerFlexTierEnum [optional]
MinimumIops Pointer to int32 [optional]
MinimumUsableCapacity Pointer to int32 [optional]

Methods

NewStorageSystemDeploymentRequestStorageOptions

func NewStorageSystemDeploymentRequestStorageOptions(systemType string, ) *StorageSystemDeploymentRequestStorageOptions

NewStorageSystemDeploymentRequestStorageOptions instantiates a new StorageSystemDeploymentRequestStorageOptions 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

NewStorageSystemDeploymentRequestStorageOptionsWithDefaults

func NewStorageSystemDeploymentRequestStorageOptionsWithDefaults() *StorageSystemDeploymentRequestStorageOptions

NewStorageSystemDeploymentRequestStorageOptionsWithDefaults instantiates a new StorageSystemDeploymentRequestStorageOptions 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

GetSystemType

func (o *StorageSystemDeploymentRequestStorageOptions) GetSystemType() string

GetSystemType returns the SystemType field if non-nil, zero value otherwise.

GetSystemTypeOk

func (o *StorageSystemDeploymentRequestStorageOptions) GetSystemTypeOk() (*string, bool)

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

SetSystemType

func (o *StorageSystemDeploymentRequestStorageOptions) SetSystemType(v string)

SetSystemType sets SystemType field to given value.

GetVersion

func (o *StorageSystemDeploymentRequestStorageOptions) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *StorageSystemDeploymentRequestStorageOptions) GetVersionOk() (*string, bool)

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

SetVersion

func (o *StorageSystemDeploymentRequestStorageOptions) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *StorageSystemDeploymentRequestStorageOptions) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetTier

func (o *StorageSystemDeploymentRequestStorageOptions) GetTier() PowerFlexTierEnum

GetTier returns the Tier field if non-nil, zero value otherwise.

GetTierOk

func (o *StorageSystemDeploymentRequestStorageOptions) GetTierOk() (*PowerFlexTierEnum, bool)

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

SetTier

func (o *StorageSystemDeploymentRequestStorageOptions) SetTier(v PowerFlexTierEnum)

SetTier sets Tier field to given value.

HasTier

func (o *StorageSystemDeploymentRequestStorageOptions) HasTier() bool

HasTier returns a boolean if a field has been set.

GetMinimumIops

func (o *StorageSystemDeploymentRequestStorageOptions) GetMinimumIops() int32

GetMinimumIops returns the MinimumIops field if non-nil, zero value otherwise.

GetMinimumIopsOk

func (o *StorageSystemDeploymentRequestStorageOptions) GetMinimumIopsOk() (*int32, bool)

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

SetMinimumIops

func (o *StorageSystemDeploymentRequestStorageOptions) SetMinimumIops(v int32)

SetMinimumIops sets MinimumIops field to given value.

HasMinimumIops

func (o *StorageSystemDeploymentRequestStorageOptions) HasMinimumIops() bool

HasMinimumIops returns a boolean if a field has been set.

GetMinimumUsableCapacity

func (o *StorageSystemDeploymentRequestStorageOptions) GetMinimumUsableCapacity() int32

GetMinimumUsableCapacity returns the MinimumUsableCapacity field if non-nil, zero value otherwise.

GetMinimumUsableCapacityOk

func (o *StorageSystemDeploymentRequestStorageOptions) GetMinimumUsableCapacityOk() (*int32, bool)

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

SetMinimumUsableCapacity

func (o *StorageSystemDeploymentRequestStorageOptions) SetMinimumUsableCapacity(v int32)

SetMinimumUsableCapacity sets MinimumUsableCapacity field to given value.

HasMinimumUsableCapacity

func (o *StorageSystemDeploymentRequestStorageOptions) HasMinimumUsableCapacity() bool

HasMinimumUsableCapacity returns a boolean if a field has been set.

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