Class VirtualNetworkPeeringInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.databricks.fluent.models.VirtualNetworkPeeringInner

public final class VirtualNetworkPeeringInner extends com.azure.core.management.ProxyResource
Peerings in a VirtualNetwork resource.
  • Constructor Details

    • VirtualNetworkPeeringInner

      public VirtualNetworkPeeringInner()
      Creates an instance of VirtualNetworkPeeringInner class.
  • Method Details

    • allowVirtualNetworkAccess

      public Boolean allowVirtualNetworkAccess()
      Get the allowVirtualNetworkAccess property: Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.
      Returns:
      the allowVirtualNetworkAccess value.
    • withAllowVirtualNetworkAccess

      public VirtualNetworkPeeringInner withAllowVirtualNetworkAccess(Boolean allowVirtualNetworkAccess)
      Set the allowVirtualNetworkAccess property: Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.
      Parameters:
      allowVirtualNetworkAccess - the allowVirtualNetworkAccess value to set.
      Returns:
      the VirtualNetworkPeeringInner object itself.
    • allowForwardedTraffic

      public Boolean allowForwardedTraffic()
      Get the allowForwardedTraffic property: Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.
      Returns:
      the allowForwardedTraffic value.
    • withAllowForwardedTraffic

      public VirtualNetworkPeeringInner withAllowForwardedTraffic(Boolean allowForwardedTraffic)
      Set the allowForwardedTraffic property: Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.
      Parameters:
      allowForwardedTraffic - the allowForwardedTraffic value to set.
      Returns:
      the VirtualNetworkPeeringInner object itself.
    • allowGatewayTransit

      public Boolean allowGatewayTransit()
      Get the allowGatewayTransit property: If gateway links can be used in remote virtual networking to link to this virtual network.
      Returns:
      the allowGatewayTransit value.
    • withAllowGatewayTransit

      public VirtualNetworkPeeringInner withAllowGatewayTransit(Boolean allowGatewayTransit)
      Set the allowGatewayTransit property: If gateway links can be used in remote virtual networking to link to this virtual network.
      Parameters:
      allowGatewayTransit - the allowGatewayTransit value to set.
      Returns:
      the VirtualNetworkPeeringInner object itself.
    • useRemoteGateways

      public Boolean useRemoteGateways()
      Get the useRemoteGateways property: If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway.
      Returns:
      the useRemoteGateways value.
    • withUseRemoteGateways

      public VirtualNetworkPeeringInner withUseRemoteGateways(Boolean useRemoteGateways)
      Set the useRemoteGateways property: If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway.
      Parameters:
      useRemoteGateways - the useRemoteGateways value to set.
      Returns:
      the VirtualNetworkPeeringInner object itself.
    • databricksVirtualNetwork

      Get the databricksVirtualNetwork property: The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
      Returns:
      the databricksVirtualNetwork value.
    • withDatabricksVirtualNetwork

      public VirtualNetworkPeeringInner withDatabricksVirtualNetwork(VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork databricksVirtualNetwork)
      Set the databricksVirtualNetwork property: The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
      Parameters:
      databricksVirtualNetwork - the databricksVirtualNetwork value to set.
      Returns:
      the VirtualNetworkPeeringInner object itself.
    • databricksAddressSpace

      public AddressSpace databricksAddressSpace()
      Get the databricksAddressSpace property: The reference to the databricks virtual network address space.
      Returns:
      the databricksAddressSpace value.
    • withDatabricksAddressSpace

      public VirtualNetworkPeeringInner withDatabricksAddressSpace(AddressSpace databricksAddressSpace)
      Set the databricksAddressSpace property: The reference to the databricks virtual network address space.
      Parameters:
      databricksAddressSpace - the databricksAddressSpace value to set.
      Returns:
      the VirtualNetworkPeeringInner object itself.
    • remoteVirtualNetwork

      Get the remoteVirtualNetwork property: The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
      Returns:
      the remoteVirtualNetwork value.
    • withRemoteVirtualNetwork

      public VirtualNetworkPeeringInner withRemoteVirtualNetwork(VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork remoteVirtualNetwork)
      Set the remoteVirtualNetwork property: The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
      Parameters:
      remoteVirtualNetwork - the remoteVirtualNetwork value to set.
      Returns:
      the VirtualNetworkPeeringInner object itself.
    • remoteAddressSpace

      public AddressSpace remoteAddressSpace()
      Get the remoteAddressSpace property: The reference to the remote virtual network address space.
      Returns:
      the remoteAddressSpace value.
    • withRemoteAddressSpace

      public VirtualNetworkPeeringInner withRemoteAddressSpace(AddressSpace remoteAddressSpace)
      Set the remoteAddressSpace property: The reference to the remote virtual network address space.
      Parameters:
      remoteAddressSpace - the remoteAddressSpace value to set.
      Returns:
      the VirtualNetworkPeeringInner object itself.
    • peeringState

      public PeeringState peeringState()
      Get the peeringState property: The status of the virtual network peering.
      Returns:
      the peeringState value.
    • provisioningState

      public PeeringProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the virtual network peering resource.
      Returns:
      the provisioningState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.