Enumeration of common services available in the Service Discovery.
More...
|
| | __repr__ (self) |
| | Return a string representation of the enumeration to provide better CLI error messages.
|
| |
|
| str | rtr = "rtr" |
| |
| str | psr = "psr" |
| |
| str | oldb = "oldb" |
| |
| str | rr = "rr" |
| |
| str | ps = "ps" |
| |
Enumeration of common services available in the Service Discovery.
◆ __repr__()
| rtctk_service_discovery_client.ServicesForCommonType.__repr__ |
( |
| self | ) |
|
Return a string representation of the enumeration to provide better CLI error messages.
◆ oldb
| str rtctk_service_discovery_client.ServicesForCommonType.oldb = "oldb" |
|
static |
◆ ps
| str rtctk_service_discovery_client.ServicesForCommonType.ps = "ps" |
|
static |
◆ psr
| str rtctk_service_discovery_client.ServicesForCommonType.psr = "psr" |
|
static |
◆ rr
| str rtctk_service_discovery_client.ServicesForCommonType.rr = "rr" |
|
static |
◆ rtr
| str rtctk_service_discovery_client.ServicesForCommonType.rtr = "rtr" |
|
static |
The documentation for this class was generated from the following file: