NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties

Implements

public final class NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties
implements JsonSerializable<NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties>

PrivateLinkConnection properties for the network interface.

Constructor Summary

Constructor Description
NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties()

Creates an instance of NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties class.

Method Summary

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

Get the fqdns property: List of FQDNs for current private link connection.

static NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties fromJson(JsonReader jsonReader)

Reads an instance of NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties from the JsonReader.

String groupId()

Get the groupId property: The group ID for current private link connection.

String requiredMemberName()

Get the requiredMemberName property: The required member name for current private link connection.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties

public NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties()

Creates an instance of NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties class.

Method Details

fqdns

public List fqdns()

Get the fqdns property: List of FQDNs for current private link connection.

Returns:

the fqdns value.

fromJson

public static NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties fromJson(JsonReader jsonReader)

Reads an instance of NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties 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 NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties.

groupId

public String groupId()

Get the groupId property: The group ID for current private link connection.

Returns:

the groupId value.

requiredMemberName

public String requiredMemberName()

Get the requiredMemberName property: The required member name for current private link connection.

Returns:

the requiredMemberName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to