ClusterNfs
Last updated
Was this helpful?
MinVersion
Pointer to string
The minimum version of the NFS protocol. * `4.2` - NFSv4.2
[optional] [default to "4.2"]
func NewClusterNfs() *ClusterNfs
NewClusterNfs instantiates a new ClusterNfs 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 NewClusterNfsWithDefaults() *ClusterNfs
NewClusterNfsWithDefaults instantiates a new ClusterNfs 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 *ClusterNfs) GetMinVersion() string
GetMinVersion returns the MinVersion field if non-nil, zero value otherwise.
func (o *ClusterNfs) GetMinVersionOk() (*string, bool)
GetMinVersionOk returns a tuple with the MinVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterNfs) SetMinVersion(v string)
SetMinVersion sets MinVersion field to given value.
func (o *ClusterNfs) HasMinVersion() bool
HasMinVersion returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?