Class CreatePrivateLinkEndpointRequest
java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.CreatePrivateLinkEndpointRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.464-07:00")
public class CreatePrivateLinkEndpointRequest
extends Object
Request object for the CreatePrivateLinkEndpoint method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for awsAccountDetails.Getter for azureAccountDetails.Getter for cloudServiceProvider.Getter for enablePrivateDns.Getter for serviceGroup.int
hashCode()
void
setAwsAccountDetails
(AWSAccountDetails awsAccountDetails) Setter for awsAccountDetails.void
setAzureAccountDetails
(AzureAccountDetails azureAccountDetails) Setter for azureAccountDetails.void
setCloudServiceProvider
(String cloudServiceProvider) Setter for cloudServiceProvider.void
setEnablePrivateDns
(Boolean enablePrivateDns) Setter for enablePrivateDns.void
setServiceGroup
(String serviceGroup) Setter for serviceGroup.toString()
-
Constructor Details
-
CreatePrivateLinkEndpointRequest
public CreatePrivateLinkEndpointRequest()
-
-
Method Details
-
getCloudServiceProvider
Getter for cloudServiceProvider. Cloud Service Provider. Currently supporting AWS and AZURE. -
setCloudServiceProvider
Setter for cloudServiceProvider. Cloud Service Provider. Currently supporting AWS and AZURE. -
getEnablePrivateDns
Getter for enablePrivateDns. Enable Private DNS for PrivateLink endpoint. -
setEnablePrivateDns
Setter for enablePrivateDns. Enable Private DNS for PrivateLink endpoint. -
getServiceGroup
Getter for serviceGroup. CDP service group. -
setServiceGroup
Setter for serviceGroup. CDP service group. -
getAwsAccountDetails
Getter for awsAccountDetails. AWS account details where the PrivateLink endpoint is created. -
setAwsAccountDetails
Setter for awsAccountDetails. AWS account details where the PrivateLink endpoint is created. -
getAzureAccountDetails
Getter for azureAccountDetails. Azure account details where PrivateLink endpoint is created. -
setAzureAccountDetails
Setter for azureAccountDetails. Azure account details where PrivateLink endpoint is created. -
equals
-
hashCode
public int hashCode() -
toString
-