Class GroupConnectivityInformation

java.lang.Object
com.azure.resourcemanager.deviceupdate.models.GroupConnectivityInformation

public final class GroupConnectivityInformation extends Object
Group connectivity details.
  • Constructor Details

    • GroupConnectivityInformation

      public GroupConnectivityInformation()
  • Method Details

    • groupId

      public String groupId()
      Get the groupId property: Group ID.
      Returns:
      the groupId value.
    • memberName

      public String memberName()
      Get the memberName property: Member name.
      Returns:
      the memberName value.
    • customerVisibleFqdns

      public List<String> customerVisibleFqdns()
      Get the customerVisibleFqdns property: List of customer visible FQDNs.
      Returns:
      the customerVisibleFqdns value.
    • withCustomerVisibleFqdns

      public GroupConnectivityInformation withCustomerVisibleFqdns(List<String> customerVisibleFqdns)
      Set the customerVisibleFqdns property: List of customer visible FQDNs.
      Parameters:
      customerVisibleFqdns - the customerVisibleFqdns value to set.
      Returns:
      the GroupConnectivityInformation object itself.
    • internalFqdn

      public String internalFqdn()
      Get the internalFqdn property: Internal FQDN.
      Returns:
      the internalFqdn value.
    • redirectMapId

      public String redirectMapId()
      Get the redirectMapId property: Redirect map ID.
      Returns:
      the redirectMapId value.
    • withRedirectMapId

      public GroupConnectivityInformation withRedirectMapId(String redirectMapId)
      Set the redirectMapId property: Redirect map ID.
      Parameters:
      redirectMapId - the redirectMapId value to set.
      Returns:
      the GroupConnectivityInformation object itself.
    • privateLinkServiceArmRegion

      public String privateLinkServiceArmRegion()
      Get the privateLinkServiceArmRegion property: PrivateLinkService ARM region.
      Returns:
      the privateLinkServiceArmRegion value.
    • withPrivateLinkServiceArmRegion

      public GroupConnectivityInformation withPrivateLinkServiceArmRegion(String privateLinkServiceArmRegion)
      Set the privateLinkServiceArmRegion property: PrivateLinkService ARM region.
      Parameters:
      privateLinkServiceArmRegion - the privateLinkServiceArmRegion value to set.
      Returns:
      the GroupConnectivityInformation object itself.
    • validate

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