Load a Host from its ID.
(self, id: HostID)
| 13505 | return HealthcheckConfig(_ctx) |
| 13506 | |
| 13507 | def load_host_from_id(self, id: HostID) -> Host: |
| 13508 | """Load a Host from its ID.""" |
| 13509 | _args = [ |
| 13510 | Arg("id", id), |
| 13511 | ] |
| 13512 | _ctx = self._select("loadHostFromID", _args) |
| 13513 | return Host(_ctx) |
| 13514 | |
| 13515 | def load_input_type_def_from_id(self, id: InputTypeDefID) -> InputTypeDef: |
| 13516 | """Load a InputTypeDef from its ID.""" |