Class CloudLinkProperties


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

      • CloudLinkProperties

        public CloudLinkProperties()
    • 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 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.