NetworkProfileArgs

data class NetworkProfileArgs(val networkInterfaces: Output<List<IpAddressArgs>>? = null) : ConvertibleToJava<NetworkProfileArgs>

Specifies the network settings for the HANA instance disks.

Constructors

Link copied to clipboard
constructor(networkInterfaces: Output<List<IpAddressArgs>>? = null)

Properties

Link copied to clipboard
val networkInterfaces: Output<List<IpAddressArgs>>? = null

Specifies the network interfaces for the HANA instance.

Functions

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