Class: Google::Cloud::BareMetalSolution::V2::NfsShare::AllowedClient

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#allow_dev::Boolean

Returns Allow dev flag. Which controls whether to allow creation of devices.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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".

Returns:

  • (::String)

    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.

Returns:

  • (::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.



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.

Returns:

  • (::String)

    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