Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi
oci.Database.getAutonomousVmClusters
Explore with Pulumi AI
This data source provides the list of Autonomous Vm Clusters in Oracle Cloud Infrastructure Database service.
Gets a list of Exadata Cloud@Customer Autonomous VM clusters in the specified compartment. To list Autonomous VM Clusters in the Oracle Cloud, see ListCloudAutonomousVmClusters.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAutonomousVmClusters = oci.Database.getAutonomousVmClusters({
compartmentId: compartmentId,
displayName: autonomousVmClusterDisplayName,
exadataInfrastructureId: testExadataInfrastructure.id,
state: autonomousVmClusterState,
});
import pulumi
import pulumi_oci as oci
test_autonomous_vm_clusters = oci.Database.get_autonomous_vm_clusters(compartment_id=compartment_id,
display_name=autonomous_vm_cluster_display_name,
exadata_infrastructure_id=test_exadata_infrastructure["id"],
state=autonomous_vm_cluster_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := database.GetAutonomousVmClusters(ctx, &database.GetAutonomousVmClustersArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(autonomousVmClusterDisplayName),
ExadataInfrastructureId: pulumi.StringRef(testExadataInfrastructure.Id),
State: pulumi.StringRef(autonomousVmClusterState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testAutonomousVmClusters = Oci.Database.GetAutonomousVmClusters.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = autonomousVmClusterDisplayName,
ExadataInfrastructureId = testExadataInfrastructure.Id,
State = autonomousVmClusterState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetAutonomousVmClustersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testAutonomousVmClusters = DatabaseFunctions.getAutonomousVmClusters(GetAutonomousVmClustersArgs.builder()
.compartmentId(compartmentId)
.displayName(autonomousVmClusterDisplayName)
.exadataInfrastructureId(testExadataInfrastructure.id())
.state(autonomousVmClusterState)
.build());
}
}
variables:
testAutonomousVmClusters:
fn::invoke:
function: oci:Database:getAutonomousVmClusters
arguments:
compartmentId: ${compartmentId}
displayName: ${autonomousVmClusterDisplayName}
exadataInfrastructureId: ${testExadataInfrastructure.id}
state: ${autonomousVmClusterState}
Using getAutonomousVmClusters
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAutonomousVmClusters(args: GetAutonomousVmClustersArgs, opts?: InvokeOptions): Promise<GetAutonomousVmClustersResult>
function getAutonomousVmClustersOutput(args: GetAutonomousVmClustersOutputArgs, opts?: InvokeOptions): Output<GetAutonomousVmClustersResult>
def get_autonomous_vm_clusters(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
exadata_infrastructure_id: Optional[str] = None,
filters: Optional[Sequence[_database.GetAutonomousVmClustersFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAutonomousVmClustersResult
def get_autonomous_vm_clusters_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetAutonomousVmClustersFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousVmClustersResult]
func GetAutonomousVmClusters(ctx *Context, args *GetAutonomousVmClustersArgs, opts ...InvokeOption) (*GetAutonomousVmClustersResult, error)
func GetAutonomousVmClustersOutput(ctx *Context, args *GetAutonomousVmClustersOutputArgs, opts ...InvokeOption) GetAutonomousVmClustersResultOutput
> Note: This function is named GetAutonomousVmClusters
in the Go SDK.
public static class GetAutonomousVmClusters
{
public static Task<GetAutonomousVmClustersResult> InvokeAsync(GetAutonomousVmClustersArgs args, InvokeOptions? opts = null)
public static Output<GetAutonomousVmClustersResult> Invoke(GetAutonomousVmClustersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAutonomousVmClustersResult> getAutonomousVmClusters(GetAutonomousVmClustersArgs args, InvokeOptions options)
public static Output<GetAutonomousVmClustersResult> getAutonomousVmClusters(GetAutonomousVmClustersArgs args, InvokeOptions options)
fn::invoke:
function: oci:Database/getAutonomousVmClusters:getAutonomousVmClusters
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The compartment OCID.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Exadata
Infrastructure stringId - If provided, filters the results for the given Exadata Infrastructure.
- Filters
Changes to this property will trigger replacement.
Autonomous Vm Clusters Filter> - State string
- A filter to return only resources that match the given lifecycle state exactly.
- Compartment
Id This property is required. string - The compartment OCID.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Exadata
Infrastructure stringId - If provided, filters the results for the given Exadata Infrastructure.
- Filters
Changes to this property will trigger replacement.
Autonomous Vm Clusters Filter - State string
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id This property is required. String - The compartment OCID.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata
Infrastructure StringId - If provided, filters the results for the given Exadata Infrastructure.
- filters
Changes to this property will trigger replacement.
Autonomous Vm Clusters Filter> - state String
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id This property is required. string - The compartment OCID.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata
Infrastructure stringId - If provided, filters the results for the given Exadata Infrastructure.
- filters
Changes to this property will trigger replacement.
Autonomous Vm Clusters Filter[] - state string
- A filter to return only resources that match the given lifecycle state exactly.
- compartment_
id This property is required. str - The compartment OCID.
- display_
name str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata_
infrastructure_ strid - If provided, filters the results for the given Exadata Infrastructure.
- filters
Changes to this property will trigger replacement.
Get Autonomous Vm Clusters Filter] - state str
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id This property is required. String - The compartment OCID.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata
Infrastructure StringId - If provided, filters the results for the given Exadata Infrastructure.
- filters
Changes to this property will trigger replacement.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
getAutonomousVmClusters Result
The following output properties are available:
- Autonomous
Vm List<GetClusters Autonomous Vm Clusters Autonomous Vm Cluster> - The list of autonomous_vm_clusters.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
- Exadata
Infrastructure stringId - The OCID of the Exadata infrastructure.
- Filters
List<Get
Autonomous Vm Clusters Filter> - State string
- The current state of the Autonomous VM cluster.
- Autonomous
Vm []GetClusters Autonomous Vm Clusters Autonomous Vm Cluster - The list of autonomous_vm_clusters.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
- Exadata
Infrastructure stringId - The OCID of the Exadata infrastructure.
- Filters
[]Get
Autonomous Vm Clusters Filter - State string
- The current state of the Autonomous VM cluster.
- autonomous
Vm List<GetClusters Autonomous Vm Clusters Autonomous Vm Cluster> - The list of autonomous_vm_clusters.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
- exadata
Infrastructure StringId - The OCID of the Exadata infrastructure.
- filters
List<Get
Autonomous Vm Clusters Filter> - state String
- The current state of the Autonomous VM cluster.
- autonomous
Vm GetClusters Autonomous Vm Clusters Autonomous Vm Cluster[] - The list of autonomous_vm_clusters.
- compartment
Id string - The OCID of the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
- exadata
Infrastructure stringId - The OCID of the Exadata infrastructure.
- filters
Get
Autonomous Vm Clusters Filter[] - state string
- The current state of the Autonomous VM cluster.
- autonomous_
vm_ Sequence[database.clusters Get Autonomous Vm Clusters Autonomous Vm Cluster] - The list of autonomous_vm_clusters.
- compartment_
id str - The OCID of the compartment.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
- exadata_
infrastructure_ strid - The OCID of the Exadata infrastructure.
- filters
Sequence[database.
Get Autonomous Vm Clusters Filter] - state str
- The current state of the Autonomous VM cluster.
- autonomous
Vm List<Property Map>Clusters - The list of autonomous_vm_clusters.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
- exadata
Infrastructure StringId - The OCID of the Exadata infrastructure.
- filters List<Property Map>
- state String
- The current state of the Autonomous VM cluster.
Supporting Types
GetAutonomousVmClustersAutonomousVmCluster
- Autonomous
Data Storage Percentage This property is required. double - Autonomous
Data Storage Size In Tbs This property is required. double - The data disk group size allocated for Autonomous Databases, in TBs.
- Available
Autonomous Data Storage Size In Tbs This property is required. double - The data disk group size available for Autonomous Databases, in TBs.
- Available
Container Databases This property is required. int - The number of Autonomous Container Databases that can be created with the currently available local storage.
- Available
Cpus This property is required. int - The numnber of CPU cores available.
- Available
Data Storage Size In Tbs This property is required. double - Deprecated. Use
availableAutonomousDataStorageSizeInTBs
for Autonomous Databases' data storage availability in TBs. - Compartment
Id This property is required. string - The compartment OCID.
- Compute
Model This property is required. string - The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata #Infrastructure for more details.
- Cpu
Core Count Per Node This property is required. int - The number of CPU cores enabled per VM cluster node.
- Cpu
Percentage This property is required. double - Cpus
Enabled This property is required. int - The number of enabled CPU cores.
- Cpus
Lowest Scaled Value This property is required. int - The lowest value to which cpus can be scaled down.
- Data
Storage Size In Gb This property is required. double - The total data storage allocated in GBs.
- Data
Storage Size In Tbs This property is required. double - The total data storage allocated in TBs
- Db
Node Storage Size In Gbs This property is required. int - The local node storage allocated in GBs.
- Db
Servers This property is required. List<string> - The list of OCIDs of the Db servers.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Exadata
Infrastructure Id This property is required. string - If provided, filters the results for the given Exadata Infrastructure.
- Exadata
Storage In Tbs Lowest Scaled Value This property is required. double - The lowest value to which exadataStorage(in TBs) can be scaled down.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - The OCID of the Autonomous VM cluster.
- Is
Local Backup Enabled This property is required. bool - If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
- Is
Mtls Enabled This property is required. bool - Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
- Last
Maintenance Run Id This property is required. string - The OCID of the last maintenance run.
- License
Model This property is required. string - The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Maintenance
Window Details This property is required. List<GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail> - Maintenance
Windows This property is required. List<GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Max
Acds Lowest Scaled Value This property is required. int - The lowest value to which maximum number of ACDs can be scaled down.
- Memory
Per Oracle Compute Unit In Gbs This property is required. int - The amount of memory (in GBs) to be enabled per OCPU or ECPU.
- Memory
Size In Gbs This property is required. int - The memory allocated in GBs.
- Next
Maintenance Run Id This property is required. string - The OCID of the next maintenance run.
- Node
Count This property is required. int - The number of nodes in the Autonomous VM Cluster.
- Non
Provisionable Autonomous Container Databases This property is required. int - Ocpus
Enabled This property is required. double - The number of enabled OCPU cores.
- Provisionable
Autonomous Container Databases This property is required. int - Deprecated. Use field totalContainerDatabases.
- Provisioned
Autonomous Container Databases This property is required. int - The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
- Provisioned
Cpus This property is required. double - The number of CPUs provisioned in an Autonomous VM Cluster.
- Reclaimable
Cpus This property is required. int - For Autonomous Databases on Dedicated Exadata Infrastructure:
- These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
- The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
- Reserved
Cpus This property is required. double - The number of CPUs reserved in an Autonomous VM Cluster.
- Scan
Listener Port Non Tls This property is required. int - The SCAN Listener Non TLS port number. Default value is 1521.
- Scan
Listener Port Tls This property is required. int - The SCAN Listener TLS port number. Default value is 2484.
- State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Time
Created This property is required. string - The date and time that the Autonomous VM cluster was created.
- Time
Database Ssl Certificate Expires This property is required. string - The date and time of Database SSL certificate expiration.
- Time
Ords Certificate Expires This property is required. string - The date and time of ORDS certificate expiration.
- Time
Zone This property is required. string - The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
- Total
Autonomous Data Storage In Tbs This property is required. double - Total
Container Databases This property is required. int - The total number of Autonomous Container Databases that can be created.
- Vm
Cluster Network Id This property is required. string - The OCID of the VM cluster network.
- Autonomous
Data Storage Percentage This property is required. float64 - Autonomous
Data Storage Size In Tbs This property is required. float64 - The data disk group size allocated for Autonomous Databases, in TBs.
- Available
Autonomous Data Storage Size In Tbs This property is required. float64 - The data disk group size available for Autonomous Databases, in TBs.
- Available
Container Databases This property is required. int - The number of Autonomous Container Databases that can be created with the currently available local storage.
- Available
Cpus This property is required. int - The numnber of CPU cores available.
- Available
Data Storage Size In Tbs This property is required. float64 - Deprecated. Use
availableAutonomousDataStorageSizeInTBs
for Autonomous Databases' data storage availability in TBs. - Compartment
Id This property is required. string - The compartment OCID.
- Compute
Model This property is required. string - The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata #Infrastructure for more details.
- Cpu
Core Count Per Node This property is required. int - The number of CPU cores enabled per VM cluster node.
- Cpu
Percentage This property is required. float64 - Cpus
Enabled This property is required. int - The number of enabled CPU cores.
- Cpus
Lowest Scaled Value This property is required. int - The lowest value to which cpus can be scaled down.
- Data
Storage Size In Gb This property is required. float64 - The total data storage allocated in GBs.
- Data
Storage Size In Tbs This property is required. float64 - The total data storage allocated in TBs
- Db
Node Storage Size In Gbs This property is required. int - The local node storage allocated in GBs.
- Db
Servers This property is required. []string - The list of OCIDs of the Db servers.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Exadata
Infrastructure Id This property is required. string - If provided, filters the results for the given Exadata Infrastructure.
- Exadata
Storage In Tbs Lowest Scaled Value This property is required. float64 - The lowest value to which exadataStorage(in TBs) can be scaled down.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - The OCID of the Autonomous VM cluster.
- Is
Local Backup Enabled This property is required. bool - If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
- Is
Mtls Enabled This property is required. bool - Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
- Last
Maintenance Run Id This property is required. string - The OCID of the last maintenance run.
- License
Model This property is required. string - The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Maintenance
Window Details This property is required. []GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail - Maintenance
Windows This property is required. []GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Max
Acds Lowest Scaled Value This property is required. int - The lowest value to which maximum number of ACDs can be scaled down.
- Memory
Per Oracle Compute Unit In Gbs This property is required. int - The amount of memory (in GBs) to be enabled per OCPU or ECPU.
- Memory
Size In Gbs This property is required. int - The memory allocated in GBs.
- Next
Maintenance Run Id This property is required. string - The OCID of the next maintenance run.
- Node
Count This property is required. int - The number of nodes in the Autonomous VM Cluster.
- Non
Provisionable Autonomous Container Databases This property is required. int - Ocpus
Enabled This property is required. float64 - The number of enabled OCPU cores.
- Provisionable
Autonomous Container Databases This property is required. int - Deprecated. Use field totalContainerDatabases.
- Provisioned
Autonomous Container Databases This property is required. int - The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
- Provisioned
Cpus This property is required. float64 - The number of CPUs provisioned in an Autonomous VM Cluster.
- Reclaimable
Cpus This property is required. int - For Autonomous Databases on Dedicated Exadata Infrastructure:
- These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
- The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
- Reserved
Cpus This property is required. float64 - The number of CPUs reserved in an Autonomous VM Cluster.
- Scan
Listener Port Non Tls This property is required. int - The SCAN Listener Non TLS port number. Default value is 1521.
- Scan
Listener Port Tls This property is required. int - The SCAN Listener TLS port number. Default value is 2484.
- State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Time
Created This property is required. string - The date and time that the Autonomous VM cluster was created.
- Time
Database Ssl Certificate Expires This property is required. string - The date and time of Database SSL certificate expiration.
- Time
Ords Certificate Expires This property is required. string - The date and time of ORDS certificate expiration.
- Time
Zone This property is required. string - The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
- Total
Autonomous Data Storage In Tbs This property is required. float64 - Total
Container Databases This property is required. int - The total number of Autonomous Container Databases that can be created.
- Vm
Cluster Network Id This property is required. string - The OCID of the VM cluster network.
- autonomous
Data Storage Percentage This property is required. Double - autonomous
Data Storage Size In Tbs This property is required. Double - The data disk group size allocated for Autonomous Databases, in TBs.
- available
Autonomous Data Storage Size In Tbs This property is required. Double - The data disk group size available for Autonomous Databases, in TBs.
- available
Container Databases This property is required. Integer - The number of Autonomous Container Databases that can be created with the currently available local storage.
- available
Cpus This property is required. Integer - The numnber of CPU cores available.
- available
Data Storage Size In Tbs This property is required. Double - Deprecated. Use
availableAutonomousDataStorageSizeInTBs
for Autonomous Databases' data storage availability in TBs. - compartment
Id This property is required. String - The compartment OCID.
- compute
Model This property is required. String - The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata #Infrastructure for more details.
- cpu
Core Count Per Node This property is required. Integer - The number of CPU cores enabled per VM cluster node.
- cpu
Percentage This property is required. Double - cpus
Enabled This property is required. Integer - The number of enabled CPU cores.
- cpus
Lowest Scaled Value This property is required. Integer - The lowest value to which cpus can be scaled down.
- data
Storage Size In Gb This property is required. Double - The total data storage allocated in GBs.
- data
Storage Size In Tbs This property is required. Double - The total data storage allocated in TBs
- db
Node Storage Size In Gbs This property is required. Integer - The local node storage allocated in GBs.
- db
Servers This property is required. List<String> - The list of OCIDs of the Db servers.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata
Infrastructure Id This property is required. String - If provided, filters the results for the given Exadata Infrastructure.
- exadata
Storage In Tbs Lowest Scaled Value This property is required. Double - The lowest value to which exadataStorage(in TBs) can be scaled down.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - The OCID of the Autonomous VM cluster.
- is
Local Backup Enabled This property is required. Boolean - If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
- is
Mtls Enabled This property is required. Boolean - Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
- last
Maintenance Run Id This property is required. String - The OCID of the last maintenance run.
- license
Model This property is required. String - The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- maintenance
Window Details This property is required. List<GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail> - maintenance
Windows This property is required. List<GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- max
Acds Lowest Scaled Value This property is required. Integer - The lowest value to which maximum number of ACDs can be scaled down.
- memory
Per Oracle Compute Unit In Gbs This property is required. Integer - The amount of memory (in GBs) to be enabled per OCPU or ECPU.
- memory
Size In Gbs This property is required. Integer - The memory allocated in GBs.
- next
Maintenance Run Id This property is required. String - The OCID of the next maintenance run.
- node
Count This property is required. Integer - The number of nodes in the Autonomous VM Cluster.
- non
Provisionable Autonomous Container Databases This property is required. Integer - ocpus
Enabled This property is required. Double - The number of enabled OCPU cores.
- provisionable
Autonomous Container Databases This property is required. Integer - Deprecated. Use field totalContainerDatabases.
- provisioned
Autonomous Container Databases This property is required. Integer - The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
- provisioned
Cpus This property is required. Double - The number of CPUs provisioned in an Autonomous VM Cluster.
- reclaimable
Cpus This property is required. Integer - For Autonomous Databases on Dedicated Exadata Infrastructure:
- These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
- The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
- reserved
Cpus This property is required. Double - The number of CPUs reserved in an Autonomous VM Cluster.
- scan
Listener Port Non Tls This property is required. Integer - The SCAN Listener Non TLS port number. Default value is 1521.
- scan
Listener Port Tls This property is required. Integer - The SCAN Listener TLS port number. Default value is 2484.
- state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- time
Created This property is required. String - The date and time that the Autonomous VM cluster was created.
- time
Database Ssl Certificate Expires This property is required. String - The date and time of Database SSL certificate expiration.
- time
Ords Certificate Expires This property is required. String - The date and time of ORDS certificate expiration.
- time
Zone This property is required. String - The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
- total
Autonomous Data Storage In Tbs This property is required. Double - total
Container Databases This property is required. Integer - The total number of Autonomous Container Databases that can be created.
- vm
Cluster Network Id This property is required. String - The OCID of the VM cluster network.
- autonomous
Data Storage Percentage This property is required. number - autonomous
Data Storage Size In Tbs This property is required. number - The data disk group size allocated for Autonomous Databases, in TBs.
- available
Autonomous Data Storage Size In Tbs This property is required. number - The data disk group size available for Autonomous Databases, in TBs.
- available
Container Databases This property is required. number - The number of Autonomous Container Databases that can be created with the currently available local storage.
- available
Cpus This property is required. number - The numnber of CPU cores available.
- available
Data Storage Size In Tbs This property is required. number - Deprecated. Use
availableAutonomousDataStorageSizeInTBs
for Autonomous Databases' data storage availability in TBs. - compartment
Id This property is required. string - The compartment OCID.
- compute
Model This property is required. string - The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata #Infrastructure for more details.
- cpu
Core Count Per Node This property is required. number - The number of CPU cores enabled per VM cluster node.
- cpu
Percentage This property is required. number - cpus
Enabled This property is required. number - The number of enabled CPU cores.
- cpus
Lowest Scaled Value This property is required. number - The lowest value to which cpus can be scaled down.
- data
Storage Size In Gb This property is required. number - The total data storage allocated in GBs.
- data
Storage Size In Tbs This property is required. number - The total data storage allocated in TBs
- db
Node Storage Size In Gbs This property is required. number - The local node storage allocated in GBs.
- db
Servers This property is required. string[] - The list of OCIDs of the Db servers.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata
Infrastructure Id This property is required. string - If provided, filters the results for the given Exadata Infrastructure.
- exadata
Storage In Tbs Lowest Scaled Value This property is required. number - The lowest value to which exadataStorage(in TBs) can be scaled down.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. string - The OCID of the Autonomous VM cluster.
- is
Local Backup Enabled This property is required. boolean - If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
- is
Mtls Enabled This property is required. boolean - Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
- last
Maintenance Run Id This property is required. string - The OCID of the last maintenance run.
- license
Model This property is required. string - The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
- lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- maintenance
Window Details This property is required. GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail[] - maintenance
Windows This property is required. GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window[] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- max
Acds Lowest Scaled Value This property is required. number - The lowest value to which maximum number of ACDs can be scaled down.
- memory
Per Oracle Compute Unit In Gbs This property is required. number - The amount of memory (in GBs) to be enabled per OCPU or ECPU.
- memory
Size In Gbs This property is required. number - The memory allocated in GBs.
- next
Maintenance Run Id This property is required. string - The OCID of the next maintenance run.
- node
Count This property is required. number - The number of nodes in the Autonomous VM Cluster.
- non
Provisionable Autonomous Container Databases This property is required. number - ocpus
Enabled This property is required. number - The number of enabled OCPU cores.
- provisionable
Autonomous Container Databases This property is required. number - Deprecated. Use field totalContainerDatabases.
- provisioned
Autonomous Container Databases This property is required. number - The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
- provisioned
Cpus This property is required. number - The number of CPUs provisioned in an Autonomous VM Cluster.
- reclaimable
Cpus This property is required. number - For Autonomous Databases on Dedicated Exadata Infrastructure:
- These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
- The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
- reserved
Cpus This property is required. number - The number of CPUs reserved in an Autonomous VM Cluster.
- scan
Listener Port Non Tls This property is required. number - The SCAN Listener Non TLS port number. Default value is 1521.
- scan
Listener Port Tls This property is required. number - The SCAN Listener TLS port number. Default value is 2484.
- state
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- time
Created This property is required. string - The date and time that the Autonomous VM cluster was created.
- time
Database Ssl Certificate Expires This property is required. string - The date and time of Database SSL certificate expiration.
- time
Ords Certificate Expires This property is required. string - The date and time of ORDS certificate expiration.
- time
Zone This property is required. string - The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
- total
Autonomous Data Storage In Tbs This property is required. number - total
Container Databases This property is required. number - The total number of Autonomous Container Databases that can be created.
- vm
Cluster Network Id This property is required. string - The OCID of the VM cluster network.
- autonomous_
data_ storage_ percentage This property is required. float - autonomous_
data_ storage_ size_ in_ tbs This property is required. float - The data disk group size allocated for Autonomous Databases, in TBs.
- available_
autonomous_ data_ storage_ size_ in_ tbs This property is required. float - The data disk group size available for Autonomous Databases, in TBs.
- available_
container_ databases This property is required. int - The number of Autonomous Container Databases that can be created with the currently available local storage.
- available_
cpus This property is required. int - The numnber of CPU cores available.
- available_
data_ storage_ size_ in_ tbs This property is required. float - Deprecated. Use
availableAutonomousDataStorageSizeInTBs
for Autonomous Databases' data storage availability in TBs. - compartment_
id This property is required. str - The compartment OCID.
- compute_
model This property is required. str - The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata #Infrastructure for more details.
- cpu_
core_ count_ per_ node This property is required. int - The number of CPU cores enabled per VM cluster node.
- cpu_
percentage This property is required. float - cpus_
enabled This property is required. int - The number of enabled CPU cores.
- cpus_
lowest_ scaled_ value This property is required. int - The lowest value to which cpus can be scaled down.
- data_
storage_ size_ in_ gb This property is required. float - The total data storage allocated in GBs.
- data_
storage_ size_ in_ tbs This property is required. float - The total data storage allocated in TBs
- db_
node_ storage_ size_ in_ gbs This property is required. int - The local node storage allocated in GBs.
- db_
servers This property is required. Sequence[str] - The list of OCIDs of the Db servers.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display_
name This property is required. str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata_
infrastructure_ id This property is required. str - If provided, filters the results for the given Exadata Infrastructure.
- exadata_
storage_ in_ tbs_ lowest_ scaled_ value This property is required. float - The lowest value to which exadataStorage(in TBs) can be scaled down.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. str - The OCID of the Autonomous VM cluster.
- is_
local_ backup_ enabled This property is required. bool - If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
- is_
mtls_ enabled This property is required. bool - Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
- last_
maintenance_ run_ id This property is required. str - The OCID of the last maintenance run.
- license_
model This property is required. str - The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
- lifecycle_
details This property is required. str - Additional information about the current lifecycle state.
- maintenance_
window_ details This property is required. Sequence[database.Get Autonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail] - maintenance_
windows This property is required. Sequence[database.Get Autonomous Vm Clusters Autonomous Vm Cluster Maintenance Window] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- max_
acds_ lowest_ scaled_ value This property is required. int - The lowest value to which maximum number of ACDs can be scaled down.
- memory_
per_ oracle_ compute_ unit_ in_ gbs This property is required. int - The amount of memory (in GBs) to be enabled per OCPU or ECPU.
- memory_
size_ in_ gbs This property is required. int - The memory allocated in GBs.
- next_
maintenance_ run_ id This property is required. str - The OCID of the next maintenance run.
- node_
count This property is required. int - The number of nodes in the Autonomous VM Cluster.
- non_
provisionable_ autonomous_ container_ databases This property is required. int - ocpus_
enabled This property is required. float - The number of enabled OCPU cores.
- provisionable_
autonomous_ container_ databases This property is required. int - Deprecated. Use field totalContainerDatabases.
- provisioned_
autonomous_ container_ databases This property is required. int - The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
- provisioned_
cpus This property is required. float - The number of CPUs provisioned in an Autonomous VM Cluster.
- reclaimable_
cpus This property is required. int - For Autonomous Databases on Dedicated Exadata Infrastructure:
- These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
- The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
- reserved_
cpus This property is required. float - The number of CPUs reserved in an Autonomous VM Cluster.
- scan_
listener_ port_ non_ tls This property is required. int - The SCAN Listener Non TLS port number. Default value is 1521.
- scan_
listener_ port_ tls This property is required. int - The SCAN Listener TLS port number. Default value is 2484.
- state
This property is required. str - A filter to return only resources that match the given lifecycle state exactly.
- time_
created This property is required. str - The date and time that the Autonomous VM cluster was created.
- time_
database_ ssl_ certificate_ expires This property is required. str - The date and time of Database SSL certificate expiration.
- time_
ords_ certificate_ expires This property is required. str - The date and time of ORDS certificate expiration.
- time_
zone This property is required. str - The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
- total_
autonomous_ data_ storage_ in_ tbs This property is required. float - total_
container_ databases This property is required. int - The total number of Autonomous Container Databases that can be created.
- vm_
cluster_ network_ id This property is required. str - The OCID of the VM cluster network.
- autonomous
Data Storage Percentage This property is required. Number - autonomous
Data Storage Size In Tbs This property is required. Number - The data disk group size allocated for Autonomous Databases, in TBs.
- available
Autonomous Data Storage Size In Tbs This property is required. Number - The data disk group size available for Autonomous Databases, in TBs.
- available
Container Databases This property is required. Number - The number of Autonomous Container Databases that can be created with the currently available local storage.
- available
Cpus This property is required. Number - The numnber of CPU cores available.
- available
Data Storage Size In Tbs This property is required. Number - Deprecated. Use
availableAutonomousDataStorageSizeInTBs
for Autonomous Databases' data storage availability in TBs. - compartment
Id This property is required. String - The compartment OCID.
- compute
Model This property is required. String - The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata #Infrastructure for more details.
- cpu
Core Count Per Node This property is required. Number - The number of CPU cores enabled per VM cluster node.
- cpu
Percentage This property is required. Number - cpus
Enabled This property is required. Number - The number of enabled CPU cores.
- cpus
Lowest Scaled Value This property is required. Number - The lowest value to which cpus can be scaled down.
- data
Storage Size In Gb This property is required. Number - The total data storage allocated in GBs.
- data
Storage Size In Tbs This property is required. Number - The total data storage allocated in TBs
- db
Node Storage Size In Gbs This property is required. Number - The local node storage allocated in GBs.
- db
Servers This property is required. List<String> - The list of OCIDs of the Db servers.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata
Infrastructure Id This property is required. String - If provided, filters the results for the given Exadata Infrastructure.
- exadata
Storage In Tbs Lowest Scaled Value This property is required. Number - The lowest value to which exadataStorage(in TBs) can be scaled down.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - The OCID of the Autonomous VM cluster.
- is
Local Backup Enabled This property is required. Boolean - If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
- is
Mtls Enabled This property is required. Boolean - Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
- last
Maintenance Run Id This property is required. String - The OCID of the last maintenance run.
- license
Model This property is required. String - The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- maintenance
Window Details This property is required. List<Property Map> - maintenance
Windows This property is required. List<Property Map> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- max
Acds Lowest Scaled Value This property is required. Number - The lowest value to which maximum number of ACDs can be scaled down.
- memory
Per Oracle Compute Unit In Gbs This property is required. Number - The amount of memory (in GBs) to be enabled per OCPU or ECPU.
- memory
Size In Gbs This property is required. Number - The memory allocated in GBs.
- next
Maintenance Run Id This property is required. String - The OCID of the next maintenance run.
- node
Count This property is required. Number - The number of nodes in the Autonomous VM Cluster.
- non
Provisionable Autonomous Container Databases This property is required. Number - ocpus
Enabled This property is required. Number - The number of enabled OCPU cores.
- provisionable
Autonomous Container Databases This property is required. Number - Deprecated. Use field totalContainerDatabases.
- provisioned
Autonomous Container Databases This property is required. Number - The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
- provisioned
Cpus This property is required. Number - The number of CPUs provisioned in an Autonomous VM Cluster.
- reclaimable
Cpus This property is required. Number - For Autonomous Databases on Dedicated Exadata Infrastructure:
- These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
- The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
- reserved
Cpus This property is required. Number - The number of CPUs reserved in an Autonomous VM Cluster.
- scan
Listener Port Non Tls This property is required. Number - The SCAN Listener Non TLS port number. Default value is 1521.
- scan
Listener Port Tls This property is required. Number - The SCAN Listener TLS port number. Default value is 2484.
- state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- time
Created This property is required. String - The date and time that the Autonomous VM cluster was created.
- time
Database Ssl Certificate Expires This property is required. String - The date and time of Database SSL certificate expiration.
- time
Ords Certificate Expires This property is required. String - The date and time of ORDS certificate expiration.
- time
Zone This property is required. String - The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
- total
Autonomous Data Storage In Tbs This property is required. Number - total
Container Databases This property is required. Number - The total number of Autonomous Container Databases that can be created.
- vm
Cluster Network Id This property is required. String - The OCID of the VM cluster network.
GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindow
- Custom
Action Timeout In Mins This property is required. int - Days
Of Weeks This property is required. List<GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Days Of Week> - Days during the week when maintenance should be performed.
- Hours
Of Days This property is required. List<int> - 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
- Is
Custom Action Timeout Enabled This property is required. bool - Is
Monthly Patching Enabled This property is required. bool - Lead
Time In Weeks This property is required. int - 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.
- Months
This property is required. List<GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Month> - Months during the year when maintenance should be performed.
- Patching
Mode This property is required. string - Preference
This property is required. string - The maintenance window scheduling preference.
- Skip
Rus This property is required. List<bool> - Weeks
Of Months This property is required. List<int> - 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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- Custom
Action Timeout In Mins This property is required. int - Days
Of Weeks This property is required. []GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Days Of Week - Days during the week when maintenance should be performed.
- Hours
Of Days This property is required. []int - 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
- Is
Custom Action Timeout Enabled This property is required. bool - Is
Monthly Patching Enabled This property is required. bool - Lead
Time In Weeks This property is required. int - 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.
- Months
This property is required. []GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Month - Months during the year when maintenance should be performed.
- Patching
Mode This property is required. string - Preference
This property is required. string - The maintenance window scheduling preference.
- Skip
Rus This property is required. []bool - Weeks
Of Months This property is required. []int - 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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. Integer - days
Of Weeks This property is required. List<GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Days Of Week> - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. List<Integer> - 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
- is
Custom Action Timeout Enabled This property is required. Boolean - is
Monthly Patching Enabled This property is required. Boolean - lead
Time In Weeks This property is required. Integer - 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.
- months
This property is required. List<GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Month> - Months during the year when maintenance should be performed.
- patching
Mode This property is required. String - preference
This property is required. String - The maintenance window scheduling preference.
- skip
Rus This property is required. List<Boolean> - weeks
Of Months This property is required. List<Integer> - 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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. number - days
Of Weeks This property is required. GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Days Of Week[] - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. number[] - 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
- is
Custom Action Timeout Enabled This property is required. boolean - is
Monthly Patching Enabled This property is required. boolean - lead
Time In Weeks This property is required. number - 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.
- months
This property is required. GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Month[] - Months during the year when maintenance should be performed.
- patching
Mode This property is required. string - preference
This property is required. string - The maintenance window scheduling preference.
- skip
Rus This property is required. boolean[] - weeks
Of Months This property is required. number[] - 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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom_
action_ timeout_ in_ mins This property is required. int - days_
of_ weeks This property is required. Sequence[database.Get Autonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Days Of Week] - Days during the week when maintenance should be performed.
- hours_
of_ days This property is required. Sequence[int] - 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
- is_
custom_ action_ timeout_ enabled This property is required. bool - is_
monthly_ patching_ enabled This property is required. bool - lead_
time_ in_ weeks This property is required. int - 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.
- months
This property is required. Sequence[database.Get Autonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Month] - Months during the year when maintenance should be performed.
- patching_
mode This property is required. str - preference
This property is required. str - The maintenance window scheduling preference.
- skip_
rus This property is required. Sequence[bool] - weeks_
of_ months This property is required. Sequence[int] - 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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. Number - days
Of Weeks This property is required. List<Property Map> - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. List<Number> - 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
- is
Custom Action Timeout Enabled This property is required. Boolean - is
Monthly Patching Enabled This property is required. Boolean - lead
Time In Weeks This property is required. Number - 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.
- months
This property is required. List<Property Map> - Months during the year when maintenance should be performed.
- patching
Mode This property is required. String - preference
This property is required. String - The maintenance window scheduling preference.
- skip
Rus This property is required. List<Boolean> - weeks
Of Months This property is required. List<Number> - 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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDaysOfWeek
- Name
This property is required. string - Name of the month of the year.
- Name
This property is required. string - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
- name
This property is required. string - Name of the month of the year.
- name
This property is required. str - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetail
- Custom
Action Timeout In Mins This property is required. int - Days
Of Weeks This property is required. List<GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail Days Of Week> - Days during the week when maintenance should be performed.
- Hours
Of Days This property is required. List<int> - 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
- Is
Custom Action Timeout Enabled This property is required. bool - Is
Monthly Patching Enabled This property is required. bool - Lead
Time In Weeks This property is required. int - 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.
- Months
This property is required. List<GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail Month> - Months during the year when maintenance should be performed.
- Patching
Mode This property is required. string - Preference
This property is required. string - The maintenance window scheduling preference.
- Skip
Rus This property is required. List<bool> - Weeks
Of Months This property is required. List<int> - 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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- Custom
Action Timeout In Mins This property is required. int - Days
Of Weeks This property is required. []GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail Days Of Week - Days during the week when maintenance should be performed.
- Hours
Of Days This property is required. []int - 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
- Is
Custom Action Timeout Enabled This property is required. bool - Is
Monthly Patching Enabled This property is required. bool - Lead
Time In Weeks This property is required. int - 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.
- Months
This property is required. []GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail Month - Months during the year when maintenance should be performed.
- Patching
Mode This property is required. string - Preference
This property is required. string - The maintenance window scheduling preference.
- Skip
Rus This property is required. []bool - Weeks
Of Months This property is required. []int - 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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. Integer - days
Of Weeks This property is required. List<GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail Days Of Week> - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. List<Integer> - 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
- is
Custom Action Timeout Enabled This property is required. Boolean - is
Monthly Patching Enabled This property is required. Boolean - lead
Time In Weeks This property is required. Integer - 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.
- months
This property is required. List<GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail Month> - Months during the year when maintenance should be performed.
- patching
Mode This property is required. String - preference
This property is required. String - The maintenance window scheduling preference.
- skip
Rus This property is required. List<Boolean> - weeks
Of Months This property is required. List<Integer> - 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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. number - days
Of Weeks This property is required. GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail Days Of Week[] - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. number[] - 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
- is
Custom Action Timeout Enabled This property is required. boolean - is
Monthly Patching Enabled This property is required. boolean - lead
Time In Weeks This property is required. number - 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.
- months
This property is required. GetAutonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail Month[] - Months during the year when maintenance should be performed.
- patching
Mode This property is required. string - preference
This property is required. string - The maintenance window scheduling preference.
- skip
Rus This property is required. boolean[] - weeks
Of Months This property is required. number[] - 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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom_
action_ timeout_ in_ mins This property is required. int - days_
of_ weeks This property is required. Sequence[database.Get Autonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail Days Of Week] - Days during the week when maintenance should be performed.
- hours_
of_ days This property is required. Sequence[int] - 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
- is_
custom_ action_ timeout_ enabled This property is required. bool - is_
monthly_ patching_ enabled This property is required. bool - lead_
time_ in_ weeks This property is required. int - 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.
- months
This property is required. Sequence[database.Get Autonomous Vm Clusters Autonomous Vm Cluster Maintenance Window Detail Month] - Months during the year when maintenance should be performed.
- patching_
mode This property is required. str - preference
This property is required. str - The maintenance window scheduling preference.
- skip_
rus This property is required. Sequence[bool] - weeks_
of_ months This property is required. Sequence[int] - 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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. Number - days
Of Weeks This property is required. List<Property Map> - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. List<Number> - 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
- is
Custom Action Timeout Enabled This property is required. Boolean - is
Monthly Patching Enabled This property is required. Boolean - lead
Time In Weeks This property is required. Number - 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.
- months
This property is required. List<Property Map> - Months during the year when maintenance should be performed.
- patching
Mode This property is required. String - preference
This property is required. String - The maintenance window scheduling preference.
- skip
Rus This property is required. List<Boolean> - weeks
Of Months This property is required. List<Number> - 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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek
- Name
This property is required. string - Name of the month of the year.
- Name
This property is required. string - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
- name
This property is required. string - Name of the month of the year.
- name
This property is required. str - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailMonth
- Name
This property is required. string - Name of the month of the year.
- Name
This property is required. string - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
- name
This property is required. string - Name of the month of the year.
- name
This property is required. str - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowMonth
- Name
This property is required. string - Name of the month of the year.
- Name
This property is required. string - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
- name
This property is required. string - Name of the month of the year.
- name
This property is required. str - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
GetAutonomousVmClustersFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.