GetZonePlainArgs

data class GetZonePlainArgs(val accountId: String? = null, val name: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetZonePlainArgs>

A collection of arguments for invoking getZone.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, name: String? = null, zoneId: String? = null)

Properties

Link copied to clipboard
val accountId: String? = null

The account identifier to target for the resource.

Link copied to clipboard
val name: String? = null

The name of the zone. Must provide only one of zone_id, name.

Link copied to clipboard
val zoneId: String? = null

The zone identifier to target for the resource. Must provide only one of zone_id, name.

Functions

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