Class AzureAccountInfo


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.510-07:00")
    public class AzureAccountInfo
    extends Object
    Details of the cloud network and the cross-account role required to delete the PrivateLink endpoint.
    • Constructor Detail

      • AzureAccountInfo

        public AzureAccountInfo()
    • Method Detail

      • getAzureClientSecretCredential

        public AzureClientSecretCredential getAzureClientSecretCredential()
        Getter for azureClientSecretCredential. Azure client secret credential, either this or credential CRN should be passed.
      • setAzureClientSecretCredential

        public void setAzureClientSecretCredential​(AzureClientSecretCredential azureClientSecretCredential)
        Setter for azureClientSecretCredential. Azure client secret credential, either this or credential CRN should be passed.
      • getCredentialCrn

        public String getCredentialCrn()
        Getter for credentialCrn. CDP Credential CRN to fetch the Azure client secret credentials, either this or AzureClientSecretCredential should be passed.
      • setCredentialCrn

        public void setCredentialCrn​(String credentialCrn)
        Setter for credentialCrn. CDP Credential CRN to fetch the Azure client secret credentials, either this or AzureClientSecretCredential should be passed.
      • getLocation

        public String getLocation()
        Getter for location. Region in which VPC exists.
      • setLocation

        public void setLocation​(String location)
        Setter for location. Region in which VPC exists.
      • getVNetId

        public String getVNetId()
        Getter for vNetId. vNet ID in which the private link should be created.
      • setVNetId

        public void setVNetId​(String vNetId)
        Setter for vNetId. vNet ID in which the private link should be created.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object