Data Source: oci_database_vm_cluster_updates
This data source provides the list of Vm Cluster Updates in Oracle Cloud Infrastructure Database service.
Lists the maintenance updates that can be applied to the specified VM cluster. Applies to Exadata Cloud@Customer instances only.
Example Usage
data "oci_database_vm_cluster_updates" "test_vm_cluster_updates" {
#Required
vm_cluster_id = oci_database_vm_cluster.test_vm_cluster.id
#Optional
state = var.vm_cluster_update_state
update_type = var.vm_cluster_update_update_type
}
Argument Reference
The following arguments are supported:
state
- (Optional) A filter to return only resources that match the given lifecycle state exactly.update_type
- (Optional) A filter to return only resources that match the given update type exactly.vm_cluster_id
- (Required) The VM cluster OCID.
Attributes Reference
The following attributes are exported:
vm_cluster_updates
- The list of vm_cluster_updates.
VmClusterUpdate Reference
The following attributes are exported:
available_actions
- The possible actions that can be performed using this maintenance update.description
- Details of the maintenance update package.id
- The OCID of the maintenance update.last_action
- The update action performed most recently using this maintenance update.lifecycle_details
- Descriptive text providing additional details about the lifecycle state.state
- The current state of the maintenance update. Dependent on value oflastAction
.time_released
- The date and time the maintenance update was released.update_type
- The type of VM cluster maintenance update.version
- The version of the maintenance update package.