(&self)
| 229 | /// Build the `proxy_endpoint` object for the Network Proxy profile. |
| 230 | #[must_use] |
| 231 | pub fn proxy_endpoint(&self) -> Endpoint { |
| 232 | Endpoint::from_ip(self.proxy_ip, self.proxy_port) |
| 233 | } |
| 234 | |
| 235 | /// Apply the fields common to every builder's `build()` method onto `base`: |
| 236 | /// optional status, optional message, device info, and container info. |
no outgoing calls