ExpressRouteLagMemberPropertiesFormat Class

ExpressRouteLagMember Resource Properties.

Constructor

ExpressRouteLagMemberPropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
interface_name
str

Name of Azure router interface.

patch_panel_id
str

Mapping between physical port to patch panel port.

rack_id
str

Mapping of physical patch panel to rack.

colo_location
str

Cololocation for ExpressRoute member.

connector_type

Physical fiber port type. Known values are: "LC" and "SC".

admin_state

Administrative state of the member port. Known values are: "Enabled" and "Disabled".

provisioning_state

The provisioning state of the express route LAG member resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

Attributes

admin_state

"Enabled" and "Disabled".

admin_state: str | _models.ExpressRouteLinkAdminState | None

colo_location

Cololocation for ExpressRoute member.

colo_location: str | None

connector_type

"LC" and "SC".

connector_type: str | _models.ExpressRouteLinkConnectorType | None

interface_name

Name of Azure router interface.

interface_name: str | None

patch_panel_id

Mapping between physical port to patch panel port.

patch_panel_id: str | None

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

rack_id

Mapping of physical patch panel to rack.

rack_id: str | None