Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class ListManagementServersResponse.
Response message for listing management servers.
Generated from protobuf message google.cloud.backupdr.v1.ListManagementServersResponse
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ management_servers
array< Google\Cloud\BackupDR\V1\ManagementServer
>
The list of ManagementServer instances in the project for the specified location. If the {location}
value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return management servers in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.
↳ next_page_token
string
A token identifying a page of results the server should return.
↳ unreachable
array
Locations that could not be reached.
getManagementServers
The list of ManagementServer instances in the project for the specified location.
If the {location}
value in the request is "-", the response contains a
list of instances from all locations. In case any location is unreachable,
the response will only return management servers in reachable locations and
the 'unreachable' field will be populated with a list of unreachable
locations.
setManagementServers
The list of ManagementServer instances in the project for the specified location.
If the {location}
value in the request is "-", the response contains a
list of instances from all locations. In case any location is unreachable,
the response will only return management servers in reachable locations and
the 'unreachable' field will be populated with a list of unreachable
locations.
$this
getNextPageToken
A token identifying a page of results the server should return.
string
setNextPageToken
A token identifying a page of results the server should return.
var
string
$this
getUnreachable
Locations that could not be reached.
setUnreachable
Locations that could not be reached.
var
string[]
$this

