(&self)
| 332 | /// no explicit `--grpc-endpoint` is configured. |
| 333 | #[must_use] |
| 334 | pub fn network_gateway_ip(&self) -> Option<&str> { |
| 335 | self.network_gateway_ip.as_deref() |
| 336 | } |
| 337 | |
| 338 | /// Report driver capabilities. |
| 339 | pub fn capabilities(&self) -> Result<GetCapabilitiesResponse, ComputeDriverError> { |