Class CloudLinkProperties

java.lang.Object
com.azure.resourcemanager.avs.fluent.models.CloudLinkProperties

public final class CloudLinkProperties extends Object
The properties of a cloud link.
  • Constructor Details

    • CloudLinkProperties

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

    • 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 CloudLinkProperties 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 CloudLinkProperties object itself.
    • validate

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