@Beta(value=V1_11_0) public interface ExpressRouteCrossConnectionPeering extends IndependentChild<com.microsoft.azure.management.network.implementation.NetworkManager>, HasInner<com.microsoft.azure.management.network.implementation.ExpressRouteCrossConnectionPeeringInner>, Refreshable<ExpressRouteCrossConnectionPeering>, Updatable<ExpressRouteCrossConnectionPeering.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
ExpressRouteCrossConnectionPeering.Definition
The entirety of the express route Cross Connection peering definition.
|
static interface |
ExpressRouteCrossConnectionPeering.DefinitionStages
Grouping of express route Cross Connection peering definition stages.
|
static interface |
ExpressRouteCrossConnectionPeering.Update
Grouping of express route cross connection peering update stages.
|
static interface |
ExpressRouteCrossConnectionPeering.UpdateStages
The template for express route Cross Connection peering update operation, containing all the settings that
can be modified.
|
Modifier and Type | Method and Description |
---|---|
int |
azureASN() |
String |
gatewayManagerEtag() |
Ipv6ExpressRouteCircuitPeeringConfig |
ipv6PeeringConfig() |
String |
lastModifiedBy() |
ExpressRouteCircuitPeeringConfig |
microsoftPeeringConfig() |
long |
peerASN() |
ExpressRoutePeeringType |
peeringType() |
String |
primaryAzurePort() |
String |
primaryPeerAddressPrefix() |
String |
provisioningState() |
String |
secondaryAzurePort() |
String |
secondaryPeerAddressPrefix() |
String |
sharedKey() |
ExpressRoutePeeringState |
state() |
int |
vlanId() |
name
id
key
resourceGroupName
manager
inner
refresh, refreshAsync
ExpressRoutePeeringType peeringType()
ExpressRoutePeeringState state()
int azureASN()
long peerASN()
String primaryPeerAddressPrefix()
String secondaryPeerAddressPrefix()
String primaryAzurePort()
String secondaryAzurePort()
String sharedKey()
int vlanId()
ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()
String provisioningState()
String gatewayManagerEtag()
String lastModifiedBy()
Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig()
Copyright © 2019. All rights reserved.