GroupConnectivityInformation Class

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

Implements

public final class GroupConnectivityInformation
implements JsonSerializable<GroupConnectivityInformation>

Group connectivity details.

Constructor Summary

Constructor Description
GroupConnectivityInformation()

Creates an instance of GroupConnectivityInformation class.

Method Summary

Modifier and Type Method and Description
List<String> customerVisibleFqdns()

Get the customerVisibleFqdns property: List of customer visible FQDNs.

static GroupConnectivityInformation fromJson(JsonReader jsonReader)

Reads an instance of GroupConnectivityInformation from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)
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()

Creates an instance of GroupConnectivityInformation class.

Method Details

customerVisibleFqdns

public List<String> customerVisibleFqdns()

Get the customerVisibleFqdns property: List of customer visible FQDNs.

Returns:

the customerVisibleFqdns value.

fromJson

public static GroupConnectivityInformation fromJson(JsonReader jsonReader)

Reads an instance of GroupConnectivityInformation from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GroupConnectivityInformation if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the GroupConnectivityInformation.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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