Class DatastreamConnectionProfileForwardSshConnectivity.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_connection_profile.DatastreamConnectionProfileForwardSshConnectivity.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamConnectionProfileForwardSshConnectivity,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamConnectionProfileForwardSshConnectivity
@Stability(Stable) @Internal public static final class DatastreamConnectionProfileForwardSshConnectivity.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamConnectionProfileForwardSshConnectivity
An implementation forDatastreamConnectionProfileForwardSshConnectivity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.datastream_connection_profile.DatastreamConnectionProfileForwardSshConnectivity
DatastreamConnectionProfileForwardSshConnectivity.Builder, DatastreamConnectionProfileForwardSshConnectivity.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamConnectionProfileForwardSshConnectivity.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamConnectionProfileForwardSshConnectivity.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetHostname()Hostname for the SSH tunnel.StringgetPassword()SSH password.NumbergetPort()Port for the SSH tunnel.StringgetPrivateKey()SSH private key.StringgetUsername()Username for the SSH tunnel.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DatastreamConnectionProfileForwardSshConnectivity.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamConnectionProfileForwardSshConnectivity.Builder.
-
-
Method Detail
-
getHostname
public final String getHostname()
Description copied from interface:DatastreamConnectionProfileForwardSshConnectivityHostname for the SSH tunnel.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#hostname DatastreamConnectionProfile#hostname}
- Specified by:
getHostnamein interfaceDatastreamConnectionProfileForwardSshConnectivity
-
getUsername
public final String getUsername()
Description copied from interface:DatastreamConnectionProfileForwardSshConnectivityUsername for the SSH tunnel.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#username DatastreamConnectionProfile#username}
- Specified by:
getUsernamein interfaceDatastreamConnectionProfileForwardSshConnectivity
-
getPassword
public final String getPassword()
Description copied from interface:DatastreamConnectionProfileForwardSshConnectivitySSH password.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#password DatastreamConnectionProfile#password}
- Specified by:
getPasswordin interfaceDatastreamConnectionProfileForwardSshConnectivity
-
getPort
public final Number getPort()
Description copied from interface:DatastreamConnectionProfileForwardSshConnectivityPort for the SSH tunnel.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#port DatastreamConnectionProfile#port}
- Specified by:
getPortin interfaceDatastreamConnectionProfileForwardSshConnectivity
-
getPrivateKey
public final String getPrivateKey()
Description copied from interface:DatastreamConnectionProfileForwardSshConnectivitySSH private key.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#private_key DatastreamConnectionProfile#private_key}
- Specified by:
getPrivateKeyin interfaceDatastreamConnectionProfileForwardSshConnectivity
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-