Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.11 KB

File metadata and controls

134 lines (73 loc) · 4.11 KB

NetworkDriveNetworkDriveConfiguration

Properties

Name Type Description Notes
MinSize Pointer to int32 [optional]
MaxSize Pointer to int32 [optional]
StepSize Pointer to int32 [optional]
StorageClass Pointer to string [optional]

Methods

NewNetworkDriveNetworkDriveConfiguration

func NewNetworkDriveNetworkDriveConfiguration() *NetworkDriveNetworkDriveConfiguration

NewNetworkDriveNetworkDriveConfiguration instantiates a new NetworkDriveNetworkDriveConfiguration 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

NewNetworkDriveNetworkDriveConfigurationWithDefaults

func NewNetworkDriveNetworkDriveConfigurationWithDefaults() *NetworkDriveNetworkDriveConfiguration

NewNetworkDriveNetworkDriveConfigurationWithDefaults instantiates a new NetworkDriveNetworkDriveConfiguration 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

GetMinSize

func (o *NetworkDriveNetworkDriveConfiguration) GetMinSize() int32

GetMinSize returns the MinSize field if non-nil, zero value otherwise.

GetMinSizeOk

func (o *NetworkDriveNetworkDriveConfiguration) GetMinSizeOk() (*int32, bool)

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

SetMinSize

func (o *NetworkDriveNetworkDriveConfiguration) SetMinSize(v int32)

SetMinSize sets MinSize field to given value.

HasMinSize

func (o *NetworkDriveNetworkDriveConfiguration) HasMinSize() bool

HasMinSize returns a boolean if a field has been set.

GetMaxSize

func (o *NetworkDriveNetworkDriveConfiguration) GetMaxSize() int32

GetMaxSize returns the MaxSize field if non-nil, zero value otherwise.

GetMaxSizeOk

func (o *NetworkDriveNetworkDriveConfiguration) GetMaxSizeOk() (*int32, bool)

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

SetMaxSize

func (o *NetworkDriveNetworkDriveConfiguration) SetMaxSize(v int32)

SetMaxSize sets MaxSize field to given value.

HasMaxSize

func (o *NetworkDriveNetworkDriveConfiguration) HasMaxSize() bool

HasMaxSize returns a boolean if a field has been set.

GetStepSize

func (o *NetworkDriveNetworkDriveConfiguration) GetStepSize() int32

GetStepSize returns the StepSize field if non-nil, zero value otherwise.

GetStepSizeOk

func (o *NetworkDriveNetworkDriveConfiguration) GetStepSizeOk() (*int32, bool)

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

SetStepSize

func (o *NetworkDriveNetworkDriveConfiguration) SetStepSize(v int32)

SetStepSize sets StepSize field to given value.

HasStepSize

func (o *NetworkDriveNetworkDriveConfiguration) HasStepSize() bool

HasStepSize returns a boolean if a field has been set.

GetStorageClass

func (o *NetworkDriveNetworkDriveConfiguration) GetStorageClass() string

GetStorageClass returns the StorageClass field if non-nil, zero value otherwise.

GetStorageClassOk

func (o *NetworkDriveNetworkDriveConfiguration) GetStorageClassOk() (*string, bool)

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

SetStorageClass

func (o *NetworkDriveNetworkDriveConfiguration) SetStorageClass(v string)

SetStorageClass sets StorageClass field to given value.

HasStorageClass

func (o *NetworkDriveNetworkDriveConfiguration) HasStorageClass() bool

HasStorageClass returns a boolean if a field has been set.

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