GetTransitRouterAvailableResourcesResource

data class GetTransitRouterAvailableResourcesResource(val availableZones: List<String>, val masterZones: List<String>, val slaveZones: List<String>, val supportMulticast: Boolean)

Constructors

constructor(availableZones: List<String>, masterZones: List<String>, slaveZones: List<String>, supportMulticast: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Available since v1.225.0) The list of available zones.

Link copied to clipboard

The list of primary zones.

Link copied to clipboard

The list of secondary zones.

Link copied to clipboard

Specifies whether to query only the zones in which the multicast feature is supported.