PrivateEndpointConnectionProxyInner Class

public final class PrivateEndpointConnectionProxyInner
extends ProxyResource

Private endpoint connection proxy details.

Constructor Summary

Constructor Description
PrivateEndpointConnectionProxyInner()

Creates an instance of PrivateEndpointConnectionProxyInner class.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: ETag from NRP.

static PrivateEndpointConnectionProxyInner fromJson(JsonReader jsonReader)

Reads an instance of PrivateEndpointConnectionProxyInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

PrivateEndpointConnectionProxyProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the private endpoint connection proxy resource.

RemotePrivateEndpoint remotePrivateEndpoint()

Get the remotePrivateEndpoint property: Remote private endpoint details.

String status()

Get the status property: Operation status.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

PrivateEndpointConnectionProxyInner withRemotePrivateEndpoint(RemotePrivateEndpoint remotePrivateEndpoint)

Set the remotePrivateEndpoint property: Remote private endpoint details.

PrivateEndpointConnectionProxyInner withStatus(String status)

Set the status property: Operation status.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionProxyInner

public PrivateEndpointConnectionProxyInner()

Creates an instance of PrivateEndpointConnectionProxyInner class.

Method Details

etag

public String etag()

Get the etag property: ETag from NRP.

Returns:

the etag value.

fromJson

public static PrivateEndpointConnectionProxyInner fromJson(JsonReader jsonReader)

Reads an instance of PrivateEndpointConnectionProxyInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

PrivateEndpointConnectionProxyInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

PrivateEndpointConnectionProxyInner.name()

Returns:

the name value.

provisioningState

public PrivateEndpointConnectionProxyProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the private endpoint connection proxy resource.

Returns:

the provisioningState value.

remotePrivateEndpoint

public RemotePrivateEndpoint remotePrivateEndpoint()

Get the remotePrivateEndpoint property: Remote private endpoint details.

Returns:

the remotePrivateEndpoint value.

status

public String status()

Get the status property: Operation status.

Returns:

the status value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

PrivateEndpointConnectionProxyInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

PrivateEndpointConnectionProxyInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withRemotePrivateEndpoint

public PrivateEndpointConnectionProxyInner withRemotePrivateEndpoint(RemotePrivateEndpoint remotePrivateEndpoint)

Set the remotePrivateEndpoint property: Remote private endpoint details.

Parameters:

remotePrivateEndpoint - the remotePrivateEndpoint value to set.

Returns:

the PrivateEndpointConnectionProxyInner object itself.

withStatus

public PrivateEndpointConnectionProxyInner withStatus(String status)

Set the status property: Operation status.

Parameters:

status - the status value to set.

Returns:

the PrivateEndpointConnectionProxyInner object itself.

Applies to