GroupConnectivityInformation Class
- java.
lang. Object - com.
azure. resourcemanager. deviceupdate. models. GroupConnectivityInformation
- com.
public final class GroupConnectivityInformation
Group connectivity details.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| GroupConnectivityInformation() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
customerVisibleFqdns()
Get the customer |
| String |
groupId()
Get the group |
| String |
internalFqdn()
Get the internal |
| String |
memberName()
Get the member |
| String |
privateLinkServiceArmRegion()
Get the private |
| String |
redirectMapId()
Get the redirect |
| void |
validate()
Validates the instance. |
|
Group |
withCustomerVisibleFqdns(List<String> customerVisibleFqdns)
Set the customer |
|
Group |
withPrivateLinkServiceArmRegion(String privateLinkServiceArmRegion)
Set the private |
|
Group |
withRedirectMapId(String redirectMapId)
Set the redirect |
Methods inherited from java.lang.Object
Constructor Details
GroupConnectivityInformation
public GroupConnectivityInformation()
Method Details
customerVisibleFqdns
public List<String> customerVisibleFqdns()
Get the customerVisibleFqdns property: List of customer visible FQDNs.
Returns:
groupId
public String groupId()
Get the groupId property: Group ID.
Returns:
internalFqdn
public String internalFqdn()
Get the internalFqdn property: Internal FQDN.
Returns:
memberName
public String memberName()
Get the memberName property: Member name.
Returns:
privateLinkServiceArmRegion
public String privateLinkServiceArmRegion()
Get the privateLinkServiceArmRegion property: PrivateLinkService ARM region.
Returns:
redirectMapId
public String redirectMapId()
Get the redirectMapId property: Redirect map ID.
Returns:
validate
public void validate()
Validates the instance.
withCustomerVisibleFqdns
public GroupConnectivityInformation withCustomerVisibleFqdns(List<String> customerVisibleFqdns)
Set the customerVisibleFqdns property: List of customer visible FQDNs.
Parameters:
Returns:
withPrivateLinkServiceArmRegion
public GroupConnectivityInformation withPrivateLinkServiceArmRegion(String privateLinkServiceArmRegion)
Set the privateLinkServiceArmRegion property: PrivateLinkService ARM region.
Parameters:
Returns:
withRedirectMapId
public GroupConnectivityInformation withRedirectMapId(String redirectMapId)
Set the redirectMapId property: Redirect map ID.
Parameters:
Returns: