GetStaticIpPlainArgs

data class GetStaticIpPlainArgs(val staticIpName: String) : ConvertibleToJava<GetStaticIpPlainArgs>

Constructors

Link copied to clipboard
constructor(staticIpName: String)

Properties

Link copied to clipboard

The name of the static IP address.

Functions

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