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. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| updateTime | 
 Output only. Updated time. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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. |