PeeringServicePrefix Class

The peering service prefix class.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.peering.models._models_py3.Resource
PeeringServicePrefix

Constructor

PeeringServicePrefix(*, prefix: Optional[str] = None, prefix_validation_state: Optional[Union[str, azure.mgmt.peering.models._peering_management_client_enums.PrefixValidationState]] = None, learned_type: Optional[Union[str, azure.mgmt.peering.models._peering_management_client_enums.LearnedType]] = None, **kwargs)

Parameters

prefix
str
Required

Valid route prefix.

prefix_validation_state
str or PrefixValidationState
Required

The prefix validation state. Possible values include: "None", "Invalid", "Verified", "Failed", "Pending", "Unknown".

learned_type
str or LearnedType
Required

The prefix learned type. Possible values include: "None", "ViaPartner", "ViaSession".

Variables

name
str

The name of the resource.

id
str

The ID of the resource.

type
str

The type of the resource.

provisioning_state
str or ProvisioningState

The provisioning state of the resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".