Class NetworkAzureParams
java.lang.Object
com.cloudera.cdp.environments.model.NetworkAzureParams
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class NetworkAzureParams
extends Object
Azure network parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for aksPrivateDnsZoneId.Getter for databasePrivateDnsZoneId.Getter for enableOutboundLoadBalancer.Getter for flexibleServerSubnetIds.Getter for networkId.Getter for resourceGroupName.Getter for usePublicIp.int
hashCode()
void
setAksPrivateDnsZoneId
(String aksPrivateDnsZoneId) Setter for aksPrivateDnsZoneId.void
setDatabasePrivateDnsZoneId
(String databasePrivateDnsZoneId) Setter for databasePrivateDnsZoneId.void
setEnableOutboundLoadBalancer
(Boolean enableOutboundLoadBalancer) Setter for enableOutboundLoadBalancer.void
setFlexibleServerSubnetIds
(List<String> flexibleServerSubnetIds) Setter for flexibleServerSubnetIds.void
setNetworkId
(String networkId) Setter for networkId.void
setResourceGroupName
(String resourceGroupName) Setter for resourceGroupName.void
setUsePublicIp
(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
-