GetIpRangesPlainArgs

data class GetIpRangesPlainArgs(val networks: String? = null) : ConvertibleToJava<GetIpRangesPlainArgs>

A collection of arguments for invoking getIpRanges.

Constructors

Link copied to clipboard
constructor(networks: String? = null)

Properties

Link copied to clipboard
val networks: String? = null

Specified as jdcloud to list IPs used by JD Cloud data centers.

Functions

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