ExpressRouteLink Class
ExpressRouteLink child resource definition.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_04_01.models._models_py3.SubResourceExpressRouteLink
Constructor
ExpressRouteLink(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, admin_state: typing.Union[str, _ForwardRef('ExpressRouteLinkAdminState'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of child port resource that is unique among child port resources of the parent.
- admin_state
- str or ExpressRouteLinkAdminState
Administrative state of the physical port. Possible values include: "Enabled", "Disabled".
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- router_name
- str
Name of Azure router associated with physical port.
- 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.
- connector_type
- str or ExpressRouteLinkConnectorType
Physical fiber port type. Possible values include: "LC", "SC".
- provisioning_state
- str
The provisioning state of the ExpressRouteLink resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for