Class AzureAccountDetails
java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.AzureAccountDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.464-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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for azureClientSecretCredential.Getter for credentialCrn.Getter for location.Getter for resourceGroup.Getter for subnetId.Getter for subscriptionId.Getter for vNetId.int
hashCode()
void
setAzureClientSecretCredential
(AzureClientSecretCredential azureClientSecretCredential) Setter for azureClientSecretCredential.void
setCredentialCrn
(String credentialCrn) Setter for credentialCrn.void
setLocation
(String location) Setter for location.void
setResourceGroup
(String resourceGroup) Setter for resourceGroup.void
setSubnetId
(String subnetId) Setter for subnetId.void
setSubscriptionId
(String subscriptionId) Setter for subscriptionId.void
Setter 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
-