Class AzureAccountDetails
java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.AzureAccountDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:49.632-07:00")
public class AzureAccountDetails
extends Object
Details of the cloud network and the cross-account role required to create the PrivateLink endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for azureClientSecretCredential.Getter for credentialCrn.Getter for location.Getter for resourceGroup.Getter for subnetId.Getter for subscriptionId.Getter for vNetId.inthashCode()voidsetAzureClientSecretCredential(AzureClientSecretCredential azureClientSecretCredential) Setter for azureClientSecretCredential.voidsetCredentialCrn(String credentialCrn) Setter for credentialCrn.voidsetLocation(String location) Setter for location.voidsetResourceGroup(String resourceGroup) Setter for resourceGroup.voidsetSubnetId(String subnetId) Setter for subnetId.voidsetSubscriptionId(String subscriptionId) Setter for subscriptionId.voidSetter for vNetId.toString()
-
Constructor Details
-
AzureAccountDetails
public AzureAccountDetails()
-
-
Method Details
-
getAzureClientSecretCredential
Getter for azureClientSecretCredential. Azure client secret credential, either this or credential CRN should be passed. -
setAzureClientSecretCredential
Setter for azureClientSecretCredential. Azure client secret credential, either this or credential CRN should be passed. -
getCredentialCrn
Getter for credentialCrn. CDP Credential CRN to fetch the Azure client secret credentials, either this or AzureClientSecretCredential should be passed. -
setCredentialCrn
Setter for credentialCrn. CDP Credential CRN to fetch the Azure client secret credentials, either this or AzureClientSecretCredential should be passed. -
getSubscriptionId
Getter for subscriptionId. The Subscription for which the Private link service to be allowed/accessible. -
setSubscriptionId
Setter for subscriptionId. The Subscription for which the Private link service to be allowed/accessible. -
getResourceGroup
Getter for resourceGroup. The Resource group under which the Private endpoint to be created. -
setResourceGroup
Setter for resourceGroup. The Resource group under which the Private endpoint to be created. -
getLocation
Getter for location. Azure location where endpoint should be created. -
setLocation
Setter for location. Azure location where endpoint should be created. -
getVNetId
Getter for vNetId. vNet ID in which the private link should be created. -
setVNetId
Setter for vNetId. vNet ID in which the private link should be created. -
getSubnetId
Getter for subnetId. ID of the private subnet in which the private link should be created. -
setSubnetId
Setter for subnetId. ID of the private subnet in which the private link should be created. -
equals
-
hashCode
public int hashCode() -
toString
-