GetByoIpPrefixResult

data class GetByoIpPrefixResult(val accountId: String, val advertised: Boolean, val advertisedModifiedAt: String, val approved: String, val asn: Int, val cidr: String, val createdAt: String, val description: String, val id: String, val loaDocumentId: String, val modifiedAt: String, val onDemandEnabled: Boolean, val onDemandLocked: Boolean, val prefixId: String? = null)

A collection of values returned by getByoIpPrefix.

Constructors

Link copied to clipboard
constructor(accountId: String, advertised: Boolean, advertisedModifiedAt: String, approved: String, asn: Int, cidr: String, createdAt: String, description: String, id: String, loaDocumentId: String, modifiedAt: String, onDemandEnabled: Boolean, onDemandLocked: Boolean, prefixId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier of a Cloudflare account.

Link copied to clipboard

Prefix advertisement status to the Internet. This field is only not 'null' if on demand is enabled.

Link copied to clipboard

Last time the advertisement status was changed. This field is only not 'null' if on demand is enabled.

Link copied to clipboard

Approval state of the prefix (P = pending, V = active).

Link copied to clipboard
val asn: Int

Autonomous System Number (ASN) the prefix will be advertised under.

Link copied to clipboard

IP Prefix in Classless Inter-Domain Routing format.

Link copied to clipboard
Link copied to clipboard

Description of the prefix.

Link copied to clipboard
val id: String

Identifier of an IP Prefix.

Link copied to clipboard

Identifier for the uploaded LOA document.

Link copied to clipboard
Link copied to clipboard

Whether advertisement of the prefix to the Internet may be dynamically enabled or disabled.

Link copied to clipboard

Whether advertisement status of the prefix is locked, meaning it cannot be changed.

Link copied to clipboard
val prefixId: String? = null

Identifier of an IP Prefix.