ExpressRouteConnectionInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. fluent. models. ExpressRouteConnectionInner
- com.
- com.
public final class ExpressRouteConnectionInner
extends SubResource
ExpressRouteConnection resource.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteConnectionInner() |
Creates an instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
authorizationKey()
Get the authorization |
Boolean |
enableInternetSecurity()
Get the enable |
Boolean |
enablePrivateLinkFastPath()
Get the enable |
Express |
expressRouteCircuitPeering()
Get the express |
Boolean |
expressRouteGatewayBypass()
Get the express |
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
String |
name()
Get the name property: The name of the resource. |
Provisioning |
provisioningState()
Get the provisioning |
Routing |
routingConfiguration()
Get the routing |
Integer |
routingWeight()
Get the routing |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Express |
withAuthorizationKey(String authorizationKey)
Set the authorization |
Express |
withEnableInternetSecurity(Boolean enableInternetSecurity)
Set the enable |
Express |
withEnablePrivateLinkFastPath(Boolean enablePrivateLinkFastPath)
Set the enable |
Express |
withExpressRouteCircuitPeering(ExpressRouteCircuitPeeringId expressRouteCircuitPeering)
Set the express |
Express |
withExpressRouteGatewayBypass(Boolean expressRouteGatewayBypass)
Set the express |
Express |
withId(String id) |
Express |
withName(String name)
Set the name property: The name of the resource. |
Express |
withRoutingConfiguration(RoutingConfiguration routingConfiguration)
Set the routing |
Express |
withRoutingWeight(Integer routingWeight)
Set the routing |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteConnectionInner
public ExpressRouteConnectionInner()
Creates an instance of ExpressRouteConnectionInner class.
Method Details
authorizationKey
public String authorizationKey()
Get the authorizationKey property: Authorization key to establish the connection.
Returns:
enableInternetSecurity
public Boolean enableInternetSecurity()
Get the enableInternetSecurity property: Enable internet security.
Returns:
enablePrivateLinkFastPath
public Boolean enablePrivateLinkFastPath()
Get the enablePrivateLinkFastPath property: Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
Returns:
expressRouteCircuitPeering
public ExpressRouteCircuitPeeringId expressRouteCircuitPeering()
Get the expressRouteCircuitPeering property: The ExpressRoute circuit peering.
Returns:
expressRouteGatewayBypass
public Boolean expressRouteGatewayBypass()
Get the expressRouteGatewayBypass property: Enable FastPath to vWan Firewall hub.
Returns:
fromJson
public static ExpressRouteConnectionInner fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteConnectionInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the resource.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the express route connection resource.
Returns:
routingConfiguration
public RoutingConfiguration routingConfiguration()
Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.
Returns:
routingWeight
public Integer routingWeight()
Get the routingWeight property: The routing weight associated to the connection.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ExpressRouteConnectionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
withAuthorizationKey
public ExpressRouteConnectionInner withAuthorizationKey(String authorizationKey)
Set the authorizationKey property: Authorization key to establish the connection.
Parameters:
Returns:
withEnableInternetSecurity
public ExpressRouteConnectionInner withEnableInternetSecurity(Boolean enableInternetSecurity)
Set the enableInternetSecurity property: Enable internet security.
Parameters:
Returns:
withEnablePrivateLinkFastPath
public ExpressRouteConnectionInner withEnablePrivateLinkFastPath(Boolean enablePrivateLinkFastPath)
Set the enablePrivateLinkFastPath property: Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
Parameters:
Returns:
withExpressRouteCircuitPeering
public ExpressRouteConnectionInner withExpressRouteCircuitPeering(ExpressRouteCircuitPeeringId expressRouteCircuitPeering)
Set the expressRouteCircuitPeering property: The ExpressRoute circuit peering.
Parameters:
Returns:
withExpressRouteGatewayBypass
public ExpressRouteConnectionInner withExpressRouteGatewayBypass(Boolean expressRouteGatewayBypass)
Set the expressRouteGatewayBypass property: Enable FastPath to vWan Firewall hub.
Parameters:
Returns:
withId
public ExpressRouteConnectionInner withId(String id)
Overrides:
ExpressRouteConnectionInner.withId(String id)Parameters:
withName
public ExpressRouteConnectionInner withName(String name)
Set the name property: The name of the resource.
Parameters:
Returns:
withRoutingConfiguration
public ExpressRouteConnectionInner withRoutingConfiguration(RoutingConfiguration routingConfiguration)
Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.
Parameters:
Returns:
withRoutingWeight
public ExpressRouteConnectionInner withRoutingWeight(Integer routingWeight)
Set the routingWeight property: The routing weight associated to the connection.
Parameters:
Returns:
Applies to
Azure SDK for Java