public class HubVirtualNetworkConnectionInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
HubVirtualNetworkConnectionInner() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowHubToRemoteVnetTransit()
Get the allowHubToRemoteVnetTransit property: Deprecated: VirtualHub to RemoteVnet transit to enabled or not.
|
Boolean |
allowRemoteVnetToUseHubVnetGateways()
Get the allowRemoteVnetToUseHubVnetGateways property: Deprecated: Allow RemoteVnet to use Virtual Hub's gateways.
|
Boolean |
enableInternetSecurity()
Get the enableInternetSecurity property: Enable internet security.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: The name of the resource that is unique within a resource group.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the hub virtual network connection resource.
|
com.azure.core.management.SubResource |
remoteVirtualNetwork()
Get the remoteVirtualNetwork property: Reference to the remote virtual network.
|
RoutingConfiguration |
routingConfiguration()
Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
void |
validate()
Validates the instance.
|
HubVirtualNetworkConnectionInner |
withAllowHubToRemoteVnetTransit(Boolean allowHubToRemoteVnetTransit)
Set the allowHubToRemoteVnetTransit property: Deprecated: VirtualHub to RemoteVnet transit to enabled or not.
|
HubVirtualNetworkConnectionInner |
withAllowRemoteVnetToUseHubVnetGateways(Boolean allowRemoteVnetToUseHubVnetGateways)
Set the allowRemoteVnetToUseHubVnetGateways property: Deprecated: Allow RemoteVnet to use Virtual Hub's gateways.
|
HubVirtualNetworkConnectionInner |
withEnableInternetSecurity(Boolean enableInternetSecurity)
Set the enableInternetSecurity property: Enable internet security.
|
HubVirtualNetworkConnectionInner |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
HubVirtualNetworkConnectionInner |
withRemoteVirtualNetwork(com.azure.core.management.SubResource remoteVirtualNetwork)
Set the remoteVirtualNetwork property: Reference to the remote virtual network.
|
HubVirtualNetworkConnectionInner |
withRoutingConfiguration(RoutingConfiguration routingConfiguration)
Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
public String name()
public HubVirtualNetworkConnectionInner withName(String name)
name - the name value to set.public String etag()
public com.azure.core.management.SubResource remoteVirtualNetwork()
public HubVirtualNetworkConnectionInner withRemoteVirtualNetwork(com.azure.core.management.SubResource remoteVirtualNetwork)
remoteVirtualNetwork - the remoteVirtualNetwork value to set.public Boolean allowHubToRemoteVnetTransit()
public HubVirtualNetworkConnectionInner withAllowHubToRemoteVnetTransit(Boolean allowHubToRemoteVnetTransit)
allowHubToRemoteVnetTransit - the allowHubToRemoteVnetTransit value to set.public Boolean allowRemoteVnetToUseHubVnetGateways()
public HubVirtualNetworkConnectionInner withAllowRemoteVnetToUseHubVnetGateways(Boolean allowRemoteVnetToUseHubVnetGateways)
allowRemoteVnetToUseHubVnetGateways - the allowRemoteVnetToUseHubVnetGateways value to set.public Boolean enableInternetSecurity()
public HubVirtualNetworkConnectionInner withEnableInternetSecurity(Boolean enableInternetSecurity)
enableInternetSecurity - the enableInternetSecurity value to set.public RoutingConfiguration routingConfiguration()
public HubVirtualNetworkConnectionInner withRoutingConfiguration(RoutingConfiguration routingConfiguration)
routingConfiguration - the routingConfiguration value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.