GetExpressRoutePortResult

data class GetExpressRoutePortResult(val allocationDate: String, val azureApiVersion: String, val bandwidthInGbps: Int? = null, val billingType: String? = null, val circuits: List<SubResourceResponse>, val encapsulation: String? = null, val etag: String, val etherType: String, val id: String? = null, val identity: ManagedServiceIdentityResponse? = null, val links: List<ExpressRouteLinkResponse>? = null, val location: String? = null, val mtu: String, val name: String, val peeringLocation: String? = null, val provisionedBandwidthInGbps: Double, val provisioningState: String, val resourceGuid: String, val tags: Map<String, String>? = null, val type: String)

ExpressRoutePort resource definition.

Constructors

Link copied to clipboard
constructor(allocationDate: String, azureApiVersion: String, bandwidthInGbps: Int? = null, billingType: String? = null, circuits: List<SubResourceResponse>, encapsulation: String? = null, etag: String, etherType: String, id: String? = null, identity: ManagedServiceIdentityResponse? = null, links: List<ExpressRouteLinkResponse>? = null, location: String? = null, mtu: String, name: String, peeringLocation: String? = null, provisionedBandwidthInGbps: Double, provisioningState: String, resourceGuid: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date of the physical port allocation to be used in Letter of Authorization.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val bandwidthInGbps: Int? = null

Bandwidth of procured ports in Gbps.

Link copied to clipboard
val billingType: String? = null

The billing type of the ExpressRoutePort resource.

Link copied to clipboard

Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.

Link copied to clipboard
val encapsulation: String? = null

Encapsulation method on physical ports.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard

Ether type of the physical port.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

The identity of ExpressRoutePort, if configured.

Link copied to clipboard

The set of physical links of the ExpressRoutePort resource.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard
val mtu: String

Maximum transmission unit of the physical port pair(s).

Link copied to clipboard

Resource name.

Link copied to clipboard
val peeringLocation: String? = null

The name of the peering location that the ExpressRoutePort is mapped to physically.

Link copied to clipboard

Aggregate Gbps of associated circuit bandwidths.

Link copied to clipboard

The provisioning state of the express route port resource.

Link copied to clipboard

The resource GUID property of the express route port resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.