Class NfsExport (1.7.3)

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

A NFS export entry.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
network_id str
Network to use to publish the export.
machine_id str
Either a single machine, identified by an ID, or a comma-separated list of machine IDs. This field is a member of oneof_ client.
cidr str
A CIDR range. This field is a member of oneof_ client.
permissions google.cloud.bare_metal_solution_v2.types.VolumeConfig.NfsExport.Permissions
Export permissions.
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.
allow_suid bool
Allow the setuid flag.
allow_dev bool
Allow dev flag in NfsShare AllowedClientsRequest.

Classes

Permissions

Permissions(value)

Permissions that can granted for an export.

Values: PERMISSIONS_UNSPECIFIED (0): Unspecified value. READ_ONLY (1): Read-only permission. READ_WRITE (2): Read-write permission.