PrivateEndpointConnectionProxyInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. deviceupdate. fluent. models. PrivateEndpointConnectionProxyInner
- com.
- com.
public final class PrivateEndpointConnectionProxyInner
extends ProxyResource
Private endpoint connection proxy details.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateEndpointConnectionProxyInner() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
etag()
Get the etag property: ETag from NRP. |
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Private |
provisioningState()
Get the provisioning |
|
Remote |
remotePrivateEndpoint()
Get the remote |
| String |
status()
Get the status property: Operation status. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Private |
withRemotePrivateEndpoint(RemotePrivateEndpoint remotePrivateEndpoint)
Set the remote |
|
Private |
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:
fromJson
public static PrivateEndpointConnectionProxyInner fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionProxyInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
PrivateEndpointConnectionProxyInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
PrivateEndpointConnectionProxyInner.name()Returns:
provisioningState
public PrivateEndpointConnectionProxyProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the private endpoint connection proxy resource.
Returns:
remotePrivateEndpoint
public RemotePrivateEndpoint remotePrivateEndpoint()
Get the remotePrivateEndpoint property: Remote private endpoint details.
Returns:
status
public String status()
Get the status property: Operation status.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PrivateEndpointConnectionProxyInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
PrivateEndpointConnectionProxyInner.type()Returns:
validate
public void validate()
Validates the instance.
withRemotePrivateEndpoint
public PrivateEndpointConnectionProxyInner withRemotePrivateEndpoint(RemotePrivateEndpoint remotePrivateEndpoint)
Set the remotePrivateEndpoint property: Remote private endpoint details.
Parameters:
Returns:
withStatus
public PrivateEndpointConnectionProxyInner withStatus(String status)
Set the status property: Operation status.
Parameters:
Returns: