PeeringRegisteredPrefixProperties interface
The properties that define a registered prefix.
Properties
| error |
The error message associated with the validation state, if any. |
| peering |
The peering service prefix key that is to be shared with the customer. |
| prefix | The customer's prefix from which traffic originates. |
| prefix |
The prefix validation state. |
| provisioning |
The provisioning state of the resource. |
Property Details
errorMessage
The error message associated with the validation state, if any.
errorMessage?: string
Property Value
string
peeringServicePrefixKey
The peering service prefix key that is to be shared with the customer.
peeringServicePrefixKey?: string
Property Value
string
prefix
The customer's prefix from which traffic originates.
prefix?: string
Property Value
string
prefixValidationState
The prefix validation state.
prefixValidationState?: string
Property Value
string
provisioningState
The provisioning state of the resource.
provisioningState?: string
Property Value
string