Documentation ¶
Index ¶
- func NewOracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList_Override(o OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList, ...)
- func NewOracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference_Override(...)
- func NewOracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference_Override(...)
- func NewOracleDatabaseCloudExadataInfrastructurePropertiesOutputReference_Override(o OracleDatabaseCloudExadataInfrastructurePropertiesOutputReference, ...)
- func NewOracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference_Override(o OracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference, ...)
- func NewOracleDatabaseCloudExadataInfrastructure_Override(o OracleDatabaseCloudExadataInfrastructure, scope constructs.Construct, ...)
- func OracleDatabaseCloudExadataInfrastructure_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func OracleDatabaseCloudExadataInfrastructure_IsConstruct(x interface{}) *bool
- func OracleDatabaseCloudExadataInfrastructure_IsTerraformElement(x interface{}) *bool
- func OracleDatabaseCloudExadataInfrastructure_IsTerraformResource(x interface{}) *bool
- func OracleDatabaseCloudExadataInfrastructure_TfResourceType() *string
- type OracleDatabaseCloudExadataInfrastructure
- type OracleDatabaseCloudExadataInfrastructureConfig
- type OracleDatabaseCloudExadataInfrastructureProperties
- type OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContacts
- type OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList
- type OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference
- type OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindow
- type OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference
- type OracleDatabaseCloudExadataInfrastructurePropertiesOutputReference
- type OracleDatabaseCloudExadataInfrastructureTimeouts
- type OracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList_Override ¶
func NewOracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList_Override(o OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewOracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference_Override ¶
func NewOracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference_Override(o OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewOracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference_Override ¶
func NewOracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference_Override(o OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewOracleDatabaseCloudExadataInfrastructurePropertiesOutputReference_Override ¶
func NewOracleDatabaseCloudExadataInfrastructurePropertiesOutputReference_Override(o OracleDatabaseCloudExadataInfrastructurePropertiesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewOracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference_Override ¶
func NewOracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference_Override(o OracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewOracleDatabaseCloudExadataInfrastructure_Override ¶
func NewOracleDatabaseCloudExadataInfrastructure_Override(o OracleDatabaseCloudExadataInfrastructure, scope constructs.Construct, id *string, config *OracleDatabaseCloudExadataInfrastructureConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure google_oracle_database_cloud_exadata_infrastructure} Resource.
func OracleDatabaseCloudExadataInfrastructure_GenerateConfigForImport ¶
func OracleDatabaseCloudExadataInfrastructure_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a OracleDatabaseCloudExadataInfrastructure resource upon running "cdktf plan <stack-name>".
func OracleDatabaseCloudExadataInfrastructure_IsConstruct ¶
func OracleDatabaseCloudExadataInfrastructure_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 OracleDatabaseCloudExadataInfrastructure_IsTerraformElement ¶
func OracleDatabaseCloudExadataInfrastructure_IsTerraformElement(x interface{}) *bool
Experimental.
func OracleDatabaseCloudExadataInfrastructure_IsTerraformResource ¶
func OracleDatabaseCloudExadataInfrastructure_IsTerraformResource(x interface{}) *bool
Experimental.
func OracleDatabaseCloudExadataInfrastructure_TfResourceType ¶
func OracleDatabaseCloudExadataInfrastructure_TfResourceType() *string
Types ¶
type OracleDatabaseCloudExadataInfrastructure ¶
type OracleDatabaseCloudExadataInfrastructure interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack CloudExadataInfrastructureId() *string SetCloudExadataInfrastructureId(val *string) CloudExadataInfrastructureIdInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string DeletionProtection() interface{} SetDeletionProtection(val interface{}) DeletionProtectionInput() interface{} // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string EffectiveLabels() cdktf.StringMap EntitlementId() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GcpOracleZone() *string SetGcpOracleZone(val *string) GcpOracleZoneInput() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string Properties() OracleDatabaseCloudExadataInfrastructurePropertiesOutputReference PropertiesInput() *OracleDatabaseCloudExadataInfrastructureProperties // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() OracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference TimeoutsInput() interface{} // 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) PutProperties(value *OracleDatabaseCloudExadataInfrastructureProperties) PutTimeouts(value *OracleDatabaseCloudExadataInfrastructureTimeouts) ResetDeletionProtection() ResetDisplayName() ResetGcpOracleZone() ResetId() ResetLabels() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetProperties() ResetTimeouts() 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/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure google_oracle_database_cloud_exadata_infrastructure}.
func NewOracleDatabaseCloudExadataInfrastructure ¶
func NewOracleDatabaseCloudExadataInfrastructure(scope constructs.Construct, id *string, config *OracleDatabaseCloudExadataInfrastructureConfig) OracleDatabaseCloudExadataInfrastructure
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure google_oracle_database_cloud_exadata_infrastructure} Resource.
type OracleDatabaseCloudExadataInfrastructureConfig ¶
type OracleDatabaseCloudExadataInfrastructureConfig 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"` // The ID of the Exadata Infrastructure to create. // // This value is restricted // to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 // characters in length. The value must start with a letter and end with // a letter or a number. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#cloud_exadata_infrastructure_id OracleDatabaseCloudExadataInfrastructure#cloud_exadata_infrastructure_id} CloudExadataInfrastructureId *string `field:"required" json:"cloudExadataInfrastructureId" yaml:"cloudExadataInfrastructureId"` // Resource ID segment making up resource 'name'. See documentation for resource type 'oracledatabase.googleapis.com/DbServer'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#location OracleDatabaseCloudExadataInfrastructure#location} Location *string `field:"required" json:"location" yaml:"location"` // Whether or not to allow Terraform to destroy the instance. // // Unless this field is set to false in Terraform state, a terraform destroy or terraform apply that would delete the instance will fail. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#deletion_protection OracleDatabaseCloudExadataInfrastructure#deletion_protection} DeletionProtection interface{} `field:"optional" json:"deletionProtection" yaml:"deletionProtection"` // User friendly name for this resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#display_name OracleDatabaseCloudExadataInfrastructure#display_name} DisplayName *string `field:"optional" json:"displayName" yaml:"displayName"` // GCP location where Oracle Exadata is hosted. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#gcp_oracle_zone OracleDatabaseCloudExadataInfrastructure#gcp_oracle_zone} GcpOracleZone *string `field:"optional" json:"gcpOracleZone" yaml:"gcpOracleZone"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#id OracleDatabaseCloudExadataInfrastructure#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"` // Labels or tags associated with the resource. // // **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. // Please refer to the field 'effective_labels' for all of the labels present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#labels OracleDatabaseCloudExadataInfrastructure#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#project OracleDatabaseCloudExadataInfrastructure#project}. Project *string `field:"optional" json:"project" yaml:"project"` // properties block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#properties OracleDatabaseCloudExadataInfrastructure#properties} Properties *OracleDatabaseCloudExadataInfrastructureProperties `field:"optional" json:"properties" yaml:"properties"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#timeouts OracleDatabaseCloudExadataInfrastructure#timeouts} Timeouts *OracleDatabaseCloudExadataInfrastructureTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type OracleDatabaseCloudExadataInfrastructureProperties ¶
type OracleDatabaseCloudExadataInfrastructureProperties struct { // The shape of the Exadata Infrastructure. // // The shape determines the // amount of CPU, storage, and memory resources allocated to the instance. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#shape OracleDatabaseCloudExadataInfrastructure#shape} Shape *string `field:"required" json:"shape" yaml:"shape"` // The number of compute servers for the Exadata Infrastructure. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#compute_count OracleDatabaseCloudExadataInfrastructure#compute_count} ComputeCount *float64 `field:"optional" json:"computeCount" yaml:"computeCount"` // customer_contacts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#customer_contacts OracleDatabaseCloudExadataInfrastructure#customer_contacts} CustomerContacts interface{} `field:"optional" json:"customerContacts" yaml:"customerContacts"` // maintenance_window block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#maintenance_window OracleDatabaseCloudExadataInfrastructure#maintenance_window} MaintenanceWindow *OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindow `field:"optional" json:"maintenanceWindow" yaml:"maintenanceWindow"` // The number of Cloud Exadata storage servers for the Exadata Infrastructure. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#storage_count OracleDatabaseCloudExadataInfrastructure#storage_count} StorageCount *float64 `field:"optional" json:"storageCount" yaml:"storageCount"` // The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#total_storage_size_gb OracleDatabaseCloudExadataInfrastructure#total_storage_size_gb} TotalStorageSizeGb *float64 `field:"optional" json:"totalStorageSizeGb" yaml:"totalStorageSizeGb"` }
type OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContacts ¶
type OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContacts struct { // The email address used by Oracle to send notifications regarding databases and infrastructure. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#email OracleDatabaseCloudExadataInfrastructure#email} Email *string `field:"required" json:"email" yaml:"email"` }
type OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList ¶
type OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList 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 InternalValue() interface{} SetInternalValue(val interface{}) // 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) OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference // 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 NewOracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList ¶
func NewOracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList
type OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference ¶
type OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference 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 Email() *string SetEmail(val *string) EmailInput() *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) // 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 NewOracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference ¶
func NewOracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference
type OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindow ¶
type OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindow struct { // Determines the amount of time the system will wait before the start of each database server patching operation. // // Custom action timeout is in minutes and // valid value is between 15 to 120 (inclusive). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#custom_action_timeout_mins OracleDatabaseCloudExadataInfrastructure#custom_action_timeout_mins} CustomActionTimeoutMins *float64 `field:"optional" json:"customActionTimeoutMins" yaml:"customActionTimeoutMins"` // Days during the week when maintenance should be performed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#days_of_week OracleDatabaseCloudExadataInfrastructure#days_of_week} DaysOfWeek *[]*string `field:"optional" json:"daysOfWeek" yaml:"daysOfWeek"` // The window of hours during the day when maintenance should be performed. // // The window is a 4 hour slot. Valid values are: // 0 - represents time slot 0:00 - 3:59 UTC // 4 - represents time slot 4:00 - 7:59 UTC // 8 - represents time slot 8:00 - 11:59 UTC // 12 - represents time slot 12:00 - 15:59 UTC // 16 - represents time slot 16:00 - 19:59 UTC // 20 - represents time slot 20:00 - 23:59 UTC // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#hours_of_day OracleDatabaseCloudExadataInfrastructure#hours_of_day} HoursOfDay *[]*float64 `field:"optional" json:"hoursOfDay" yaml:"hoursOfDay"` // If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#is_custom_action_timeout_enabled OracleDatabaseCloudExadataInfrastructure#is_custom_action_timeout_enabled} IsCustomActionTimeoutEnabled interface{} `field:"optional" json:"isCustomActionTimeoutEnabled" yaml:"isCustomActionTimeoutEnabled"` // Lead time window allows user to set a lead time to prepare for a down time. // // The lead time is in weeks and valid value is between 1 to 4. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#lead_time_week OracleDatabaseCloudExadataInfrastructure#lead_time_week} LeadTimeWeek *float64 `field:"optional" json:"leadTimeWeek" yaml:"leadTimeWeek"` // Months during the year when maintenance should be performed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#months OracleDatabaseCloudExadataInfrastructure#months} Months *[]*string `field:"optional" json:"months" yaml:"months"` // Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#patching_mode OracleDatabaseCloudExadataInfrastructure#patching_mode} PatchingMode *string `field:"optional" json:"patchingMode" yaml:"patchingMode"` // The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#preference OracleDatabaseCloudExadataInfrastructure#preference} Preference *string `field:"optional" json:"preference" yaml:"preference"` // Weeks during the month when maintenance should be performed. // // Weeks start on // the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 // days. Weeks start and end based on calendar dates, not days of the week. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#weeks_of_month OracleDatabaseCloudExadataInfrastructure#weeks_of_month} WeeksOfMonth *[]*float64 `field:"optional" json:"weeksOfMonth" yaml:"weeksOfMonth"` }
type OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference ¶
type OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference 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 CustomActionTimeoutMins() *float64 SetCustomActionTimeoutMins(val *float64) CustomActionTimeoutMinsInput() *float64 DaysOfWeek() *[]*string SetDaysOfWeek(val *[]*string) DaysOfWeekInput() *[]*string // Experimental. Fqn() *string HoursOfDay() *[]*float64 SetHoursOfDay(val *[]*float64) HoursOfDayInput() *[]*float64 InternalValue() *OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindow SetInternalValue(val *OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindow) IsCustomActionTimeoutEnabled() interface{} SetIsCustomActionTimeoutEnabled(val interface{}) IsCustomActionTimeoutEnabledInput() interface{} LeadTimeWeek() *float64 SetLeadTimeWeek(val *float64) LeadTimeWeekInput() *float64 Months() *[]*string SetMonths(val *[]*string) MonthsInput() *[]*string PatchingMode() *string SetPatchingMode(val *string) PatchingModeInput() *string Preference() *string SetPreference(val *string) PreferenceInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) WeeksOfMonth() *[]*float64 SetWeeksOfMonth(val *[]*float64) WeeksOfMonthInput() *[]*float64 // 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 ResetCustomActionTimeoutMins() ResetDaysOfWeek() ResetHoursOfDay() ResetIsCustomActionTimeoutEnabled() ResetLeadTimeWeek() ResetMonths() ResetPatchingMode() ResetPreference() ResetWeeksOfMonth() // 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 NewOracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference ¶
func NewOracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference
type OracleDatabaseCloudExadataInfrastructurePropertiesOutputReference ¶
type OracleDatabaseCloudExadataInfrastructurePropertiesOutputReference interface { cdktf.ComplexObject ActivatedStorageCount() *float64 AdditionalStorageCount() *float64 AvailableStorageSizeGb() *float64 // 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) ComputeCount() *float64 SetComputeCount(val *float64) ComputeCountInput() *float64 CpuCount() *float64 // 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 CustomerContacts() OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList CustomerContactsInput() interface{} DataStorageSizeTb() *float64 DbNodeStorageSizeGb() *float64 DbServerVersion() *string // Experimental. Fqn() *string InternalValue() *OracleDatabaseCloudExadataInfrastructureProperties SetInternalValue(val *OracleDatabaseCloudExadataInfrastructureProperties) MaintenanceWindow() OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference MaintenanceWindowInput() *OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindow MaxCpuCount() *float64 MaxDataStorageTb() *float64 MaxDbNodeStorageSizeGb() *float64 MaxMemoryGb() *float64 MemorySizeGb() *float64 MonthlyDbServerVersion() *string MonthlyStorageServerVersion() *string NextMaintenanceRunId() *string NextMaintenanceRunTime() *string NextSecurityMaintenanceRunTime() *string Ocid() *string OciUrl() *string Shape() *string SetShape(val *string) ShapeInput() *string State() *string StorageCount() *float64 SetStorageCount(val *float64) StorageCountInput() *float64 StorageServerVersion() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TotalStorageSizeGb() *float64 SetTotalStorageSizeGb(val *float64) TotalStorageSizeGbInput() *float64 // 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 PutCustomerContacts(value interface{}) PutMaintenanceWindow(value *OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindow) ResetComputeCount() ResetCustomerContacts() ResetMaintenanceWindow() ResetStorageCount() ResetTotalStorageSizeGb() // 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 NewOracleDatabaseCloudExadataInfrastructurePropertiesOutputReference ¶
func NewOracleDatabaseCloudExadataInfrastructurePropertiesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) OracleDatabaseCloudExadataInfrastructurePropertiesOutputReference
type OracleDatabaseCloudExadataInfrastructureTimeouts ¶
type OracleDatabaseCloudExadataInfrastructureTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#create OracleDatabaseCloudExadataInfrastructure#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#delete OracleDatabaseCloudExadataInfrastructure#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/oracle_database_cloud_exadata_infrastructure#update OracleDatabaseCloudExadataInfrastructure#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type OracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference ¶
type OracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference 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 NewOracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference ¶
func NewOracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) OracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference
Source Files ¶
- OracleDatabaseCloudExadataInfrastructure.go
- OracleDatabaseCloudExadataInfrastructureConfig.go
- OracleDatabaseCloudExadataInfrastructureProperties.go
- OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContacts.go
- OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList.go
- OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsList__checks.go
- OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference.go
- OracleDatabaseCloudExadataInfrastructurePropertiesCustomerContactsOutputReference__checks.go
- OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindow.go
- OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference.go
- OracleDatabaseCloudExadataInfrastructurePropertiesMaintenanceWindowOutputReference__checks.go
- OracleDatabaseCloudExadataInfrastructurePropertiesOutputReference.go
- OracleDatabaseCloudExadataInfrastructurePropertiesOutputReference__checks.go
- OracleDatabaseCloudExadataInfrastructureTimeouts.go
- OracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference.go
- OracleDatabaseCloudExadataInfrastructureTimeoutsOutputReference__checks.go
- OracleDatabaseCloudExadataInfrastructure__checks.go
- main.go