Class NfsShare (1.1.2)

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

An NFS share.

Attributes

NameDescription
name str
Output only. The name of the NFS share.
nfs_share_id str
Output only. An identifier for the NFS share, generated by the backend.
state google.cloud.bare_metal_solution_v2.types.NfsShare.State
The state of the NFS share.
volume str
The volume containing the share.
allowed_clients Sequence[google.cloud.bare_metal_solution_v2.types.NfsShare.AllowedClient]
List of allowed access points.
labels Mapping[str, str]
Labels as key value pairs.

Inheritance

builtins.object > proto.message.Message > NfsShare

Classes

AllowedClient

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

Represents an 'access point' for the share.

LabelsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

MountPermissions

MountPermissions(value)

The possible mount permissions.

State

State(value)

The possible states for this NFS share.