Class ListNfsSharesResponse (1.1.2)

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

Response message containing the list of NFS shares.

Attributes

NameDescription
nfs_shares Sequence[google.cloud.bare_metal_solution_v2.types.NfsShare]
The list of NFS shares.
next_page_token str
A token identifying a page of results from the server.
unreachable Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListNfsSharesResponse