ManagedZoneArgs

data class ManagedZoneArgs(val description: Output<String>? = null, val dns: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val managedZoneId: Output<String>? = null, val project: Output<String>? = null, val targetProject: Output<String>? = null, val targetVpc: Output<String>? = null) : ConvertibleToJava<ManagedZoneArgs>

Creates a new ManagedZone in a given project and location. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun ManagedZoneArgs(description: Output<String>? = null, dns: Output<String>? = null, labels: Output<Map<String, String>>? = null, managedZoneId: Output<String>? = null, project: Output<String>? = null, targetProject: Output<String>? = null, targetVpc: Output<String>? = null)

Functions

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

Properties

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

Optional. Description of the resource.

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

DNS Name of the resource

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

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

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

Required. Identifier to assign to the ManagedZone. Must be unique within scope of the parent resource.

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

The name of the Target Project

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

The name of the Target Project VPC Network