Class ExistingAzureNetworkRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class ExistingAzureNetworkRequest
    extends Object
    Request object for creating an Azure environment using existing VNet and subnets.
    • Constructor Detail

      • ExistingAzureNetworkRequest

        public ExistingAzureNetworkRequest()
    • Method Detail

      • getNetworkId

        public String getNetworkId()
        Getter for networkId. The id of the Azure VNet.
      • setNetworkId

        public void setNetworkId​(String networkId)
        Setter for networkId. The id of the Azure VNet.
      • getResourceGroupName

        public String getResourceGroupName()
        Getter for resourceGroupName. The name of the resource group associated with the VNet.
      • setResourceGroupName

        public void setResourceGroupName​(String resourceGroupName)
        Setter for resourceGroupName. The name of the resource group associated with the VNet.
      • getSubnetIds

        public List<String> getSubnetIds()
        Getter for subnetIds. One or more subnet ids within the VNet.
      • setSubnetIds

        public void setSubnetIds​(List<String> subnetIds)
        Setter for subnetIds. One or more subnet ids within the VNet.
      • getDatabasePrivateDnsZoneId

        public String getDatabasePrivateDnsZoneId()
        Getter for databasePrivateDnsZoneId. The full Azure resource ID of the existing Private DNS Zone used for Flexible Server and Single Server Databases.
      • setDatabasePrivateDnsZoneId

        public void setDatabasePrivateDnsZoneId​(String databasePrivateDnsZoneId)
        Setter for databasePrivateDnsZoneId. The full Azure resource ID of the existing Private DNS Zone used for Flexible Server and Single Server Databases.
      • getAksPrivateDnsZoneId

        public String getAksPrivateDnsZoneId()
        Getter for aksPrivateDnsZoneId. The full Azure resource ID of an existing Private DNS zone used for the AKS.
      • setAksPrivateDnsZoneId

        public void setAksPrivateDnsZoneId​(String aksPrivateDnsZoneId)
        Setter for aksPrivateDnsZoneId. The full Azure resource ID of an existing Private DNS zone used for the AKS.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object