GetPrefixResult

data class GetPrefixResult(val azureApiVersion: String, val errorMessage: String, val events: List<PeeringServicePrefixEventResponse>, val id: String, val learnedType: String, val name: String, val peeringServicePrefixKey: String? = null, val prefix: String? = null, val prefixValidationState: String, val provisioningState: String, val type: String)

The peering service prefix class.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, errorMessage: String, events: List<PeeringServicePrefixEventResponse>, id: String, learnedType: String, name: String, peeringServicePrefixKey: String? = null, prefix: String? = null, prefixValidationState: String, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The error message for validation state

Link copied to clipboard

The list of events for peering service prefix

Link copied to clipboard
val id: String

The ID of the resource.

Link copied to clipboard

The prefix learned type

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The peering service prefix key

Link copied to clipboard
val prefix: String? = null

The prefix from which your 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.