Class PrivateLinkEndpointStatus

java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.PrivateLinkEndpointStatus

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:29.464-07:00") public class PrivateLinkEndpointStatus extends Object
Details of the PrivateLink endpoints.
  • Constructor Details

    • PrivateLinkEndpointStatus

      public PrivateLinkEndpointStatus()
  • Method Details

    • getServiceComponent

      public String getServiceComponent()
      Getter for serviceComponent. CDP service component name [API/DBUSAPI/IAMAPI/CCMV2/CONSOLEAUTH].
    • setServiceComponent

      public void setServiceComponent(String serviceComponent)
      Setter for serviceComponent. CDP service component name [API/DBUSAPI/IAMAPI/CCMV2/CONSOLEAUTH].
    • getStatus

      public String getStatus()
      Getter for status. Status of the PrivateLink endpoints. The status is set to SUCCESS on successful creation of endpoint, IN_PROGRESS on endpoint creation is in progress and ERROR on failing to create the endpoint.
    • setStatus

      public void setStatus(String status)
      Setter for status. Status of the PrivateLink endpoints. The status is set to SUCCESS on successful creation of endpoint, IN_PROGRESS on endpoint creation is in progress and ERROR on failing to create the endpoint.
    • getError

      public String getError()
      Getter for error. Error message on failure.
    • setError

      public void setError(String error)
      Setter for error. Error message on failure.
    • getEndpointId

      public String getEndpointId()
      Getter for endpointId. PrivateLink endpoint ID on success.
    • setEndpointId

      public void setEndpointId(String endpointId)
      Setter for endpointId. PrivateLink endpoint ID on success.
    • getDnsNames

      public List<String> getDnsNames()
      Getter for dnsNames. List of PrivateLink endpoint DNS names on successful creation.
    • setDnsNames

      public void setDnsNames(List<String> dnsNames)
      Setter for dnsNames. List of PrivateLink endpoint DNS names on successful creation.
    • getCreationTimestamp

      public String getCreationTimestamp()
      Getter for creationTimestamp. Endpoint creation timestamp.
    • setCreationTimestamp

      public void setCreationTimestamp(String creationTimestamp)
      Setter for creationTimestamp. Endpoint creation timestamp.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object