Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::VolumeConfig::NfsExport.
A NFS export entry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_dev
def allow_dev() -> ::Boolean
- (::Boolean) — Allow dev flag in NfsShare AllowedClientsRequest.
#allow_dev=
def allow_dev=(value) -> ::Boolean
- value (::Boolean) — Allow dev flag in NfsShare AllowedClientsRequest.
- (::Boolean) — Allow dev flag in NfsShare AllowedClientsRequest.
#allow_suid
def allow_suid() -> ::Boolean
- (::Boolean) — Allow the setuid flag.
#allow_suid=
def allow_suid=(value) -> ::Boolean
- value (::Boolean) — Allow the setuid flag.
- (::Boolean) — Allow the setuid flag.
#cidr
def cidr() -> ::String
-
(::String) — A CIDR range.
Note: The following fields are mutually exclusive:
cidr
,machine_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#cidr=
def cidr=(value) -> ::String
-
value (::String) — A CIDR range.
Note: The following fields are mutually exclusive:
cidr
,machine_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — A CIDR range.
Note: The following fields are mutually exclusive:
cidr
,machine_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#machine_id
def machine_id() -> ::String
-
(::String) — Either a single machine, identified by an ID, or a comma-separated
list of machine IDs.
Note: The following fields are mutually exclusive:
machine_id
,cidr
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#machine_id=
def machine_id=(value) -> ::String
-
value (::String) — Either a single machine, identified by an ID, or a comma-separated
list of machine IDs.
Note: The following fields are mutually exclusive:
machine_id
,cidr
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Either a single machine, identified by an ID, or a comma-separated
list of machine IDs.
Note: The following fields are mutually exclusive:
machine_id
,cidr
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#network_id
def network_id() -> ::String
- (::String) — Network to use to publish the export.
#network_id=
def network_id=(value) -> ::String
- value (::String) — Network to use to publish the export.
- (::String) — Network to use to publish the export.
#no_root_squash
def no_root_squash() -> ::Boolean
- (::Boolean) — Disable root squashing, which is a feature of NFS. Root squash is a special mapping of the remote superuser (root) identity when using identity authentication.
#no_root_squash=
def no_root_squash=(value) -> ::Boolean
- value (::Boolean) — Disable root squashing, which is a feature of NFS. Root squash is a special mapping of the remote superuser (root) identity when using identity authentication.
- (::Boolean) — Disable root squashing, which is a feature of NFS. Root squash is a special mapping of the remote superuser (root) identity when using identity authentication.
#permissions
def permissions() -> ::Google::Cloud::BareMetalSolution::V2::VolumeConfig::NfsExport::Permissions
- (::Google::Cloud::BareMetalSolution::V2::VolumeConfig::NfsExport::Permissions) — Export permissions.
#permissions=
def permissions=(value) -> ::Google::Cloud::BareMetalSolution::V2::VolumeConfig::NfsExport::Permissions
- value (::Google::Cloud::BareMetalSolution::V2::VolumeConfig::NfsExport::Permissions) — Export permissions.
- (::Google::Cloud::BareMetalSolution::V2::VolumeConfig::NfsExport::Permissions) — Export permissions.