Data Source: oci_database_vm_cluster_patches
This data source provides the list of Vm Cluster Patches in Oracle Cloud Infrastructure Database service.
Lists the patches applicable to the specified VM cluster in an Exadata Cloud@Customer system.
Example Usage
data "oci_database_vm_cluster_patches" "test_vm_cluster_patches" {
#Required
vm_cluster_id = oci_database_vm_cluster.test_vm_cluster.id
}
Argument Reference
The following arguments are supported:
vm_cluster_id
- (Required) The VM cluster OCID.
Attributes Reference
The following attributes are exported:
patches
- The list of patches.
VmClusterPatch Reference
The following attributes are exported:
available_actions
- Actions that can possibly be performed using this patch.description
- The text describing this patch package.id
- The OCID of the patch.last_action
- Action that is currently being performed or was completed last.lifecycle_details
- A descriptive text associated with the lifecycleState. Typically can contain additional displayable text.state
- The current state of the patch as a result of lastAction.time_released
- The date and time that the patch was released.version
- The version of this patch package.