Class PrivateLinkEndpointStatus


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.510-07:00")
    public class PrivateLinkEndpointStatus
    extends Object
    Details of the PrivateLink endpoints.
    • Constructor Detail

      • PrivateLinkEndpointStatus

        public PrivateLinkEndpointStatus()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object