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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for creationTimestamp.Getter for dnsNames.Getter for endpointId.getError()
Getter for error.Getter for serviceComponent.Getter for status.int
hashCode()
void
setCreationTimestamp
(String creationTimestamp) Setter for creationTimestamp.void
setDnsNames
(List<String> dnsNames) Setter for dnsNames.void
setEndpointId
(String endpointId) Setter for endpointId.void
Setter for error.void
setServiceComponent
(String serviceComponent) Setter for serviceComponent.void
Setter for status.toString()
-
Constructor Details
-
PrivateLinkEndpointStatus
public PrivateLinkEndpointStatus()
-
-
Method Details
-
getServiceComponent
Getter for serviceComponent. CDP service component name [API/DBUSAPI/IAMAPI/CCMV2/CONSOLEAUTH]. -
setServiceComponent
Setter for serviceComponent. CDP service component name [API/DBUSAPI/IAMAPI/CCMV2/CONSOLEAUTH]. -
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
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
Getter for error. Error message on failure. -
setError
Setter for error. Error message on failure. -
getEndpointId
Getter for endpointId. PrivateLink endpoint ID on success. -
setEndpointId
Setter for endpointId. PrivateLink endpoint ID on success. -
getDnsNames
Getter for dnsNames. List of PrivateLink endpoint DNS names on successful creation. -
setDnsNames
Setter for dnsNames. List of PrivateLink endpoint DNS names on successful creation. -
getCreationTimestamp
Getter for creationTimestamp. Endpoint creation timestamp. -
setCreationTimestamp
Setter for creationTimestamp. Endpoint creation timestamp. -
equals
-
hashCode
public int hashCode() -
toString
-