Class: Google::Cloud::BareMetalSolution::V2::NfsShare::AllowedClient
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::NfsShare::AllowedClient
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb
Overview
Represents an 'access point' for the share.
Instance Attribute Summary collapse
-
#allow_dev ⇒ ::Boolean
Allow dev flag.
-
#allow_suid ⇒ ::Boolean
Allow the setuid flag.
-
#allowed_clients_cidr ⇒ ::String
The subnet of IP addresses permitted to access the share.
-
#mount_permissions ⇒ ::Google::Cloud::BareMetalSolution::V2::NfsShare::MountPermissions
Mount permissions.
-
#network ⇒ ::String
The network the access point sits on.
-
#nfs_path ⇒ ::String
readonly
Output only.
-
#no_root_squash ⇒ ::Boolean
Disable root squashing, which is a feature of NFS.
-
#share_ip ⇒ ::String
readonly
Output only.
Instance Attribute Details
#allow_dev ⇒ ::Boolean
Returns Allow dev flag. Which controls whether to allow creation of devices.
89 90 91 92 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 89 class AllowedClient include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#allow_suid ⇒ ::Boolean
Returns Allow the setuid flag.
89 90 91 92 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 89 class AllowedClient include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#allowed_clients_cidr ⇒ ::String
Returns The subnet of IP addresses permitted to access the share.
89 90 91 92 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 89 class AllowedClient include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mount_permissions ⇒ ::Google::Cloud::BareMetalSolution::V2::NfsShare::MountPermissions
Returns Mount permissions.
89 90 91 92 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 89 class AllowedClient include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network ⇒ ::String
Returns The network the access point sits on.
89 90 91 92 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 89 class AllowedClient include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nfs_path ⇒ ::String (readonly)
Returns Output only. The path to access NFS, in format shareIP:/InstanceID InstanceID is the generated ID instead of customer provided name. example like "10.0.0.0:/g123456789-nfs001".
89 90 91 92 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 89 class AllowedClient include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#no_root_squash ⇒ ::Boolean
Returns 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.
89 90 91 92 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 89 class AllowedClient include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#share_ip ⇒ ::String (readonly)
Returns Output only. The IP address of the share on this network. Assigned automatically during provisioning based on the network's services_cidr.
89 90 91 92 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 89 class AllowedClient include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |