Class DatastreamConnectionProfileSqlServerProfile.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_connection_profile.DatastreamConnectionProfileSqlServerProfile.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamConnectionProfileSqlServerProfile,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamConnectionProfileSqlServerProfile
@Stability(Stable) @Internal public static final class DatastreamConnectionProfileSqlServerProfile.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamConnectionProfileSqlServerProfile
An implementation forDatastreamConnectionProfileSqlServerProfile
-
-
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.DatastreamConnectionProfileSqlServerProfile
DatastreamConnectionProfileSqlServerProfile.Builder, DatastreamConnectionProfileSqlServerProfile.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamConnectionProfileSqlServerProfile.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamConnectionProfileSqlServerProfile.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)StringgetDatabase()Database for the SQL Server connection.StringgetHostname()Hostname for the SQL Server connection.StringgetPassword()Password for the SQL Server connection.NumbergetPort()Port for the SQL Server connection.StringgetUsername()Username for the SQL Server connection.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(DatastreamConnectionProfileSqlServerProfile.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamConnectionProfileSqlServerProfile.Builder.
-
-
Method Detail
-
getDatabase
public final String getDatabase()
Description copied from interface:DatastreamConnectionProfileSqlServerProfileDatabase for the SQL Server connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#database DatastreamConnectionProfile#database}
- Specified by:
getDatabasein interfaceDatastreamConnectionProfileSqlServerProfile
-
getHostname
public final String getHostname()
Description copied from interface:DatastreamConnectionProfileSqlServerProfileHostname for the SQL Server connection.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 interfaceDatastreamConnectionProfileSqlServerProfile
-
getPassword
public final String getPassword()
Description copied from interface:DatastreamConnectionProfileSqlServerProfilePassword for the SQL Server connection.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 interfaceDatastreamConnectionProfileSqlServerProfile
-
getUsername
public final String getUsername()
Description copied from interface:DatastreamConnectionProfileSqlServerProfileUsername for the SQL Server connection.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 interfaceDatastreamConnectionProfileSqlServerProfile
-
getPort
public final Number getPort()
Description copied from interface:DatastreamConnectionProfileSqlServerProfilePort for the SQL Server connection.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 interfaceDatastreamConnectionProfileSqlServerProfile
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-