serverPort property

Output<int?> serverPort
latefinal

The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS). You can specify a custom port if your self-managed object storage server requires one.

Implementation

late final pulumi.Output<int?> serverPort;