Get Byo Ip Prefix Result
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.
Properties
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
Description of the 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.