GetFloatingIpPlainArgs

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

A collection of arguments for invoking getFloatingIp.

Constructors

Link copied to clipboard
constructor(ipAddress: String)

Properties

Link copied to clipboard

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

Functions

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