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
constructor(name: Output<String>? = null)

Properties

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

name represents the name of the zone.

Functions

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