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
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
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
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
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
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)
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
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)
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 |