You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/backupdr_v1.projects.locations.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,11 @@
74
74
75
75
<h1><ahref="backupdr_v1.html">Backup and DR Service API</a> . <ahref="backupdr_v1.projects.html">projects</a> . <ahref="backupdr_v1.projects.locations.html">locations</a></h1>
Copy file name to clipboardExpand all lines: docs/dyn/backupdr_v1.projects.locations.managementServers.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ <h3>Method Details</h3>
112
112
<pre>Creates a new ManagementServer in a given project and location.
113
113
114
114
Args:
115
-
parent: string, Required. The management server project and location in the format `projects/{project_id}/locations/{location}`. In Cloud Backup and DR locations map to GCP regions, for example **us-central1**. (required)
115
+
parent: string, Required. The management server project and location in the format 'projects/{project_id}/locations/{location}'. In Cloud Backup and DR locations map to Google Cloud regions, for example **us-central1**. (required)
116
116
body: object, The request body.
117
117
The object takes the form of:
118
118
@@ -137,7 +137,7 @@ <h3>Method Details</h3>
137
137
"peeringMode": "A String", # Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.
138
138
},
139
139
],
140
-
"oauth2ClientId": "A String", # Output only. The OAuth 2.0 client id is required to make API calls to the BackupDR instance API of this ManagementServer. This is the value that should be provided in the ‘aud’ field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
140
+
"oauth2ClientId": "A String", # Output only. The OAuth 2.0 client id is required to make API calls to the BackupDR instance API of this ManagementServer. This is the value that should be provided in the 'aud' field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
141
141
"satisfiesPzi": True or False, # Output only. Reserved for future use.
142
142
"satisfiesPzs": True or False, # Output only. Reserved for future use.
143
143
"state": "A String", # Output only. The ManagementServer state.
@@ -225,7 +225,7 @@ <h3>Method Details</h3>
225
225
<pre>Gets details of a single ManagementServer.
226
226
227
227
Args:
228
-
name: string, Required. Name of the management server resource name, in the format `projects/{project_id}/locations/{location}/managementServers/{resource_name}` (required)
228
+
name: string, Required. Name of the management server resource name, in the format 'projects/{project_id}/locations/{location}/managementServers/{resource_name}' (required)
229
229
x__xgafv: string, V1 error format.
230
230
Allowed values
231
231
1 - v1 error format
@@ -255,7 +255,7 @@ <h3>Method Details</h3>
255
255
"peeringMode": "A String", # Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.
256
256
},
257
257
],
258
-
"oauth2ClientId": "A String", # Output only. The OAuth 2.0 client id is required to make API calls to the BackupDR instance API of this ManagementServer. This is the value that should be provided in the ‘aud’ field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
258
+
"oauth2ClientId": "A String", # Output only. The OAuth 2.0 client id is required to make API calls to the BackupDR instance API of this ManagementServer. This is the value that should be provided in the 'aud' field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
259
259
"satisfiesPzi": True or False, # Output only. Reserved for future use.
260
260
"satisfiesPzs": True or False, # Output only. Reserved for future use.
261
261
"state": "A String", # Output only. The ManagementServer state.
@@ -325,7 +325,7 @@ <h3>Method Details</h3>
325
325
<pre>Lists ManagementServers in a given project and location.
326
326
327
327
Args:
328
-
parent: string, Required. The project and location for which to retrieve management servers information, in the format `projects/{project_id}/locations/{location}`. In Cloud BackupDR, locations map to GCP regions, for example **us-central1**. To retrieve management servers for all locations, use "-" for the `{location}` value. (required)
328
+
parent: string, Required. The project and location for which to retrieve management servers information, in the format 'projects/{project_id}/locations/{location}'. In Cloud BackupDR, locations map to Google Cloud regions, for example **us-central1**. To retrieve management servers for all locations, use "-" for the '{location}' value. (required)
329
329
filter: string, Optional. Filtering results.
330
330
orderBy: string, Optional. Hint for how to order the results.
331
331
pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
@@ -339,7 +339,7 @@ <h3>Method Details</h3>
339
339
An object of the form:
340
340
341
341
{ # Response message for listing management servers.
342
-
"managementServers": [ # 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.
342
+
"managementServers": [ # 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.
343
343
{ # ManagementServer describes a single BackupDR ManagementServer instance.
344
344
"baProxyUri": [ # Output only. The hostname or ip address of the exposed AGM endpoints, used by BAs to connect to BA proxy.
345
345
"A String",
@@ -361,7 +361,7 @@ <h3>Method Details</h3>
361
361
"peeringMode": "A String", # Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.
362
362
},
363
363
],
364
-
"oauth2ClientId": "A String", # Output only. The OAuth 2.0 client id is required to make API calls to the BackupDR instance API of this ManagementServer. This is the value that should be provided in the ‘aud’ field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
364
+
"oauth2ClientId": "A String", # Output only. The OAuth 2.0 client id is required to make API calls to the BackupDR instance API of this ManagementServer. This is the value that should be provided in the 'aud' field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
365
365
"satisfiesPzi": True or False, # Output only. Reserved for future use.
366
366
"satisfiesPzs": True or False, # Output only. Reserved for future use.
367
367
"state": "A String", # Output only. The ManagementServer state.
0 commit comments