ForZonePatchArgs

data class ForZonePatchArgs(val name: Output<String>? = null) : ConvertibleToJava<ForZonePatchArgs>

ForZone provides information about which zones should consume this endpoint.

Constructors

Link copied to clipboard
fun ForZonePatchArgs(name: Output<String>? = null)

Functions

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

Properties

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

name represents the name of the zone.