Class PrivateLinkResourceProperties

java.lang.Object
com.azure.resourcemanager.recoveryservices.fluent.models.PrivateLinkResourceProperties

public final class PrivateLinkResourceProperties extends Object
Properties of the private link resource.
  • Constructor Details

    • PrivateLinkResourceProperties

      public PrivateLinkResourceProperties()
  • Method Details

    • groupId

      public String groupId()
      Get the groupId property: e.g. f9ad6492-33d4-4690-9999-6bfd52a0d081 (Backup) or f9ad6492-33d4-4690-9999-6bfd52a0d082 (SiteRecovery).
      Returns:
      the groupId value.
    • requiredMembers

      public List<String> requiredMembers()
      Get the requiredMembers property: [backup-ecs1, backup-prot1, backup-prot1b, backup-prot1c, backup-id1].
      Returns:
      the requiredMembers value.
    • requiredZoneNames

      public List<String> requiredZoneNames()
      Get the requiredZoneNames property: The private link resource Private link DNS zone name.
      Returns:
      the requiredZoneNames value.
    • validate

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