Get L2Connection Result
data class GetL2ConnectionResult(val azureApiVersion: String, val circuitId: String, val edgeSite: L2ConnectionsPropertiesResponseEdgeSite, val groundStation: L2ConnectionsPropertiesResponseGroundStation, val groundStationPartnerRouter: L2ConnectionsPropertiesResponseGroundStationPartnerRouter, 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(azureApiVersion: String, circuitId: String, edgeSite: L2ConnectionsPropertiesResponseEdgeSite, groundStation: L2ConnectionsPropertiesResponseGroundStation, groundStationPartnerRouter: L2ConnectionsPropertiesResponseGroundStationPartnerRouter, id: String, location: String, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vlanId: Int)
Properties
Link copied to clipboard
The Azure API version of the resource.
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
The name of the partner router to establish a connection to within the ground station.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.