AccessDeviceMultipleIdentityAndContactEndpointModify22
Bases: OCIType
Access device end point used in the context of modify that can have more than one contact defined. The endpoint is identified by its linePort (public Identity) and possibly a private Identity. Only Static Registration capable devices may have more than one contact defined. Port numbers are only used by devices with static line ordering. The following elements are only used in XS data mode and ignored in AS data mode: privateIdentity The following elements are only used in AS data mode and ignored in XS data mode: useHotline hotlineContact
Attributes:
access_device (Optional[AccessDevice]):
line_port (Optional[str]):
private_identity (Optional[Nillable[str]]):
contact_list (Optional[Nillable[ReplacementContactList22]]):
port_number (Optional[int]):
use_hotline (Optional[bool]):
hotline_contact (Optional[Nillable[str]]):
Source code in src/mercury_ocip_fast/commands/commands.py
13512 13513 13514 13515 13516 13517 13518 13519 13520 13521 13522 13523 13524 13525 13526 13527 13528 13529 13530 13531 13532 13533 13534 13535 13536 13537 13538 13539 13540 13541 13542 13543 13544 13545 13546 13547 13548 13549 13550 13551 13552 13553 13554 13555 13556 13557 13558 13559 13560 13561 13562 13563 13564 13565 13566 13567 13568 13569 | |