REST Resource: projects.locations.global.managedZones

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

string

Output only. Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managedZone}

createTime

string (Timestamp format)

Output only. Created time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Updated time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

labels

map (key: string, value: string)

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 "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

description

string

Optional. Description of the resource.

dns

string

Required. DNS Name of the resource

targetProject

string

Required. The name of the Target Project

targetVpc

string

Required. The name of the Target Project VPC Network

Methods

create

Creates a new ManagedZone in a given project and location.

delete

Deletes a single ManagedZone.

get

Gets details of a single ManagedZone.

list

List ManagedZones in a given project

patch

Updates the parameters of a single ManagedZone.