GroupConnectivityInformation Class

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

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 customerVisibleFqdns property: List of customer visible FQDNs.

String groupId()

Get the groupId property: Group ID.

String internalFqdn()

Get the internalFqdn property: Internal FQDN.

String memberName()

Get the memberName property: Member name.

String privateLinkServiceArmRegion()

Get the privateLinkServiceArmRegion property: PrivateLinkService ARM region.

String redirectMapId()

Get the redirectMapId property: Redirect map ID.

void validate()

Validates the instance.

GroupConnectivityInformation withCustomerVisibleFqdns(List<String> customerVisibleFqdns)

Set the customerVisibleFqdns property: List of customer visible FQDNs.

GroupConnectivityInformation withPrivateLinkServiceArmRegion(String privateLinkServiceArmRegion)

Set the privateLinkServiceArmRegion property: PrivateLinkService ARM region.

GroupConnectivityInformation withRedirectMapId(String redirectMapId)

Set the redirectMapId property: Redirect map ID.

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:

the customerVisibleFqdns value.

groupId

public String groupId()

Get the groupId property: Group ID.

Returns:

the groupId value.

internalFqdn

public String internalFqdn()

Get the internalFqdn property: Internal FQDN.

Returns:

the internalFqdn value.

memberName

public String memberName()

Get the memberName property: Member name.

Returns:

the memberName value.

privateLinkServiceArmRegion

public String privateLinkServiceArmRegion()

Get the privateLinkServiceArmRegion property: PrivateLinkService ARM region.

Returns:

the privateLinkServiceArmRegion value.

redirectMapId

public String redirectMapId()

Get the redirectMapId property: Redirect map ID.

Returns:

the redirectMapId value.

validate

public void validate()

Validates the instance.

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.

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.

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.

Applies to