Class CloudLinkInner


  • public final class CloudLinkInner
    extends com.azure.core.management.ProxyResource
    A cloud link resource.
    • Constructor Detail

      • CloudLinkInner

        public CloudLinkInner()
    • Method Detail

      • status

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

        public String linkedCloud()
        Get the linkedCloud property: Identifier of the other private cloud participating in the link.
        Returns:
        the linkedCloud value.
      • withLinkedCloud

        public CloudLinkInner withLinkedCloud​(String linkedCloud)
        Set the linkedCloud property: Identifier of the other private cloud participating in the link.
        Parameters:
        linkedCloud - the linkedCloud value to set.
        Returns:
        the CloudLinkInner object itself.
      • validate

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