Creates a new ManagedZone.

Scopes

You will need authorization for at least one of the following scopes to make a valid call:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/ndev.clouddns.readwrite

If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform. You can set the scope for this method like this: dns1 --scope <scope> managed-zones create ...

Required Scalar Argument

  • <project> (string)
    • Identifies the project addressed by this request.

Required Request Value

The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely.

For example, a structure like this:

ManagedZone:
  cloud-logging-config:
    enable-logging: boolean
    kind: string
  creation-time: string
  description: string
  dns-name: string
  dnssec-config:
    kind: string
    non-existence: string
    state: string
  forwarding-config:
    kind: string
  id: string
  kind: string
  labels: { string: string }
  name: string
  name-server-set: string
  name-servers: [string]
  peering-config:
    kind: string
    target-network:
      deactivate-time: string
      kind: string
      network-url: string
  private-visibility-config:
    kind: string
  reverse-lookup-config:
    kind: string
  service-directory-config:
    kind: string
    namespace:
      deletion-time: string
      kind: string
      namespace-url: string
  visibility: string

can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time.

  • -r .cloud-logging-config enable-logging=false
    • If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
  • kind=amet.

    • No description provided.
  • .. creation-time=takimata

    • The time that this resource was created on the server. This is in RFC3339 text format. Output only.
  • description=amet.
    • A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the managed zone's function.
  • dns-name=duo
    • The DNS name of this managed zone, for instance "example.com.".
  • dnssec-config kind=ipsum
    • No description provided.
  • non-existence=gubergren
    • Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
  • state=lorem

    • Specifies whether DNSSEC is enabled, and what mode it is in.
  • ..forwarding-config kind=gubergren

    • No description provided.
  • .. id=eos

    • Unique identifier for the resource; defined by the server (output only)
  • kind=dolor
    • No description provided.
  • labels=key=ea
    • User labels.
    • the value will be associated with the given key
  • name=ipsum
    • User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
  • name-server-set=invidunt
    • Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users leave this field unset. If you need to use this field, contact your account team.
  • name-servers=amet
    • Delegate your managed_zone to these virtual name servers; defined by the server (output only)
    • Each invocation of this argument appends the given value to the array.
  • peering-config kind=duo
    • No description provided.
  • target-network deactivate-time=ipsum
    • The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
  • kind=sed
    • No description provided.
  • network-url=ut

    • The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
  • ...private-visibility-config kind=gubergren

    • No description provided.
  • ..reverse-lookup-config kind=rebum.

    • No description provided.
  • ..service-directory-config kind=est

    • No description provided.
  • namespace deletion-time=ipsum
    • The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
  • kind=ipsum
    • No description provided.
  • namespace-url=est

    • The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
  • ... visibility=gubergren

    • The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.

About Cursors

The cursor position is key to comfortably set complex nested structures. The following rules apply:

  • The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o .
  • The cursor position is set relative to the top-level structure if it starts with ., e.g. -r .s.s
  • You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar.
  • You can move the cursor one level up by using ... Each additional . moves it up one additional level. E.g. ... would go three levels up.

Optional Output Flags

The method's return value a JSON encoded structure, which will be written to standard output by default.

  • -o out
    • out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.

Optional Method Properties

You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness.

  • -p client-operation-id=string
    • For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.

Optional General Properties

The following properties can configure any call, and are not specific to this method.

  • -p $-xgafv=string

    • V1 error format.
  • -p access-token=string

    • OAuth access token.
  • -p alt=string

    • Data format for response.
  • -p callback=string

    • JSONP
  • -p fields=string

    • Selector specifying which fields to include in a partial response.
  • -p key=string

    • API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
  • -p oauth-token=string

    • OAuth 2.0 token for the current user.
  • -p pretty-print=boolean

    • Returns response with indentations and line breaks.
  • -p quota-user=string

    • Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
  • -p upload-type=string

    • Legacy upload protocol for media (e.g. "media", "multipart").
  • -p upload-protocol=string

    • Upload protocol for media (e.g. "raw", "multipart").