Close httplib2 connections.
Gets details of a single GoldengateDeploymentEnvironment.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists GoldengateDeploymentEnvironments in a given project and location.
Retrieves the next page of results.
close()
Close httplib2 connections.
get(name, x__xgafv=None)
Gets details of a single GoldengateDeploymentEnvironment.
Args:
name: string, Required. Name of the resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment} (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Details of the Goldengate Deployment Environment resource.
"autoScalingEnabled": True or False, # Output only. Whether auto scaling is enabled by default for the Goldengate Deployment Environment resource.
"category": "A String", # Output only. The category of the Goldengate Deployment Environment resource.
"defaultCpuCoreCount": 42, # Output only. The default CPU core count of the Goldengate Deployment Environment resource.
"displayName": "A String", # The display name of the Goldengate Deployment Environment resource.
"environmentType": "A String", # Output only. The environment type of the Goldengate Deployment Environment resource.
"maxCpuCoreCount": 42, # Output only. The max CPU core count of the Goldengate Deployment Environment resource.
"memoryGbPerCpuCore": 42, # Output only. The memory per CPU core in GBs of the Goldengate Deployment Environment resource.
"minCpuCoreCount": 42, # Output only. The min CPU core count of the Goldengate Deployment Environment resource.
"name": "A String", # Identifier. The name of the Goldengate Deployment Environment resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}
"networkBandwidthGbpsPerCpuCore": 42, # Output only. The network bandwidth per CPU core in Gbps of the Goldengate Deployment Environment resource.
"storageUsageLimitGbPerCpuCore": 42, # Output only. The storage usage limit per CPU core in GBs of the Goldengate Deployment Environment resource.
}
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists GoldengateDeploymentEnvironments in a given project and location.
Args:
parent: string, Required. The parent, which owns this collection of GoldengateDeploymentEnvironments. Format: projects/{project}/locations/{location} (required)
pageSize: integer, Optional. The maximum number of items to return. If unspecified, at most 50 deployment environments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageToken: string, Optional. A token identifying a page of results the server should return.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Message for response to listing GoldengateDeploymentEnvironments
"goldengateDeploymentEnvironments": [ # The list of GoldengateDeploymentEnvironment
{ # Details of the Goldengate Deployment Environment resource.
"autoScalingEnabled": True or False, # Output only. Whether auto scaling is enabled by default for the Goldengate Deployment Environment resource.
"category": "A String", # Output only. The category of the Goldengate Deployment Environment resource.
"defaultCpuCoreCount": 42, # Output only. The default CPU core count of the Goldengate Deployment Environment resource.
"displayName": "A String", # The display name of the Goldengate Deployment Environment resource.
"environmentType": "A String", # Output only. The environment type of the Goldengate Deployment Environment resource.
"maxCpuCoreCount": 42, # Output only. The max CPU core count of the Goldengate Deployment Environment resource.
"memoryGbPerCpuCore": 42, # Output only. The memory per CPU core in GBs of the Goldengate Deployment Environment resource.
"minCpuCoreCount": 42, # Output only. The min CPU core count of the Goldengate Deployment Environment resource.
"name": "A String", # Identifier. The name of the Goldengate Deployment Environment resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}
"networkBandwidthGbpsPerCpuCore": 42, # Output only. The network bandwidth per CPU core in Gbps of the Goldengate Deployment Environment resource.
"storageUsageLimitGbPerCpuCore": 42, # Output only. The storage usage limit per CPU core in GBs of the Goldengate Deployment Environment resource.
},
],
"nextPageToken": "A String", # A token identifying a page of results the server should return. If this field is empty, there are no subsequent pages.
"unreachable": [ # Unordered list. Locations that could not be reached.
"A String",
],
}
list_next()
Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.