Class PrivateEndpointConnectionProxyPropertiesAutoGenerated

java.lang.Object
com.azure.resourcemanager.deviceupdate.models.PrivateEndpointConnectionProxyPropertiesAutoGenerated

public class PrivateEndpointConnectionProxyPropertiesAutoGenerated extends Object
Private endpoint connection proxy object properties.
  • Constructor Details

    • PrivateEndpointConnectionProxyPropertiesAutoGenerated

      public PrivateEndpointConnectionProxyPropertiesAutoGenerated()
  • Method Details

    • 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 PrivateEndpointConnectionProxyPropertiesAutoGenerated withRemotePrivateEndpoint(RemotePrivateEndpoint remotePrivateEndpoint)
      Set the remotePrivateEndpoint property: Remote private endpoint details.
      Parameters:
      remotePrivateEndpoint - the remotePrivateEndpoint value to set.
      Returns:
      the PrivateEndpointConnectionProxyPropertiesAutoGenerated object itself.
    • status

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

      Set the status property: Operation status.
      Parameters:
      status - the status value to set.
      Returns:
      the PrivateEndpointConnectionProxyPropertiesAutoGenerated object itself.
    • validate

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