GetZonesResult

data class GetZonesResult(val filter: GetZonesFilter, val id: String, val zones: List<GetZonesZone>)

A collection of values returned by getZones.

Constructors

Link copied to clipboard
constructor(filter: GetZonesFilter, id: String, zones: List<GetZonesZone>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more values used to look up zone records. If more than one value is given all values must match in order to be included.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of zone objects.