Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties
Packages that use ExpressRouteCrossConnectionPeeringProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ExpressRouteCrossConnectionPeeringProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteCrossConnectionPeeringPropertiesModifier and TypeMethodDescriptionExpressRouteCrossConnectionPeeringProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCrossConnectionPeeringProperties from the JsonReader.ExpressRouteCrossConnectionPeeringProperties.withGatewayManagerEtag(String gatewayManagerEtag) Set the gatewayManagerEtag property: The GatewayManager Etag.ExpressRouteCrossConnectionPeeringProperties.withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig) Set the ipv6PeeringConfig property: The IPv6 peering configuration.ExpressRouteCrossConnectionPeeringProperties.withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig) Set the microsoftPeeringConfig property: The Microsoft peering configuration.ExpressRouteCrossConnectionPeeringProperties.withPeerAsn(Long peerAsn) Set the peerAsn property: The peer ASN.ExpressRouteCrossConnectionPeeringProperties.withPeeringType(ExpressRoutePeeringType peeringType) Set the peeringType property: The peering type.ExpressRouteCrossConnectionPeeringProperties.withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix) Set the primaryPeerAddressPrefix property: The primary address prefix.ExpressRouteCrossConnectionPeeringProperties.withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix) Set the secondaryPeerAddressPrefix property: The secondary address prefix.ExpressRouteCrossConnectionPeeringProperties.withSharedKey(String sharedKey) Set the sharedKey property: The shared key.ExpressRouteCrossConnectionPeeringProperties.withState(ExpressRoutePeeringState state) Set the state property: The peering state.ExpressRouteCrossConnectionPeeringProperties.withVlanId(Integer vlanId) Set the vlanId property: The VLAN ID.