Resource: ManagedZone
represents the Connector's Managed Zone resource
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "description": string, "dns": string, "targetProject": string, "targetVpc": string } |
Fields | |
---|---|
name |
Output only. Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managedZone} |
createTime |
Output only. Created time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Updated time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources An object containing a list of |
description |
Optional. Description of the resource. |
dns |
Required. DNS Name of the resource |
targetProject |
Required. The name of the Target Project |
targetVpc |
Required. The name of the Target Project VPC Network |
Methods |
|
---|---|
|
Creates a new ManagedZone in a given project and location. |
|
Deletes a single ManagedZone. |
|
Gets details of a single ManagedZone. |
|
List ManagedZones in a given project |
|
Updates the parameters of a single ManagedZone. |