ManagedZoneArgs

data class ManagedZoneArgs(val clientOperationId: Output<String>? = null, val cloudLoggingConfig: Output<ManagedZoneCloudLoggingConfigArgs>? = null, val creationTime: Output<String>? = null, val description: Output<String>? = null, val dnsName: Output<String>? = null, val dnssecConfig: Output<ManagedZoneDnsSecConfigArgs>? = null, val forwardingConfig: Output<ManagedZoneForwardingConfigArgs>? = null, val kind: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val name: Output<String>? = null, val nameServerSet: Output<String>? = null, val peeringConfig: Output<ManagedZonePeeringConfigArgs>? = null, val privateVisibilityConfig: Output<ManagedZonePrivateVisibilityConfigArgs>? = null, val project: Output<String>? = null, val reverseLookupConfig: Output<ManagedZoneReverseLookupConfigArgs>? = null, val serviceDirectoryConfig: Output<ManagedZoneServiceDirectoryConfigArgs>? = null, val visibility: Output<ManagedZoneVisibility>? = null) : ConvertibleToJava<ManagedZoneArgs>

Creates a new ManagedZone.

Constructors

Link copied to clipboard
fun ManagedZoneArgs(clientOperationId: Output<String>? = null, cloudLoggingConfig: Output<ManagedZoneCloudLoggingConfigArgs>? = null, creationTime: Output<String>? = null, description: Output<String>? = null, dnsName: Output<String>? = null, dnssecConfig: Output<ManagedZoneDnsSecConfigArgs>? = null, forwardingConfig: Output<ManagedZoneForwardingConfigArgs>? = null, kind: Output<String>? = null, labels: Output<Map<String, String>>? = null, name: Output<String>? = null, nameServerSet: Output<String>? = null, peeringConfig: Output<ManagedZonePeeringConfigArgs>? = null, privateVisibilityConfig: Output<ManagedZonePrivateVisibilityConfigArgs>? = null, project: Output<String>? = null, reverseLookupConfig: Output<ManagedZoneReverseLookupConfigArgs>? = null, serviceDirectoryConfig: Output<ManagedZoneServiceDirectoryConfigArgs>? = null, visibility: Output<ManagedZoneVisibility>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ManagedZoneArgs

Properties

Link copied to clipboard
val clientOperationId: Output<String>? = null

For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.

Link copied to clipboard
Link copied to clipboard
val creationTime: Output<String>? = null

The time that this resource was created on the server. This is in RFC3339 text format. Output only.

Link copied to clipboard
val description: Output<String>? = null

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.

Link copied to clipboard
val dnsName: Output<String>? = null

The DNS name of this managed zone, for instance "example.com.".

Link copied to clipboard

DNSSEC configuration.

Link copied to clipboard

The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.

Link copied to clipboard
val kind: Output<String>? = null
Link copied to clipboard
val labels: Output<Map<String, String>>? = null

User labels.

Link copied to clipboard
val name: Output<String>? = null

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.

Link copied to clipboard
val nameServerSet: Output<String>? = null

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.

Link copied to clipboard

The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.

Link copied to clipboard

For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard

The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS resolves reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.

Link copied to clipboard

This field links to the associated service directory namespace. Do not set this field for public zones or forwarding zones.

Link copied to clipboard
val visibility: Output<ManagedZoneVisibility>? = null

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