AccessDeviceMultipleIdentityAndContactEndpointRead
Bases: OCIType
Access device end point that can have multiple contacts. The endpoint is identified by its linePort (public Identity) and possibly a private Identity. Port numbers are only used by devices with static line ordering. The following elements are only used in XS data mode and not returned in AS data mode: privateIdentity The following elements are only used in AS data mode and a value false is returned in the XS mode: supportVisualDeviceManagement
Attributes:
access_device (AccessDevice):
line_port (str):
private_identity (Optional[str]):
contact (Optional[List[str]]):
static_registration_capable (bool):
use_domain (bool):
port_number (Optional[int]):
support_visual_device_management (bool):
Source code in src/mercury_ocip_fast/commands/commands.py
13322 13323 13324 13325 13326 13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 13341 13342 13343 13344 13345 13346 13347 13348 13349 13350 13351 13352 13353 13354 13355 13356 13357 13358 13359 13360 13361 13362 13363 13364 13365 13366 13367 13368 13369 13370 13371 13372 | |