Interface CloudLink


  • public interface CloudLink
    An immutable client-side representation of CloudLink.
    • 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.
      • status

        CloudLinkStatus status()
        Gets the status property: The state of the cloud link.
        Returns:
        the status value.
      • linkedCloud

        String linkedCloud()
        Gets the linkedCloud property: Identifier of the other private cloud participating in the link.
        Returns:
        the linkedCloud value.
      • innerModel

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

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

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

        CloudLink 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.