Get L2Connection Result
data class GetL2ConnectionResult(val circuitId: String, val edgeSite: L2ConnectionsPropertiesResponseEdgeSite, val groundStation: L2ConnectionsPropertiesResponseGroundStation, val id: String, val location: String, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val vlanId: Int)
Connects an edge site to an orbital gateway and describes what layer 2 traffic to forward between them.
Constructors
Link copied to clipboard
constructor(circuitId: String, edgeSite: L2ConnectionsPropertiesResponseEdgeSite, groundStation: L2ConnectionsPropertiesResponseGroundStation, id: String, location: String, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vlanId: Int)
Properties
Link copied to clipboard
A reference to an Microsoft.Orbital/edgeSites resource to route traffic for.
Link copied to clipboard
A reference to an Microsoft.Orbital/groundStations resource to route traffic for.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.