FrontendIPConfigurationArgs

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
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val name: Output<String>? = null

The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.

Link copied to clipboard
val privateIPAddress: Output<String>? = null

The private IP address of the IP configuration.

Link copied to clipboard
val privateIPAddressVersion: Output<Either<String, IPVersion>>? = null

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
val publicIPPrefix: Output<SubResourceArgs>? = null

The reference to the Public IP Prefix resource.

Link copied to clipboard
val subnet: Output<SubnetArgs>? = null

The reference to the subnet resource.

Link copied to clipboard
val zones: Output<List<String>>? = null

A list of availability zones denoting the IP allocated for the resource needs to come from.

Functions

Link copied to clipboard
open override fun toJava(): FrontendIPConfigurationArgs