Load Balancer Frontend Ip Configuration Args
data class LoadBalancerFrontendIpConfigurationArgs(val gatewayLoadBalancerFrontendIpConfigurationId: Output<String>? = null, val id: Output<String>? = null, val inboundNatRules: Output<List<String>>? = null, val loadBalancerRules: Output<List<String>>? = null, val name: Output<String>, val outboundRules: Output<List<String>>? = null, val privateIpAddress: Output<String>? = null, val privateIpAddressAllocation: Output<String>? = null, val privateIpAddressVersion: Output<String>? = null, val publicIpAddressId: Output<String>? = null, val publicIpPrefixId: Output<String>? = null, val subnetId: Output<String>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<LoadBalancerFrontendIpConfigurationArgs>
Constructors
Link copied to clipboard
fun LoadBalancerFrontendIpConfigurationArgs(gatewayLoadBalancerFrontendIpConfigurationId: Output<String>? = null, id: Output<String>? = null, inboundNatRules: Output<List<String>>? = null, loadBalancerRules: Output<List<String>>? = null, name: Output<String>, outboundRules: Output<List<String>>? = null, privateIpAddress: Output<String>? = null, privateIpAddressAllocation: Output<String>? = null, privateIpAddressVersion: Output<String>? = null, publicIpAddressId: Output<String>? = null, publicIpPrefixId: Output<String>? = null, subnetId: Output<String>? = null, zones: Output<List<String>>? = null)