Network Interface Args
data class NetworkInterfaceArgs(val deviceKey: Output<Int>? = null, val ipSettings: Output<NicIPSettingsArgs>? = null, val name: Output<String>? = null, val networkId: Output<String>? = null, val nicType: Output<Either<String, NICType>>? = null, val powerOnBoot: Output<Either<String, PowerOnBootOption>>? = null) : ConvertibleToJava<NetworkInterfaceArgs>
Network Interface model
Constructors
Link copied to clipboard
constructor(deviceKey: Output<Int>? = null, ipSettings: Output<NicIPSettingsArgs>? = null, name: Output<String>? = null, networkId: Output<String>? = null, nicType: Output<Either<String, NICType>>? = null, powerOnBoot: Output<Either<String, PowerOnBootOption>>? = null)