State¶
Leafs
-
class
NetworkInstances.NetworkInstance.ConnectionPoints.ConnectionPoint.Endpoints.Endpoint.Remote.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
ConnectionPoints
ConnectionPoint
Endpoints
Endpoint
Remote
State
This class represents state data.
Operational state parameters relating to
a remote endpoint
-
remote_system
¶ The IP address of the device which hosts the remote end-point
type: union of the below types:
type: str
pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?type: str
pattern: ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?config: False
-
virtual_circuit_identifier
¶ The virtual-circuit identifier that identifies the connection at the remote end-point
type: int
range: 0..4294967295config: False
-