GetRegisteredPrefixResult

data class GetRegisteredPrefixResult(val errorMessage: String, val id: String, val name: String, val peeringServicePrefixKey: String, val prefix: String? = null, val prefixValidationState: String, val provisioningState: String, val type: String)

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

Constructors

Link copied to clipboard
fun GetRegisteredPrefixResult(errorMessage: String, id: String, name: String, peeringServicePrefixKey: String, prefix: String? = null, prefixValidationState: String, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error message associated with the validation state, if any.

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
val prefix: String? = null

The customer's prefix from which traffic originates.

Link copied to clipboard

The prefix validation state.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

The type of the resource.