Class PrivateEndpointConnectionProxyInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.deviceupdate.fluent.models.PrivateEndpointConnectionProxyInner

public final class PrivateEndpointConnectionProxyInner extends com.azure.core.management.ProxyResource
Private endpoint connection proxy details.
  • Constructor Details

    • PrivateEndpointConnectionProxyInner

      public PrivateEndpointConnectionProxyInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • etag

      public String etag()
      Get the etag property: ETag from NRP.
      Returns:
      the etag value.
    • remotePrivateEndpoint

      public RemotePrivateEndpoint remotePrivateEndpoint()
      Get the remotePrivateEndpoint property: Remote private endpoint details.
      Returns:
      the remotePrivateEndpoint value.
    • 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.
    • status

      public String status()
      Get the status property: Operation status.
      Returns:
      the status value.
    • withStatus

      public PrivateEndpointConnectionProxyInner withStatus(String status)
      Set the status property: Operation status.
      Parameters:
      status - the status value to set.
      Returns:
      the PrivateEndpointConnectionProxyInner object itself.
    • provisioningState

      Get the provisioningState property: The provisioning state of the private endpoint connection proxy resource.
      Returns:
      the provisioningState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.