PrivateLinkServiceProxyRemotePrivateEndpointConnection Class

public final class PrivateLinkServiceProxyRemotePrivateEndpointConnection
extends RemotePrivateEndpointConnection

Remote private endpoint connection details.

Constructor Summary

Constructor Description
PrivateLinkServiceProxyRemotePrivateEndpointConnection()

Creates an instance of PrivateLinkServiceProxyRemotePrivateEndpointConnection class.

Method Summary

Modifier and Type Method and Description
static PrivateLinkServiceProxyRemotePrivateEndpointConnection fromJson(JsonReader jsonReader)

Reads an instance of PrivateLinkServiceProxyRemotePrivateEndpointConnection from the JsonReader.

String id()

Get the id property: Remote private endpoint connection ID.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from RemotePrivateEndpointConnection

Methods inherited from java.lang.Object

Constructor Details

PrivateLinkServiceProxyRemotePrivateEndpointConnection

public PrivateLinkServiceProxyRemotePrivateEndpointConnection()

Creates an instance of PrivateLinkServiceProxyRemotePrivateEndpointConnection class.

Method Details

fromJson

public static PrivateLinkServiceProxyRemotePrivateEndpointConnection fromJson(JsonReader jsonReader)

Reads an instance of PrivateLinkServiceProxyRemotePrivateEndpointConnection from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

id

public String id()

Get the id property: Remote private endpoint connection ID.

Overrides:

PrivateLinkServiceProxyRemotePrivateEndpointConnection.id()

Returns:

the id value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

PrivateLinkServiceProxyRemotePrivateEndpointConnection.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

PrivateLinkServiceProxyRemotePrivateEndpointConnection.validate()

Applies to