Documentation ¶
Index ¶
- func GaussdbMysqlInstanceV3_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GaussdbMysqlInstanceV3_IsConstruct(x interface{}) *bool
- func GaussdbMysqlInstanceV3_IsTerraformElement(x interface{}) *bool
- func GaussdbMysqlInstanceV3_IsTerraformResource(x interface{}) *bool
- func GaussdbMysqlInstanceV3_TfResourceType() *string
- func NewGaussdbMysqlInstanceV3BackupStrategyOutputReference_Override(g GaussdbMysqlInstanceV3BackupStrategyOutputReference, ...)
- func NewGaussdbMysqlInstanceV3DatastoreOutputReference_Override(g GaussdbMysqlInstanceV3DatastoreOutputReference, ...)
- func NewGaussdbMysqlInstanceV3NodesList_Override(g GaussdbMysqlInstanceV3NodesList, ...)
- func NewGaussdbMysqlInstanceV3NodesOutputReference_Override(g GaussdbMysqlInstanceV3NodesOutputReference, ...)
- func NewGaussdbMysqlInstanceV3TimeoutsOutputReference_Override(g GaussdbMysqlInstanceV3TimeoutsOutputReference, ...)
- func NewGaussdbMysqlInstanceV3_Override(g GaussdbMysqlInstanceV3, scope constructs.Construct, id *string, ...)
- type GaussdbMysqlInstanceV3
- type GaussdbMysqlInstanceV3BackupStrategy
- type GaussdbMysqlInstanceV3BackupStrategyOutputReference
- type GaussdbMysqlInstanceV3Config
- type GaussdbMysqlInstanceV3Datastore
- type GaussdbMysqlInstanceV3DatastoreOutputReference
- type GaussdbMysqlInstanceV3Nodes
- type GaussdbMysqlInstanceV3NodesList
- type GaussdbMysqlInstanceV3NodesOutputReference
- type GaussdbMysqlInstanceV3Timeouts
- type GaussdbMysqlInstanceV3TimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GaussdbMysqlInstanceV3_GenerateConfigForImport ¶
func GaussdbMysqlInstanceV3_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GaussdbMysqlInstanceV3 resource upon running "cdktf plan <stack-name>".
func GaussdbMysqlInstanceV3_IsConstruct ¶
func GaussdbMysqlInstanceV3_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func GaussdbMysqlInstanceV3_IsTerraformElement ¶
func GaussdbMysqlInstanceV3_IsTerraformElement(x interface{}) *bool
Experimental.
func GaussdbMysqlInstanceV3_IsTerraformResource ¶
func GaussdbMysqlInstanceV3_IsTerraformResource(x interface{}) *bool
Experimental.
func GaussdbMysqlInstanceV3_TfResourceType ¶
func GaussdbMysqlInstanceV3_TfResourceType() *string
func NewGaussdbMysqlInstanceV3BackupStrategyOutputReference_Override ¶
func NewGaussdbMysqlInstanceV3BackupStrategyOutputReference_Override(g GaussdbMysqlInstanceV3BackupStrategyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGaussdbMysqlInstanceV3DatastoreOutputReference_Override ¶
func NewGaussdbMysqlInstanceV3DatastoreOutputReference_Override(g GaussdbMysqlInstanceV3DatastoreOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGaussdbMysqlInstanceV3NodesList_Override ¶
func NewGaussdbMysqlInstanceV3NodesList_Override(g GaussdbMysqlInstanceV3NodesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGaussdbMysqlInstanceV3NodesOutputReference_Override ¶
func NewGaussdbMysqlInstanceV3NodesOutputReference_Override(g GaussdbMysqlInstanceV3NodesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGaussdbMysqlInstanceV3TimeoutsOutputReference_Override ¶
func NewGaussdbMysqlInstanceV3TimeoutsOutputReference_Override(g GaussdbMysqlInstanceV3TimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGaussdbMysqlInstanceV3_Override ¶
func NewGaussdbMysqlInstanceV3_Override(g GaussdbMysqlInstanceV3, scope constructs.Construct, id *string, config *GaussdbMysqlInstanceV3Config)
Create a new {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3 opentelekomcloud_gaussdb_mysql_instance_v3} Resource.
Types ¶
type GaussdbMysqlInstanceV3 ¶
type GaussdbMysqlInstanceV3 interface { cdktf.TerraformResource Alias() *string AvailabilityZoneMode() *string SetAvailabilityZoneMode(val *string) AvailabilityZoneModeInput() *string BackupStrategy() GaussdbMysqlInstanceV3BackupStrategyOutputReference BackupStrategyInput() *GaussdbMysqlInstanceV3BackupStrategy // Experimental. CdktfStack() cdktf.TerraformStack ChargingMode() *string ConfigurationId() *string SetConfigurationId(val *string) ConfigurationIdInput() *string ConfigurationName() *string SetConfigurationName(val *string) ConfigurationNameInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) Created() *string Datastore() GaussdbMysqlInstanceV3DatastoreOutputReference DatastoreInput() *GaussdbMysqlInstanceV3Datastore DbUserName() *string DedicatedResourceId() *string SetDedicatedResourceId(val *string) DedicatedResourceIdInput() *string DedicatedResourceName() *string SetDedicatedResourceName(val *string) DedicatedResourceNameInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Flavor() *string SetFlavor(val *string) FlavorInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MasterAvailabilityZone() *string SetMasterAvailabilityZone(val *string) MasterAvailabilityZoneInput() *string Mode() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node NodeCount() *float64 Nodes() GaussdbMysqlInstanceV3NodesList Password() *string SetPassword(val *string) PasswordInput() *string Port() *float64 PrivateWriteIp() *[]*string ProjectId() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) PublicIp() *string // Experimental. RawOverrides() interface{} ReadReplicas() *float64 SetReadReplicas(val *float64) ReadReplicasInput() *float64 Region() *string SetRegion(val *string) RegionInput() *string SecurityGroupId() *string SetSecurityGroupId(val *string) SecurityGroupIdInput() *string Status() *string SubnetId() *string SetSubnetId(val *string) SubnetIdInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GaussdbMysqlInstanceV3TimeoutsOutputReference TimeoutsInput() interface{} TimeZone() *string SetTimeZone(val *string) TimeZoneInput() *string Updated() *string VpcId() *string SetVpcId(val *string) VpcIdInput() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutBackupStrategy(value *GaussdbMysqlInstanceV3BackupStrategy) PutDatastore(value *GaussdbMysqlInstanceV3Datastore) PutTimeouts(value *GaussdbMysqlInstanceV3Timeouts) ResetAvailabilityZoneMode() ResetBackupStrategy() ResetConfigurationId() ResetConfigurationName() ResetDatastore() ResetDedicatedResourceId() ResetDedicatedResourceName() ResetId() ResetMasterAvailabilityZone() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetReadReplicas() ResetRegion() ResetSecurityGroupId() ResetTimeouts() ResetTimeZone() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3 opentelekomcloud_gaussdb_mysql_instance_v3}.
func NewGaussdbMysqlInstanceV3 ¶
func NewGaussdbMysqlInstanceV3(scope constructs.Construct, id *string, config *GaussdbMysqlInstanceV3Config) GaussdbMysqlInstanceV3
Create a new {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3 opentelekomcloud_gaussdb_mysql_instance_v3} Resource.
type GaussdbMysqlInstanceV3BackupStrategy ¶
type GaussdbMysqlInstanceV3BackupStrategy struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#start_time GaussdbMysqlInstanceV3#start_time}. StartTime *string `field:"required" json:"startTime" yaml:"startTime"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#keep_days GaussdbMysqlInstanceV3#keep_days}. KeepDays *float64 `field:"optional" json:"keepDays" yaml:"keepDays"` }
type GaussdbMysqlInstanceV3BackupStrategyOutputReference ¶
type GaussdbMysqlInstanceV3BackupStrategyOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GaussdbMysqlInstanceV3BackupStrategy SetInternalValue(val *GaussdbMysqlInstanceV3BackupStrategy) KeepDays() *float64 SetKeepDays(val *float64) KeepDaysInput() *float64 StartTime() *string SetStartTime(val *string) StartTimeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetKeepDays() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGaussdbMysqlInstanceV3BackupStrategyOutputReference ¶
func NewGaussdbMysqlInstanceV3BackupStrategyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GaussdbMysqlInstanceV3BackupStrategyOutputReference
type GaussdbMysqlInstanceV3Config ¶
type GaussdbMysqlInstanceV3Config struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#flavor GaussdbMysqlInstanceV3#flavor}. Flavor *string `field:"required" json:"flavor" yaml:"flavor"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#name GaussdbMysqlInstanceV3#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#password GaussdbMysqlInstanceV3#password}. Password *string `field:"required" json:"password" yaml:"password"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#subnet_id GaussdbMysqlInstanceV3#subnet_id}. SubnetId *string `field:"required" json:"subnetId" yaml:"subnetId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#vpc_id GaussdbMysqlInstanceV3#vpc_id}. VpcId *string `field:"required" json:"vpcId" yaml:"vpcId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#availability_zone_mode GaussdbMysqlInstanceV3#availability_zone_mode}. AvailabilityZoneMode *string `field:"optional" json:"availabilityZoneMode" yaml:"availabilityZoneMode"` // backup_strategy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#backup_strategy GaussdbMysqlInstanceV3#backup_strategy} BackupStrategy *GaussdbMysqlInstanceV3BackupStrategy `field:"optional" json:"backupStrategy" yaml:"backupStrategy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#configuration_id GaussdbMysqlInstanceV3#configuration_id}. ConfigurationId *string `field:"optional" json:"configurationId" yaml:"configurationId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#configuration_name GaussdbMysqlInstanceV3#configuration_name}. ConfigurationName *string `field:"optional" json:"configurationName" yaml:"configurationName"` // datastore block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#datastore GaussdbMysqlInstanceV3#datastore} Datastore *GaussdbMysqlInstanceV3Datastore `field:"optional" json:"datastore" yaml:"datastore"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#dedicated_resource_id GaussdbMysqlInstanceV3#dedicated_resource_id}. DedicatedResourceId *string `field:"optional" json:"dedicatedResourceId" yaml:"dedicatedResourceId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#dedicated_resource_name GaussdbMysqlInstanceV3#dedicated_resource_name}. DedicatedResourceName *string `field:"optional" json:"dedicatedResourceName" yaml:"dedicatedResourceName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#id GaussdbMysqlInstanceV3#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#master_availability_zone GaussdbMysqlInstanceV3#master_availability_zone}. MasterAvailabilityZone *string `field:"optional" json:"masterAvailabilityZone" yaml:"masterAvailabilityZone"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#read_replicas GaussdbMysqlInstanceV3#read_replicas}. ReadReplicas *float64 `field:"optional" json:"readReplicas" yaml:"readReplicas"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#region GaussdbMysqlInstanceV3#region}. Region *string `field:"optional" json:"region" yaml:"region"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#security_group_id GaussdbMysqlInstanceV3#security_group_id}. SecurityGroupId *string `field:"optional" json:"securityGroupId" yaml:"securityGroupId"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#timeouts GaussdbMysqlInstanceV3#timeouts} Timeouts *GaussdbMysqlInstanceV3Timeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#time_zone GaussdbMysqlInstanceV3#time_zone}. TimeZone *string `field:"optional" json:"timeZone" yaml:"timeZone"` }
type GaussdbMysqlInstanceV3Datastore ¶
type GaussdbMysqlInstanceV3Datastore struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#engine GaussdbMysqlInstanceV3#engine}. Engine *string `field:"required" json:"engine" yaml:"engine"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#version GaussdbMysqlInstanceV3#version}. Version *string `field:"required" json:"version" yaml:"version"` }
type GaussdbMysqlInstanceV3DatastoreOutputReference ¶
type GaussdbMysqlInstanceV3DatastoreOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Engine() *string SetEngine(val *string) EngineInput() *string // Experimental. Fqn() *string InternalValue() *GaussdbMysqlInstanceV3Datastore SetInternalValue(val *GaussdbMysqlInstanceV3Datastore) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Version() *string SetVersion(val *string) VersionInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGaussdbMysqlInstanceV3DatastoreOutputReference ¶
func NewGaussdbMysqlInstanceV3DatastoreOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GaussdbMysqlInstanceV3DatastoreOutputReference
type GaussdbMysqlInstanceV3Nodes ¶
type GaussdbMysqlInstanceV3Nodes struct { }
type GaussdbMysqlInstanceV3NodesList ¶
type GaussdbMysqlInstanceV3NodesList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GaussdbMysqlInstanceV3NodesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGaussdbMysqlInstanceV3NodesList ¶
func NewGaussdbMysqlInstanceV3NodesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GaussdbMysqlInstanceV3NodesList
type GaussdbMysqlInstanceV3NodesOutputReference ¶
type GaussdbMysqlInstanceV3NodesOutputReference interface { cdktf.ComplexObject AzCode() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Created() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string FlavorRef() *string // Experimental. Fqn() *string Id() *string InternalValue() *GaussdbMysqlInstanceV3Nodes SetInternalValue(val *GaussdbMysqlInstanceV3Nodes) MaxConnections() *string Name() *string NeedRestart() cdktf.IResolvable Port() *float64 Priority() *float64 PrivateReadIps() *[]*string Ram() *string RegionCode() *string Status() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string Updated() *string Vcpus() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGaussdbMysqlInstanceV3NodesOutputReference ¶
func NewGaussdbMysqlInstanceV3NodesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GaussdbMysqlInstanceV3NodesOutputReference
type GaussdbMysqlInstanceV3Timeouts ¶
type GaussdbMysqlInstanceV3Timeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#create GaussdbMysqlInstanceV3#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#delete GaussdbMysqlInstanceV3#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/gaussdb_mysql_instance_v3#update GaussdbMysqlInstanceV3#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GaussdbMysqlInstanceV3TimeoutsOutputReference ¶
type GaussdbMysqlInstanceV3TimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGaussdbMysqlInstanceV3TimeoutsOutputReference ¶
func NewGaussdbMysqlInstanceV3TimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GaussdbMysqlInstanceV3TimeoutsOutputReference
Source Files ¶
- GaussdbMysqlInstanceV3.go
- GaussdbMysqlInstanceV3BackupStrategy.go
- GaussdbMysqlInstanceV3BackupStrategyOutputReference.go
- GaussdbMysqlInstanceV3BackupStrategyOutputReference__checks.go
- GaussdbMysqlInstanceV3Config.go
- GaussdbMysqlInstanceV3Datastore.go
- GaussdbMysqlInstanceV3DatastoreOutputReference.go
- GaussdbMysqlInstanceV3DatastoreOutputReference__checks.go
- GaussdbMysqlInstanceV3Nodes.go
- GaussdbMysqlInstanceV3NodesList.go
- GaussdbMysqlInstanceV3NodesList__checks.go
- GaussdbMysqlInstanceV3NodesOutputReference.go
- GaussdbMysqlInstanceV3NodesOutputReference__checks.go
- GaussdbMysqlInstanceV3Timeouts.go
- GaussdbMysqlInstanceV3TimeoutsOutputReference.go
- GaussdbMysqlInstanceV3TimeoutsOutputReference__checks.go
- GaussdbMysqlInstanceV3__checks.go
- main.go