Class PrivateLinkResourceInner

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

public final class PrivateLinkResourceInner extends Object
Information of the private link resource.
  • Constructor Details

    • PrivateLinkResourceInner

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

    • id

      public String id()
      Get the id property: Fully qualified identifier of the resource.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: Name of the resource.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: e.g. Microsoft.RecoveryServices/vaults/privateLinkResources.
      Returns:
      the type value.
    • 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.