serverPort property

Input<int?>? serverPort
final

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

final pulumi.Input<int?>? serverPort;