IPConfiguration Properties Args
data class IPConfigurationPropertiesArgs(val prefixLength: Output<String>? = null, val privateIPAddress: Output<String>? = null, val privateIPAllocationMethod: Output<Either<String, PrivateIPAllocationMethodEnum>>? = null, val subnet: Output<IPConfigurationSubnetArgs>? = null) : ConvertibleToJava<IPConfigurationPropertiesArgs>
InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
Constructors
Link copied to clipboard
fun IPConfigurationPropertiesArgs(prefixLength: Output<String>? = null, privateIPAddress: Output<String>? = null, privateIPAllocationMethod: Output<Either<String, PrivateIPAllocationMethodEnum>>? = null, subnet: Output<IPConfigurationSubnetArgs>? = null)