Documentation
¶
Index ¶
- func NewOracleCloudVmClusterDataCollectionOptionsOutputReference_Override(o OracleCloudVmClusterDataCollectionOptionsOutputReference, ...)
- func NewOracleCloudVmClusterTimeoutsOutputReference_Override(o OracleCloudVmClusterTimeoutsOutputReference, ...)
- func NewOracleCloudVmCluster_Override(o OracleCloudVmCluster, scope constructs.Construct, id *string, ...)
- func OracleCloudVmCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func OracleCloudVmCluster_IsConstruct(x interface{}) *bool
- func OracleCloudVmCluster_IsTerraformElement(x interface{}) *bool
- func OracleCloudVmCluster_IsTerraformResource(x interface{}) *bool
- func OracleCloudVmCluster_TfResourceType() *string
- type OracleCloudVmCluster
- type OracleCloudVmClusterConfig
- type OracleCloudVmClusterDataCollectionOptions
- type OracleCloudVmClusterDataCollectionOptionsOutputReference
- type OracleCloudVmClusterTimeouts
- type OracleCloudVmClusterTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOracleCloudVmClusterDataCollectionOptionsOutputReference_Override ¶
func NewOracleCloudVmClusterDataCollectionOptionsOutputReference_Override(o OracleCloudVmClusterDataCollectionOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewOracleCloudVmClusterTimeoutsOutputReference_Override ¶
func NewOracleCloudVmClusterTimeoutsOutputReference_Override(o OracleCloudVmClusterTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewOracleCloudVmCluster_Override ¶
func NewOracleCloudVmCluster_Override(o OracleCloudVmCluster, scope constructs.Construct, id *string, config *OracleCloudVmClusterConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster azurerm_oracle_cloud_vm_cluster} Resource.
func OracleCloudVmCluster_GenerateConfigForImport ¶
func OracleCloudVmCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a OracleCloudVmCluster resource upon running "cdktf plan <stack-name>".
func OracleCloudVmCluster_IsConstruct ¶
func OracleCloudVmCluster_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 OracleCloudVmCluster_IsTerraformElement ¶
func OracleCloudVmCluster_IsTerraformElement(x interface{}) *bool
Experimental.
func OracleCloudVmCluster_IsTerraformResource ¶
func OracleCloudVmCluster_IsTerraformResource(x interface{}) *bool
Experimental.
func OracleCloudVmCluster_TfResourceType ¶
func OracleCloudVmCluster_TfResourceType() *string
Types ¶
type OracleCloudVmCluster ¶
type OracleCloudVmCluster interface { cdktf.TerraformResource BackupSubnetCidr() *string SetBackupSubnetCidr(val *string) BackupSubnetCidrInput() *string // Experimental. CdktfStack() cdktf.TerraformStack CloudExadataInfrastructureId() *string SetCloudExadataInfrastructureId(val *string) CloudExadataInfrastructureIdInput() *string ClusterName() *string SetClusterName(val *string) ClusterNameInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CpuCoreCount() *float64 SetCpuCoreCount(val *float64) CpuCoreCountInput() *float64 DataCollectionOptions() OracleCloudVmClusterDataCollectionOptionsOutputReference DataCollectionOptionsInput() *OracleCloudVmClusterDataCollectionOptions DataStoragePercentage() *float64 SetDataStoragePercentage(val *float64) DataStoragePercentageInput() *float64 DataStorageSizeInTbs() *float64 SetDataStorageSizeInTbs(val *float64) DataStorageSizeInTbsInput() *float64 DbNodeStorageSizeInGbs() *float64 SetDbNodeStorageSizeInGbs(val *float64) DbNodeStorageSizeInGbsInput() *float64 DbServers() *[]*string SetDbServers(val *[]*string) DbServersInput() *[]*string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string Domain() *string SetDomain(val *string) DomainInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GiVersion() *string SetGiVersion(val *string) GiVersionInput() *string Hostname() *string SetHostname(val *string) HostnameActual() *string HostnameInput() *string Id() *string SetId(val *string) IdInput() *string LicenseModel() *string SetLicenseModel(val *string) LicenseModelInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LocalBackupEnabled() interface{} SetLocalBackupEnabled(val interface{}) LocalBackupEnabledInput() interface{} Location() *string SetLocation(val *string) LocationInput() *string MemorySizeInGbs() *float64 SetMemorySizeInGbs(val *float64) MemorySizeInGbsInput() *float64 Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Ocid() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string ScanListenerPortTcp() *float64 SetScanListenerPortTcp(val *float64) ScanListenerPortTcpInput() *float64 ScanListenerPortTcpSsl() *float64 SetScanListenerPortTcpSsl(val *float64) ScanListenerPortTcpSslInput() *float64 SparseDiskgroupEnabled() interface{} SetSparseDiskgroupEnabled(val interface{}) SparseDiskgroupEnabledInput() interface{} SshPublicKeys() *[]*string SetSshPublicKeys(val *[]*string) SshPublicKeysInput() *[]*string SubnetId() *string SetSubnetId(val *string) SubnetIdInput() *string Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() OracleCloudVmClusterTimeoutsOutputReference TimeoutsInput() interface{} TimeZone() *string SetTimeZone(val *string) TimeZoneInput() *string VirtualNetworkId() *string SetVirtualNetworkId(val *string) VirtualNetworkIdInput() *string ZoneId() *string SetZoneId(val *string) ZoneIdInput() *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) PutDataCollectionOptions(value *OracleCloudVmClusterDataCollectionOptions) PutTimeouts(value *OracleCloudVmClusterTimeouts) ResetBackupSubnetCidr() ResetClusterName() ResetDataCollectionOptions() ResetDataStoragePercentage() ResetDataStorageSizeInTbs() ResetDbNodeStorageSizeInGbs() ResetDomain() ResetId() ResetLocalBackupEnabled() ResetMemorySizeInGbs() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetScanListenerPortTcp() ResetScanListenerPortTcpSsl() ResetSparseDiskgroupEnabled() ResetTags() ResetTimeouts() ResetTimeZone() ResetZoneId() 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/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster azurerm_oracle_cloud_vm_cluster}.
func NewOracleCloudVmCluster ¶
func NewOracleCloudVmCluster(scope constructs.Construct, id *string, config *OracleCloudVmClusterConfig) OracleCloudVmCluster
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster azurerm_oracle_cloud_vm_cluster} Resource.
type OracleCloudVmClusterConfig ¶
type OracleCloudVmClusterConfig 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/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#cloud_exadata_infrastructure_id OracleCloudVmCluster#cloud_exadata_infrastructure_id}. CloudExadataInfrastructureId *string `field:"required" json:"cloudExadataInfrastructureId" yaml:"cloudExadataInfrastructureId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#cpu_core_count OracleCloudVmCluster#cpu_core_count}. CpuCoreCount *float64 `field:"required" json:"cpuCoreCount" yaml:"cpuCoreCount"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#db_servers OracleCloudVmCluster#db_servers}. DbServers *[]*string `field:"required" json:"dbServers" yaml:"dbServers"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#display_name OracleCloudVmCluster#display_name}. DisplayName *string `field:"required" json:"displayName" yaml:"displayName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#gi_version OracleCloudVmCluster#gi_version}. GiVersion *string `field:"required" json:"giVersion" yaml:"giVersion"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#hostname OracleCloudVmCluster#hostname}. Hostname *string `field:"required" json:"hostname" yaml:"hostname"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#license_model OracleCloudVmCluster#license_model}. LicenseModel *string `field:"required" json:"licenseModel" yaml:"licenseModel"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#location OracleCloudVmCluster#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#name OracleCloudVmCluster#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#resource_group_name OracleCloudVmCluster#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#ssh_public_keys OracleCloudVmCluster#ssh_public_keys}. SshPublicKeys *[]*string `field:"required" json:"sshPublicKeys" yaml:"sshPublicKeys"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#subnet_id OracleCloudVmCluster#subnet_id}. SubnetId *string `field:"required" json:"subnetId" yaml:"subnetId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#virtual_network_id OracleCloudVmCluster#virtual_network_id}. VirtualNetworkId *string `field:"required" json:"virtualNetworkId" yaml:"virtualNetworkId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#backup_subnet_cidr OracleCloudVmCluster#backup_subnet_cidr}. BackupSubnetCidr *string `field:"optional" json:"backupSubnetCidr" yaml:"backupSubnetCidr"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#cluster_name OracleCloudVmCluster#cluster_name}. ClusterName *string `field:"optional" json:"clusterName" yaml:"clusterName"` // data_collection_options block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#data_collection_options OracleCloudVmCluster#data_collection_options} DataCollectionOptions *OracleCloudVmClusterDataCollectionOptions `field:"optional" json:"dataCollectionOptions" yaml:"dataCollectionOptions"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#data_storage_percentage OracleCloudVmCluster#data_storage_percentage}. DataStoragePercentage *float64 `field:"optional" json:"dataStoragePercentage" yaml:"dataStoragePercentage"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#data_storage_size_in_tbs OracleCloudVmCluster#data_storage_size_in_tbs}. DataStorageSizeInTbs *float64 `field:"optional" json:"dataStorageSizeInTbs" yaml:"dataStorageSizeInTbs"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#db_node_storage_size_in_gbs OracleCloudVmCluster#db_node_storage_size_in_gbs}. DbNodeStorageSizeInGbs *float64 `field:"optional" json:"dbNodeStorageSizeInGbs" yaml:"dbNodeStorageSizeInGbs"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#domain OracleCloudVmCluster#domain}. Domain *string `field:"optional" json:"domain" yaml:"domain"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#id OracleCloudVmCluster#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/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#local_backup_enabled OracleCloudVmCluster#local_backup_enabled}. LocalBackupEnabled interface{} `field:"optional" json:"localBackupEnabled" yaml:"localBackupEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#memory_size_in_gbs OracleCloudVmCluster#memory_size_in_gbs}. MemorySizeInGbs *float64 `field:"optional" json:"memorySizeInGbs" yaml:"memorySizeInGbs"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#scan_listener_port_tcp OracleCloudVmCluster#scan_listener_port_tcp}. ScanListenerPortTcp *float64 `field:"optional" json:"scanListenerPortTcp" yaml:"scanListenerPortTcp"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#scan_listener_port_tcp_ssl OracleCloudVmCluster#scan_listener_port_tcp_ssl}. ScanListenerPortTcpSsl *float64 `field:"optional" json:"scanListenerPortTcpSsl" yaml:"scanListenerPortTcpSsl"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#sparse_diskgroup_enabled OracleCloudVmCluster#sparse_diskgroup_enabled}. SparseDiskgroupEnabled interface{} `field:"optional" json:"sparseDiskgroupEnabled" yaml:"sparseDiskgroupEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#tags OracleCloudVmCluster#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#timeouts OracleCloudVmCluster#timeouts} Timeouts *OracleCloudVmClusterTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#time_zone OracleCloudVmCluster#time_zone}. TimeZone *string `field:"optional" json:"timeZone" yaml:"timeZone"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#zone_id OracleCloudVmCluster#zone_id}. ZoneId *string `field:"optional" json:"zoneId" yaml:"zoneId"` }
type OracleCloudVmClusterDataCollectionOptions ¶
type OracleCloudVmClusterDataCollectionOptions struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#diagnostics_events_enabled OracleCloudVmCluster#diagnostics_events_enabled}. DiagnosticsEventsEnabled interface{} `field:"optional" json:"diagnosticsEventsEnabled" yaml:"diagnosticsEventsEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#health_monitoring_enabled OracleCloudVmCluster#health_monitoring_enabled}. HealthMonitoringEnabled interface{} `field:"optional" json:"healthMonitoringEnabled" yaml:"healthMonitoringEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#incident_logs_enabled OracleCloudVmCluster#incident_logs_enabled}. IncidentLogsEnabled interface{} `field:"optional" json:"incidentLogsEnabled" yaml:"incidentLogsEnabled"` }
type OracleCloudVmClusterDataCollectionOptionsOutputReference ¶
type OracleCloudVmClusterDataCollectionOptionsOutputReference 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 DiagnosticsEventsEnabled() interface{} SetDiagnosticsEventsEnabled(val interface{}) DiagnosticsEventsEnabledInput() interface{} // Experimental. Fqn() *string HealthMonitoringEnabled() interface{} SetHealthMonitoringEnabled(val interface{}) HealthMonitoringEnabledInput() interface{} IncidentLogsEnabled() interface{} SetIncidentLogsEnabled(val interface{}) IncidentLogsEnabledInput() interface{} InternalValue() *OracleCloudVmClusterDataCollectionOptions SetInternalValue(val *OracleCloudVmClusterDataCollectionOptions) // 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 ResetDiagnosticsEventsEnabled() ResetHealthMonitoringEnabled() ResetIncidentLogsEnabled() // 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 NewOracleCloudVmClusterDataCollectionOptionsOutputReference ¶
func NewOracleCloudVmClusterDataCollectionOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) OracleCloudVmClusterDataCollectionOptionsOutputReference
type OracleCloudVmClusterTimeouts ¶
type OracleCloudVmClusterTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#create OracleCloudVmCluster#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#delete OracleCloudVmCluster#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#read OracleCloudVmCluster#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.22.0/docs/resources/oracle_cloud_vm_cluster#update OracleCloudVmCluster#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type OracleCloudVmClusterTimeoutsOutputReference ¶
type OracleCloudVmClusterTimeoutsOutputReference 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{}) Read() *string SetRead(val *string) ReadInput() *string // 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() ResetRead() 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 NewOracleCloudVmClusterTimeoutsOutputReference ¶
func NewOracleCloudVmClusterTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) OracleCloudVmClusterTimeoutsOutputReference
Source Files
¶
- OracleCloudVmCluster.go
- OracleCloudVmClusterConfig.go
- OracleCloudVmClusterDataCollectionOptions.go
- OracleCloudVmClusterDataCollectionOptionsOutputReference.go
- OracleCloudVmClusterDataCollectionOptionsOutputReference__checks.go
- OracleCloudVmClusterTimeouts.go
- OracleCloudVmClusterTimeoutsOutputReference.go
- OracleCloudVmClusterTimeoutsOutputReference__checks.go
- OracleCloudVmCluster__checks.go
- main.go