View Source GoogleApi.Connectors.V1.Model.ManagedZone (google_api_connectors v0.5.0)

represents the Connector's Managed Zone resource

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Created time.
  • description (type: String.t, default: nil) - Optional. Description of the resource.
  • dns (type: String.t, default: nil) - Required. DNS Name of the resource
  • labels (type: map(), default: nil) - 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
  • name (type: String.t, default: nil) - Output only. Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
  • targetProject (type: String.t, default: nil) - Required. The name of the Target Project
  • targetVpc (type: String.t, default: nil) - Required. The name of the Target Project VPC Network
  • updateTime (type: DateTime.t, default: nil) - Output only. Updated time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.ManagedZone{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  dns: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  targetProject: String.t() | nil,
  targetVpc: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.