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 Details

    • AzureAccountInfo

      public AzureAccountInfo()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object