AccessDeviceEndpointAndHotlineAdd
Bases: OCIType
Access device end point used in the context of add. Port numbers are only used by devices with static line ordering. The following element is only used in AS data mode and ignored in XS data mode: pathHeader useHotline, use value false in XS data mode hotlineContact
The following element is only used in XS data mode and ignored in AS data mode:
privateIdentity
Attributes:
access_device (AccessDevice):
line_port (str):
private_identity (Optional[str]):
contact (Optional[str]):
path_header (Optional[str]):
port_number (Optional[int]):
use_hotline (bool):
hotline_contact (Optional[str]):
Source code in src/mercury_ocip_fast/commands/commands.py
13459 13460 13461 13462 13463 13464 13465 13466 13467 13468 13469 13470 13471 13472 13473 13474 13475 13476 13477 13478 13479 13480 13481 13482 13483 13484 13485 13486 13487 13488 13489 13490 13491 13492 13493 13494 13495 13496 13497 13498 13499 13500 13501 13502 13503 13504 13505 13506 13507 13508 13509 | |