Class ConnectionProfileOracleForwardSshConnectivity
- java.lang.Object
-
- com.pulumi.gcp.databasemigrationservice.outputs.ConnectionProfileOracleForwardSshConnectivity
-
public final class ConnectionProfileOracleForwardSshConnectivity extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectionProfileOracleForwardSshConnectivity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionProfileOracleForwardSshConnectivity.Builder
builder()
static ConnectionProfileOracleForwardSshConnectivity.Builder
builder(ConnectionProfileOracleForwardSshConnectivity defaults)
java.lang.String
hostname()
java.util.Optional<java.lang.String>
password()
java.lang.Integer
port()
java.util.Optional<java.lang.String>
privateKey()
java.lang.String
username()
-
-
-
Method Detail
-
hostname
public java.lang.String hostname()
- Returns:
- Required. Hostname for the SSH tunnel.
-
password
public java.util.Optional<java.lang.String> password()
- Returns:
- Input only. SSH password. Only one of `password` and `private_key` can be configured. **Note**: This property is sensitive and will not be displayed in the plan.
-
port
public java.lang.Integer port()
- Returns:
- Port for the SSH tunnel, default value is 22.
-
privateKey
public java.util.Optional<java.lang.String> privateKey()
- Returns:
- Input only. SSH private key. Only one of `password` and `private_key` can be configured. **Note**: This property is sensitive and will not be displayed in the plan.
-
username
public java.lang.String username()
- Returns:
- Required. Username for the SSH tunnel.
-
builder
public static ConnectionProfileOracleForwardSshConnectivity.Builder builder()
-
builder
public static ConnectionProfileOracleForwardSshConnectivity.Builder builder(ConnectionProfileOracleForwardSshConnectivity defaults)
-
-