Class NetworkAzureParams
java.lang.Object
com.cloudera.cdp.environments.model.NetworkAzureParams
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class NetworkAzureParams
extends Object
Azure network parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for aksPrivateDnsZoneId.Getter for databasePrivateDnsZoneId.Getter for enableOutboundLoadBalancer.Getter for flexibleServerSubnetIds.Getter for networkId.Getter for resourceGroupName.Getter for usePublicIp.inthashCode()voidsetAksPrivateDnsZoneId(String aksPrivateDnsZoneId) Setter for aksPrivateDnsZoneId.voidsetDatabasePrivateDnsZoneId(String databasePrivateDnsZoneId) Setter for databasePrivateDnsZoneId.voidsetEnableOutboundLoadBalancer(Boolean enableOutboundLoadBalancer) Setter for enableOutboundLoadBalancer.voidsetFlexibleServerSubnetIds(List<String> flexibleServerSubnetIds) Setter for flexibleServerSubnetIds.voidsetNetworkId(String networkId) Setter for networkId.voidsetResourceGroupName(String resourceGroupName) Setter for resourceGroupName.voidsetUsePublicIp(Boolean usePublicIp) Setter for usePublicIp.toString()
-
Constructor Details
-
NetworkAzureParams
public NetworkAzureParams()
-
-
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. -
getUsePublicIp
Getter for usePublicIp. Whether to associate public ip's to the resources within the network. -
setUsePublicIp
Setter for usePublicIp. Whether to associate public ip's to the resources within the network. -
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. -
getEnableOutboundLoadBalancer
Getter for enableOutboundLoadBalancer. Whether the outbound load balancer was created for this environment. -
setEnableOutboundLoadBalancer
Setter for enableOutboundLoadBalancer. Whether the outbound load balancer was created for this environment. -
getFlexibleServerSubnetIds
Getter for flexibleServerSubnetIds. The subnets delegated for Flexible Server database. Accepts either the name or the full resource id. -
setFlexibleServerSubnetIds
Setter for flexibleServerSubnetIds. The subnets delegated for Flexible Server database. Accepts either the name or the full resource id. -
equals
-
hashCode
public int hashCode() -
toString
-