Class AzureAccountInfo
java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.AzureAccountInfo
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:32.006-07:00")
public class AzureAccountInfo
extends Object
Details of the cloud network and the cross-account role required to delete the PrivateLink endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for azureClientSecretCredential.Getter for credentialCrn.Getter for location.Getter for vNetId.inthashCode()voidsetAzureClientSecretCredential(AzureClientSecretCredential azureClientSecretCredential) Setter for azureClientSecretCredential.voidsetCredentialCrn(String credentialCrn) Setter for credentialCrn.voidsetLocation(String location) Setter for location.voidSetter for vNetId.toString()
-
Constructor Details
-
AzureAccountInfo
public AzureAccountInfo()
-
-
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. -
getLocation
Getter for location. Region in which VPC exists. -
setLocation
Setter for location. Region in which VPC exists. -
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. -
equals
-
hashCode
public int hashCode() -
toString
-