Interface GlobalReachConnection


  • public interface GlobalReachConnection
    An immutable client-side representation of GlobalReachConnection.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • provisioningState

        GlobalReachConnectionProvisioningState provisioningState()
        Gets the provisioningState property: The state of the ExpressRoute Circuit Authorization provisioning.
        Returns:
        the provisioningState value.
      • addressPrefix

        String addressPrefix()
        Gets the addressPrefix property: The network used for global reach carved out from the original network block provided for the private cloud.
        Returns:
        the addressPrefix value.
      • authorizationKey

        String authorizationKey()
        Gets the authorizationKey property: Authorization key from the peer express route used for the global reach connection.
        Returns:
        the authorizationKey value.
      • circuitConnectionStatus

        GlobalReachConnectionStatus circuitConnectionStatus()
        Gets the circuitConnectionStatus property: The connection status of the global reach connection.
        Returns:
        the circuitConnectionStatus value.
      • peerExpressRouteCircuit

        String peerExpressRouteCircuit()
        Gets the peerExpressRouteCircuit property: Identifier of the ExpressRoute Circuit to peer with in the global reach connection.
        Returns:
        the peerExpressRouteCircuit value.
      • expressRouteId

        String expressRouteId()
        Gets the expressRouteId property: The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection.
        Returns:
        the expressRouteId value.
      • innerModel

        GlobalReachConnectionInner innerModel()
        Gets the inner com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionInner object.
        Returns:
        the inner object.
      • update

        GlobalReachConnection.Update update()
        Begins update for the GlobalReachConnection resource.
        Returns:
        the stage of resource update.
      • refresh

        GlobalReachConnection refresh()
        Refreshes the resource to sync with Azure.
        Returns:
        the refreshed resource.
      • refresh

        GlobalReachConnection refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.