GetNetblockIPRangesPlainArgs

data class GetNetblockIPRangesPlainArgs(val rangeType: String? = null) : ConvertibleToJava<GetNetblockIPRangesPlainArgs>

A collection of arguments for invoking getNetblockIPRanges.

Constructors

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

Properties

Link copied to clipboard
val rangeType: String? = null

The type of range for which to provide results. Defaults to cloud-netblocks. The following range_types are supported:

Functions

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