Class AzureAccountInfo
java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.AzureAccountInfo
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.464-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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for azureClientSecretCredential.Getter for credentialCrn.Getter for location.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
Setter 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
-