Class ExistingAzureNetworkRequest
java.lang.Object
com.cloudera.cdp.environments.model.ExistingAzureNetworkRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class ExistingAzureNetworkRequest
extends Object
Request object for creating an Azure environment using existing VNet and subnets.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for aksPrivateDnsZoneId.Getter for databasePrivateDnsZoneId.Getter for networkId.Getter for resourceGroupName.Getter for subnetIds.inthashCode()voidsetAksPrivateDnsZoneId(String aksPrivateDnsZoneId) Setter for aksPrivateDnsZoneId.voidsetDatabasePrivateDnsZoneId(String databasePrivateDnsZoneId) Setter for databasePrivateDnsZoneId.voidsetNetworkId(String networkId) Setter for networkId.voidsetResourceGroupName(String resourceGroupName) Setter for resourceGroupName.voidsetSubnetIds(List<String> subnetIds) Setter for subnetIds.toString()
-
Constructor Details
-
ExistingAzureNetworkRequest
public ExistingAzureNetworkRequest()
-
-
Method Details
-
getNetworkId
Getter for networkId. The id of the Azure VNet. -
setNetworkId
Setter for networkId. The id of the Azure VNet. -
getResourceGroupName
Getter for resourceGroupName. The name of the resource group associated with the VNet. -
setResourceGroupName
Setter for resourceGroupName. The name of the resource group associated with the VNet. -
getSubnetIds
Getter for subnetIds. One or more subnet ids within the VNet. -
setSubnetIds
Setter for subnetIds. One or more subnet ids within the VNet. -
getDatabasePrivateDnsZoneId
Getter for databasePrivateDnsZoneId. The full Azure resource ID of the existing Private DNS Zone used for Flexible Server and Single Server Databases. -
setDatabasePrivateDnsZoneId
Setter for databasePrivateDnsZoneId. The full Azure resource ID of the existing Private DNS Zone used for Flexible Server and Single Server Databases. -
getAksPrivateDnsZoneId
Getter for aksPrivateDnsZoneId. The full Azure resource ID of an existing Private DNS zone used for the AKS. -
setAksPrivateDnsZoneId
Setter for aksPrivateDnsZoneId. The full Azure resource ID of an existing Private DNS zone used for the AKS. -
equals
-
hashCode
public int hashCode() -
toString
-