public class ExpressRouteCrossConnectionPeeringInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ExpressRouteCrossConnectionPeeringInner() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
azureAsn()
Get the azureAsn property: The Azure ASN.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
gatewayManagerEtag()
Get the gatewayManagerEtag property: The GatewayManager Etag.
|
Ipv6ExpressRouteCircuitPeeringConfig |
ipv6PeeringConfig()
Get the ipv6PeeringConfig property: The IPv6 peering configuration.
|
String |
lastModifiedBy()
Get the lastModifiedBy property: Who was the last to modify the peering.
|
ExpressRouteCircuitPeeringConfig |
microsoftPeeringConfig()
Get the microsoftPeeringConfig property: The Microsoft peering configuration.
|
String |
name()
Get the name property: The name of the resource that is unique within a resource group.
|
Long |
peerAsn()
Get the peerAsn property: The peer ASN.
|
ExpressRoutePeeringType |
peeringType()
Get the peeringType property: The peering type.
|
String |
primaryAzurePort()
Get the primaryAzurePort property: The primary port.
|
String |
primaryPeerAddressPrefix()
Get the primaryPeerAddressPrefix property: The primary address prefix.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the express route cross connection peering
resource.
|
String |
secondaryAzurePort()
Get the secondaryAzurePort property: The secondary port.
|
String |
secondaryPeerAddressPrefix()
Get the secondaryPeerAddressPrefix property: The secondary address prefix.
|
String |
sharedKey()
Get the sharedKey property: The shared key.
|
ExpressRoutePeeringState |
state()
Get the state property: The peering state.
|
void |
validate()
Validates the instance.
|
Integer |
vlanId()
Get the vlanId property: The VLAN ID.
|
ExpressRouteCrossConnectionPeeringInner |
withGatewayManagerEtag(String gatewayManagerEtag)
Set the gatewayManagerEtag property: The GatewayManager Etag.
|
ExpressRouteCrossConnectionPeeringInner |
withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig)
Set the ipv6PeeringConfig property: The IPv6 peering configuration.
|
ExpressRouteCrossConnectionPeeringInner |
withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)
Set the microsoftPeeringConfig property: The Microsoft peering configuration.
|
ExpressRouteCrossConnectionPeeringInner |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
ExpressRouteCrossConnectionPeeringInner |
withPeerAsn(Long peerAsn)
Set the peerAsn property: The peer ASN.
|
ExpressRouteCrossConnectionPeeringInner |
withPeeringType(ExpressRoutePeeringType peeringType)
Set the peeringType property: The peering type.
|
ExpressRouteCrossConnectionPeeringInner |
withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)
Set the primaryPeerAddressPrefix property: The primary address prefix.
|
ExpressRouteCrossConnectionPeeringInner |
withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)
Set the secondaryPeerAddressPrefix property: The secondary address prefix.
|
ExpressRouteCrossConnectionPeeringInner |
withSharedKey(String sharedKey)
Set the sharedKey property: The shared key.
|
ExpressRouteCrossConnectionPeeringInner |
withState(ExpressRoutePeeringState state)
Set the state property: The peering state.
|
ExpressRouteCrossConnectionPeeringInner |
withVlanId(Integer vlanId)
Set the vlanId property: The VLAN ID.
|
public ExpressRouteCrossConnectionPeeringInner()
public String name()
public ExpressRouteCrossConnectionPeeringInner withName(String name)
name - the name value to set.public String etag()
public ExpressRoutePeeringType peeringType()
public ExpressRouteCrossConnectionPeeringInner withPeeringType(ExpressRoutePeeringType peeringType)
peeringType - the peeringType value to set.public ExpressRoutePeeringState state()
public ExpressRouteCrossConnectionPeeringInner withState(ExpressRoutePeeringState state)
state - the state value to set.public Integer azureAsn()
public Long peerAsn()
public ExpressRouteCrossConnectionPeeringInner withPeerAsn(Long peerAsn)
peerAsn - the peerAsn value to set.public String primaryPeerAddressPrefix()
public ExpressRouteCrossConnectionPeeringInner withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)
primaryPeerAddressPrefix - the primaryPeerAddressPrefix value to set.public String secondaryPeerAddressPrefix()
public ExpressRouteCrossConnectionPeeringInner withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)
secondaryPeerAddressPrefix - the secondaryPeerAddressPrefix value to set.public String primaryAzurePort()
public String secondaryAzurePort()
public String sharedKey()
public ExpressRouteCrossConnectionPeeringInner withSharedKey(String sharedKey)
sharedKey - the sharedKey value to set.public Integer vlanId()
public ExpressRouteCrossConnectionPeeringInner withVlanId(Integer vlanId)
vlanId - the vlanId value to set.public ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()
public ExpressRouteCrossConnectionPeeringInner withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)
microsoftPeeringConfig - the microsoftPeeringConfig value to set.public ProvisioningState provisioningState()
public String gatewayManagerEtag()
public ExpressRouteCrossConnectionPeeringInner withGatewayManagerEtag(String gatewayManagerEtag)
gatewayManagerEtag - the gatewayManagerEtag value to set.public String lastModifiedBy()
public Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig()
public ExpressRouteCrossConnectionPeeringInner withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig)
ipv6PeeringConfig - the ipv6PeeringConfig value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.