Class AllowedClient (1.7.3)

AllowedClient(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an 'access point' for the share.

Attributes

NameDescription
network str
The network the access point sits on.
share_ip str
Output only. The IP address of the share on this network. Assigned automatically during provisioning based on the network's services_cidr.
allowed_clients_cidr str
The subnet of IP addresses permitted to access the share.
mount_permissions google.cloud.bare_metal_solution_v2.types.NfsShare.MountPermissions
Mount permissions.
allow_dev bool
Allow dev flag. Which controls whether to allow creation of devices.
allow_suid bool
Allow the setuid flag.
no_root_squash bool
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.
nfs_path str
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".