GoogleApi.VMwareEngine.V1.Model.DnsForwarding (google_api_v_mware_engine v0.5.0)

View Source

DNS forwarding config. This config defines a list of domain to name server mappings, and is attached to the private cloud for custom domain resolution.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Creation time of this resource.
  • forwardingRules (type: list(GoogleApi.VMwareEngine.V1.Model.ForwardingRule.t), default: nil) - Required. List of domain mappings to configure
  • name (type: String.t, default: nil) - Output only. Identifier. The resource name of this DNS profile. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding
  • updateTime (type: DateTime.t, default: nil) - Output only. Last update time of this resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.DnsForwarding{
  createTime: DateTime.t() | nil,
  forwardingRules: [GoogleApi.VMwareEngine.V1.Model.ForwardingRule.t()] | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.