Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class ListNfsSharesResponse.
Response message containing the list of NFS shares.
Generated from protobuf message google.cloud.baremetalsolution.v2.ListNfsSharesResponse
Namespace
Google \ Cloud \ BareMetalSolution \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ nfs_shares |
array<NfsShare>
The list of NFS shares. |
↳ next_page_token |
string
A token identifying a page of results from the server. |
↳ unreachable |
array
Locations that could not be reached. |
getNfsShares
The list of NFS shares.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setNfsShares
The list of NFS shares.
| Parameter | |
|---|---|
| Name | Description |
var |
array<NfsShare>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token identifying a page of results from the server.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token identifying a page of results from the server.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Locations that could not be reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachable
Locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|