GetReservedIpPlainArgs

data class GetReservedIpPlainArgs(val ipAddress: String) : ConvertibleToJava<GetReservedIpPlainArgs>

A collection of arguments for invoking getReservedIp.

Constructors

Link copied to clipboard
constructor(ipAddress: String)

Properties

Link copied to clipboard

The allocated IP address of the specific reserved IP to retrieve.

Functions

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