AccessDeviceEndpointAndHotlineModify
Bases: OCIType
Access device end point used in the context of modify. 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 hotlineContact
Attributes:
access_device (AccessDevice):
line_port (str):
contact (Optional[Nillable[str]]):
path_header (Optional[str]):
port_number (Optional[int]):
use_hotline (Optional[bool]):
hotline_contact (Optional[Nillable[str]]):
Source code in src/mercury_ocip/commands/commands.py
13197 13198 13199 13200 13201 13202 13203 13204 13205 13206 13207 13208 13209 13210 13211 13212 13213 13214 13215 13216 13217 13218 13219 13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 13235 13236 13237 13238 13239 13240 13241 13242 13243 13244 13245 13246 13247 | |