PrivateEndpointConnectionProxyProperties Class
- java.
lang. Object - com.
azure. resourcemanager. recoveryservicesdatareplication. models. PrivateEndpointConnectionProxyProperties
- com.
Implements
public final class PrivateEndpointConnectionProxyProperties
implements JsonSerializable<PrivateEndpointConnectionProxyProperties>
Represents private endpoint connection proxy request.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateEndpointConnectionProxyProperties() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Remote |
remotePrivateEndpoint()
Get the remote |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Private |
withRemotePrivateEndpoint(RemotePrivateEndpoint remotePrivateEndpoint)
Set the remote |
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionProxyProperties
public PrivateEndpointConnectionProxyProperties()
Creates an instance of PrivateEndpointConnectionProxyProperties class.
Method Details
fromJson
public static PrivateEndpointConnectionProxyProperties fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionProxyProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Gets or sets the provisioning state of the private endpoint connection proxy.
Returns:
remotePrivateEndpoint
public RemotePrivateEndpoint remotePrivateEndpoint()
Get the remotePrivateEndpoint property: Represent remote private endpoint information for the private endpoint connection proxy.
Returns:
toJson
validate
public void validate()
Validates the instance.
withRemotePrivateEndpoint
public PrivateEndpointConnectionProxyProperties withRemotePrivateEndpoint(RemotePrivateEndpoint remotePrivateEndpoint)
Set the remotePrivateEndpoint property: Represent remote private endpoint information for the private endpoint connection proxy.
Parameters:
Returns: