GetRegisteredAsnResult

data class GetRegisteredAsnResult(val asn: Int? = null, val id: String, val name: String, val peeringServicePrefixKey: String, val provisioningState: String, val type: String)

The customer's ASN that is registered by the peering service provider.

Constructors

Link copied to clipboard
fun GetRegisteredAsnResult(asn: Int? = null, id: String, name: String, peeringServicePrefixKey: String, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: Int? = null

The customer's ASN from which traffic originates.

Link copied to clipboard
val id: String

The ID of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The peering service prefix key that is to be shared with the customer.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

The type of the resource.