GetReservedIpv6PlainArgs

data class GetReservedIpv6PlainArgs(val ip: String) : ConvertibleToJava<GetReservedIpv6PlainArgs>

A collection of arguments for invoking getReservedIpv6.

Constructors

Link copied to clipboard
constructor(ip: String)

Properties

Link copied to clipboard
val ip: String

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

Functions

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