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 Details

    • NetworkAzureParams

      public NetworkAzureParams()
  • Method Details

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

      public Boolean getUsePublicIp()
      Getter for usePublicIp. Whether to associate public ip's to the resources within the network.
    • setUsePublicIp

      public void setUsePublicIp(Boolean usePublicIp)
      Setter for usePublicIp. Whether to associate public ip's to the resources within the network.
    • 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.
    • getEnableOutboundLoadBalancer

      public Boolean getEnableOutboundLoadBalancer()
      Getter for enableOutboundLoadBalancer. Whether the outbound load balancer was created for this environment.
    • setEnableOutboundLoadBalancer

      public void setEnableOutboundLoadBalancer(Boolean enableOutboundLoadBalancer)
      Setter for enableOutboundLoadBalancer. Whether the outbound load balancer was created for this environment.
    • getFlexibleServerSubnetIds

      public List<String> getFlexibleServerSubnetIds()
      Getter for flexibleServerSubnetIds. The subnets delegated for Flexible Server database. Accepts either the name or the full resource id.
    • setFlexibleServerSubnetIds

      public void setFlexibleServerSubnetIds(List<String> flexibleServerSubnetIds)
      Setter for flexibleServerSubnetIds. The subnets delegated for Flexible Server database. Accepts either the name or the full resource id.
    • 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