GetMagicTransitSitesResult

data class GetMagicTransitSitesResult(val connectorId: String, val description: String, val haMode: Boolean, val id: String, val location: GetMagicTransitSitesResultLocation, val name: String, val secondaryConnectorId: String)

Constructors

Link copied to clipboard
constructor(connectorId: String, description: String, haMode: Boolean, id: String, location: GetMagicTransitSitesResultLocation, name: String, secondaryConnectorId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Magic Connector identifier tag.

Link copied to clipboard
Link copied to clipboard

Site high availability mode. If set to true, the site can have two connectors and runs in high availability mode.

Link copied to clipboard
val id: String

Identifier

Link copied to clipboard

Location of site in latitude and longitude.

Link copied to clipboard

The name of the site.

Link copied to clipboard

Magic Connector identifier tag. Used when high availability mode is on.