Class SqlDatabaseInstanceClone.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.sql_database_instance.SqlDatabaseInstanceClone.Jsii$Proxy
-
- All Implemented Interfaces:
SqlDatabaseInstanceClone,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SqlDatabaseInstanceClone
@Stability(Stable) @Internal public static final class SqlDatabaseInstanceClone.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SqlDatabaseInstanceClone
An implementation forSqlDatabaseInstanceClone
-
-
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.sql_database_instance.SqlDatabaseInstanceClone
SqlDatabaseInstanceClone.Builder, SqlDatabaseInstanceClone.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SqlDatabaseInstanceClone.Builder builder)Constructor that initializes the object based on literal property values passed by theSqlDatabaseInstanceClone.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)StringgetAllocatedIpRange()The name of the allocated ip range for the private ip CloudSQL instance.List<String>getDatabaseNames()(SQL Server only, use with point_in_time) clone only the specified databases from the source instance.StringgetPointInTime()The timestamp of the point in time that should be restored.StringgetPreferredZone()(Point-in-time recovery for PostgreSQL only) Clone to an instance in the specified zone.StringgetSourceInstanceName()The name of the instance from which the point in time should be restored.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(SqlDatabaseInstanceClone.Builder builder)
Constructor that initializes the object based on literal property values passed by theSqlDatabaseInstanceClone.Builder.
-
-
Method Detail
-
getSourceInstanceName
public final String getSourceInstanceName()
Description copied from interface:SqlDatabaseInstanceCloneThe name of the instance from which the point in time should be restored.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#source_instance_name SqlDatabaseInstance#source_instance_name}
- Specified by:
getSourceInstanceNamein interfaceSqlDatabaseInstanceClone
-
getAllocatedIpRange
public final String getAllocatedIpRange()
Description copied from interface:SqlDatabaseInstanceCloneThe name of the allocated ip range for the private ip CloudSQL instance.For example: "google-managed-services-default". If set, the cloned instance ip will be created in the allocated range. The range name must comply with [RFC 1035](https://tools.ietf.org/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#allocated_ip_range SqlDatabaseInstance#allocated_ip_range}
- Specified by:
getAllocatedIpRangein interfaceSqlDatabaseInstanceClone
-
getDatabaseNames
public final List<String> getDatabaseNames()
Description copied from interface:SqlDatabaseInstanceClone(SQL Server only, use with point_in_time) clone only the specified databases from the source instance.Clone all databases if empty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#database_names SqlDatabaseInstance#database_names}
- Specified by:
getDatabaseNamesin interfaceSqlDatabaseInstanceClone
-
getPointInTime
public final String getPointInTime()
Description copied from interface:SqlDatabaseInstanceCloneThe timestamp of the point in time that should be restored.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#point_in_time SqlDatabaseInstance#point_in_time}
- Specified by:
getPointInTimein interfaceSqlDatabaseInstanceClone
-
getPreferredZone
public final String getPreferredZone()
Description copied from interface:SqlDatabaseInstanceClone(Point-in-time recovery for PostgreSQL only) Clone to an instance in the specified zone.If no zone is specified, clone to the same zone as the source instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#preferred_zone SqlDatabaseInstance#preferred_zone}
- Specified by:
getPreferredZonein interfaceSqlDatabaseInstanceClone
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-