| Name | Type | Description | Notes |
|---|---|---|---|
| MinSize | Pointer to int32 | [optional] | |
| MaxSize | Pointer to int32 | [optional] | |
| StepSize | Pointer to int32 | [optional] | |
| StorageClass | Pointer to string | [optional] |
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
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
func (o *NetworkDriveNetworkDriveConfiguration) GetMinSize() int32
GetMinSize returns the MinSize field if non-nil, zero value otherwise.
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.
func (o *NetworkDriveNetworkDriveConfiguration) SetMinSize(v int32)
SetMinSize sets MinSize field to given value.
func (o *NetworkDriveNetworkDriveConfiguration) HasMinSize() bool
HasMinSize returns a boolean if a field has been set.
func (o *NetworkDriveNetworkDriveConfiguration) GetMaxSize() int32
GetMaxSize returns the MaxSize field if non-nil, zero value otherwise.
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.
func (o *NetworkDriveNetworkDriveConfiguration) SetMaxSize(v int32)
SetMaxSize sets MaxSize field to given value.
func (o *NetworkDriveNetworkDriveConfiguration) HasMaxSize() bool
HasMaxSize returns a boolean if a field has been set.
func (o *NetworkDriveNetworkDriveConfiguration) GetStepSize() int32
GetStepSize returns the StepSize field if non-nil, zero value otherwise.
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.
func (o *NetworkDriveNetworkDriveConfiguration) SetStepSize(v int32)
SetStepSize sets StepSize field to given value.
func (o *NetworkDriveNetworkDriveConfiguration) HasStepSize() bool
HasStepSize returns a boolean if a field has been set.
func (o *NetworkDriveNetworkDriveConfiguration) GetStorageClass() string
GetStorageClass returns the StorageClass field if non-nil, zero value otherwise.
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.
func (o *NetworkDriveNetworkDriveConfiguration) SetStorageClass(v string)
SetStorageClass sets StorageClass field to given value.
func (o *NetworkDriveNetworkDriveConfiguration) HasStorageClass() bool
HasStorageClass returns a boolean if a field has been set.