google_api_dns v0.3.0 GoogleApi.DNS.V1.Model.ManagedZone View Source
Attributes
- creationTime (String.t): Defaults to:
null. - description (String.t): Defaults to:
null. - dnsName (String.t): Defaults to:
null. - dnssecConfig (ManagedZoneDnsSecConfig): Defaults to:
null. - id (String.t): Defaults to:
null. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#managedZone". Defaults to:
null. - labels (%{optional(String.t) => String.t}): Defaults to:
null. - name (String.t): Defaults to:
null. - nameServerSet (String.t): Defaults to:
null. - nameServers ([String.t]): Defaults to:
null. - privateVisibilityConfig (ManagedZonePrivateVisibilityConfig): Defaults to:
null. visibility (String.t): Defaults to:
null.- Enum - one of [private, public]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DNS.V1.Model.ManagedZone{
creationTime: any(),
description: any(),
dnsName: any(),
dnssecConfig: GoogleApi.DNS.V1.Model.ManagedZoneDnsSecConfig.t(),
id: any(),
kind: any(),
labels: map(),
name: any(),
nameServerSet: any(),
nameServers: [any()],
privateVisibilityConfig:
GoogleApi.DNS.V1.Model.ManagedZonePrivateVisibilityConfig.t(),
visibility: any()
}
t() :: %GoogleApi.DNS.V1.Model.ManagedZone{
creationTime: any(),
description: any(),
dnsName: any(),
dnssecConfig: GoogleApi.DNS.V1.Model.ManagedZoneDnsSecConfig.t(),
id: any(),
kind: any(),
labels: map(),
name: any(),
nameServerSet: any(),
nameServers: [any()],
privateVisibilityConfig:
GoogleApi.DNS.V1.Model.ManagedZonePrivateVisibilityConfig.t(),
visibility: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.