GetMagicTransitSiteLanResult

data class GetMagicTransitSiteLanResult(val accountId: String, val haLink: Boolean, val id: String, val lanId: String? = null, val name: String, val nat: GetMagicTransitSiteLanNat, val physport: Int, val routedSubnets: List<GetMagicTransitSiteLanRoutedSubnet>, val siteId: String, val staticAddressing: GetMagicTransitSiteLanStaticAddressing, val vlanTag: Int)

A collection of values returned by getMagicTransitSiteLan.

Constructors

Link copied to clipboard
constructor(accountId: String, haLink: Boolean, id: String, lanId: String? = null, name: String, nat: GetMagicTransitSiteLanNat, physport: Int, routedSubnets: List<GetMagicTransitSiteLanRoutedSubnet>, siteId: String, staticAddressing: GetMagicTransitSiteLanStaticAddressing, vlanTag: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

mark true to use this LAN for HA probing. only works for site with HA turned on. only one LAN can be set as the ha_link.

Link copied to clipboard
val id: String

Identifier

Link copied to clipboard
val lanId: String? = null

Identifier

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Identifier

Link copied to clipboard

If the site is not configured in high availability mode, this configuration is optional (if omitted, use DHCP). However, if in high availability mode, static*address is required along with secondary and virtual address.

Link copied to clipboard

VLAN port number.