Frontend IPConfiguration Args
data class FrontendIPConfigurationArgs(val gatewayLoadBalancer: Output<SubResourceArgs>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val privateIPAddress: Output<String>? = null, val privateIPAddressVersion: Output<Either<String, IPVersion>>? = null, val privateIPAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, val publicIPAddress: Output<PublicIPAddressArgs>? = null, val publicIPPrefix: Output<SubResourceArgs>? = null, val subnet: Output<SubnetArgs>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<FrontendIPConfigurationArgs>
Frontend IP address of the load balancer.
Constructors
Link copied to clipboard
constructor(gatewayLoadBalancer: Output<SubResourceArgs>? = null, id: Output<String>? = null, name: Output<String>? = null, privateIPAddress: Output<String>? = null, privateIPAddressVersion: Output<Either<String, IPVersion>>? = null, privateIPAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, publicIPAddress: Output<PublicIPAddressArgs>? = null, publicIPPrefix: Output<SubResourceArgs>? = null, subnet: Output<SubnetArgs>? = null, zones: Output<List<String>>? = null)
Properties
Link copied to clipboard
The reference to gateway load balancer frontend IP.
Link copied to clipboard
The private IP address of the IP configuration.
Link copied to clipboard
Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4.
Link copied to clipboard
The Private IP allocation method.
Link copied to clipboard
The reference to the Public IP resource.
Link copied to clipboard
The reference to the Public IP Prefix resource.
Link copied to clipboard
The reference to the subnet resource.