Express Route Circuit Peering Ipv6
data class ExpressRouteCircuitPeeringIpv6(val enabled: Boolean? = null, val microsoftPeering: ExpressRouteCircuitPeeringIpv6MicrosoftPeering? = null, val primaryPeerAddressPrefix: String, val routeFilterId: String? = null, val secondaryPeerAddressPrefix: String)
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, microsoftPeering: ExpressRouteCircuitPeeringIpv6MicrosoftPeering? = null, primaryPeerAddressPrefix: String, routeFilterId: String? = null, secondaryPeerAddressPrefix: String)