ExpressRouteCrossConnectionPeering Interface
Implements
public interface ExpressRouteCrossConnectionPeering
extends IndependentChild<NetworkManager>, HasInnerModel<ExpressRouteCrossConnectionPeeringInner>, Refreshable<ExpressRouteCrossConnectionPeering>, Updatable<Update>
Client-side representation of express route cross connection peering object, associated with express route cross connection.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract int |
azureAsn()
Gets the Azure ASN. |
abstract String |
gatewayManagerEtag()
Gets the Gateway |
abstract
Ipv6Express |
ipv6PeeringConfig()
Gets the IPv6 peering configuration. |
abstract String |
lastModifiedBy()
Gets the provider or the customer last modified the peering. |
abstract
Express |
microsoftPeeringConfig()
Gets the Microsoft peering configuration. |
abstract long |
peerAsn()
Gets the peer ASN. |
abstract
Express |
peeringType()
Gets the peering type. |
abstract String |
primaryAzurePort()
Gets the primary port. |
abstract String |
primaryPeerAddressPrefix()
Gets the primary address prefix. |
abstract String |
provisioningState()
Gets the provisioning state of the public IP resource. |
abstract String |
secondaryAzurePort()
Gets the secondary port. |
abstract String |
secondaryPeerAddressPrefix()
Gets the secondary address prefix. |
abstract String |
sharedKey()
Gets the shared key. |
abstract
Express |
state()
Gets the peering state. |
abstract int |
vlanId()
Gets the VLAN ID. |
Method Details
azureAsn
public abstract int azureAsn()
Gets the Azure ASN.
Returns:
gatewayManagerEtag
public abstract String gatewayManagerEtag()
Gets the GatewayManager Etag.
Returns:
ipv6PeeringConfig
public abstract Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig()
Gets the IPv6 peering configuration.
Returns:
lastModifiedBy
public abstract String lastModifiedBy()
Gets the provider or the customer last modified the peering.
Returns:
microsoftPeeringConfig
public abstract ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()
Gets the Microsoft peering configuration.
Returns:
peerAsn
public abstract long peerAsn()
Gets the peer ASN.
Returns:
peeringType
public abstract ExpressRoutePeeringType peeringType()
Gets the peering type.
Returns:
primaryAzurePort
public abstract String primaryAzurePort()
Gets the primary port.
Returns:
primaryPeerAddressPrefix
public abstract String primaryPeerAddressPrefix()
Gets the primary address prefix.
Returns:
provisioningState
public abstract String provisioningState()
Gets the provisioning state of the public IP resource.
Returns:
secondaryAzurePort
public abstract String secondaryAzurePort()
Gets the secondary port.
Returns:
secondaryPeerAddressPrefix
public abstract String secondaryPeerAddressPrefix()
Gets the secondary address prefix.
Returns:
sharedKey
public abstract String sharedKey()
Gets the shared key.
Returns:
state
public abstract ExpressRoutePeeringState state()
Gets the peering state.
Returns:
vlanId
public abstract int vlanId()
Gets the VLAN ID.
Returns:
Applies to
Azure SDK for Java