GetIpRangesResult

data class GetIpRangesResult(val cidrBlocks: List<String>, val createDate: String, val id: String, val ipv6CidrBlocks: List<String>, val regions: List<String>? = null, val services: List<String>, val syncToken: Int, val url: String? = null)

A collection of values returned by getIpRanges.

Constructors

Link copied to clipboard
constructor(cidrBlocks: List<String>, createDate: String, id: String, ipv6CidrBlocks: List<String>, regions: List<String>? = null, services: List<String>, syncToken: Int, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Lexically ordered list of CIDR blocks.

Link copied to clipboard

Publication time of the IP ranges (e.g., 2016-08-03-23-46-05).

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Lexically ordered list of IPv6 CIDR blocks.

Link copied to clipboard
val regions: List<String>? = null
Link copied to clipboard
Link copied to clipboard

Publication time of the IP ranges, in Unix epoch time format (e.g., 1470267965).

Link copied to clipboard
val url: String? = null