public class ExpressRoutePortInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
ExpressRoutePortInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
allocationDate()
Get the allocationDate property: Date of the physical port allocation to be used in Letter of Authorization.
|
Integer |
bandwidthInGbps()
Get the bandwidthInGbps property: Bandwidth of procured ports in Gbps.
|
List<com.azure.core.management.SubResource> |
circuits()
Get the circuits property: Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort
resource.
|
ExpressRoutePortsEncapsulation |
encapsulation()
Get the encapsulation property: Encapsulation method on physical ports.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
etherType()
Get the etherType property: Ether type of the physical port.
|
String |
id()
Get the id property: Resource ID.
|
ManagedServiceIdentity |
identity()
Get the identity property: The identity of ExpressRoutePort, if configured.
|
List<ExpressRouteLinkInner> |
links()
Get the links property: The set of physical links of the ExpressRoutePort resource.
|
String |
mtu()
Get the mtu property: Maximum transmission unit of the physical port pair(s).
|
String |
peeringLocation()
Get the peeringLocation property: The name of the peering location that the ExpressRoutePort is mapped to
physically.
|
Float |
provisionedBandwidthInGbps()
Get the provisionedBandwidthInGbps property: Aggregate Gbps of associated circuit bandwidths.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the express route port resource.
|
String |
resourceGuid()
Get the resourceGuid property: The resource GUID property of the express route port resource.
|
void |
validate()
Validates the instance.
|
ExpressRoutePortInner |
withBandwidthInGbps(Integer bandwidthInGbps)
Set the bandwidthInGbps property: Bandwidth of procured ports in Gbps.
|
ExpressRoutePortInner |
withEncapsulation(ExpressRoutePortsEncapsulation encapsulation)
Set the encapsulation property: Encapsulation method on physical ports.
|
ExpressRoutePortInner |
withId(String id)
Set the id property: Resource ID.
|
ExpressRoutePortInner |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: The identity of ExpressRoutePort, if configured.
|
ExpressRoutePortInner |
withLinks(List<ExpressRouteLinkInner> links)
Set the links property: The set of physical links of the ExpressRoutePort resource.
|
ExpressRoutePortInner |
withLocation(String location) |
ExpressRoutePortInner |
withPeeringLocation(String peeringLocation)
Set the peeringLocation property: The name of the peering location that the ExpressRoutePort is mapped to
physically.
|
ExpressRoutePortInner |
withTags(Map<String,String> tags) |
public String etag()
public ManagedServiceIdentity identity()
public ExpressRoutePortInner withIdentity(ManagedServiceIdentity identity)
identity - the identity value to set.public String peeringLocation()
public ExpressRoutePortInner withPeeringLocation(String peeringLocation)
peeringLocation - the peeringLocation value to set.public Integer bandwidthInGbps()
public ExpressRoutePortInner withBandwidthInGbps(Integer bandwidthInGbps)
bandwidthInGbps - the bandwidthInGbps value to set.public Float provisionedBandwidthInGbps()
public String mtu()
public ExpressRoutePortsEncapsulation encapsulation()
public ExpressRoutePortInner withEncapsulation(ExpressRoutePortsEncapsulation encapsulation)
encapsulation - the encapsulation value to set.public String etherType()
public String allocationDate()
public List<ExpressRouteLinkInner> links()
public ExpressRoutePortInner withLinks(List<ExpressRouteLinkInner> links)
links - the links value to set.public List<com.azure.core.management.SubResource> circuits()
public ProvisioningState provisioningState()
public String resourceGuid()
public String id()
id in class com.azure.core.management.ProxyResourcepublic ExpressRoutePortInner withId(String id)
id - the id value to set.public ExpressRoutePortInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic ExpressRoutePortInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.