Oracle · Schema

InstanceAvailabilityConfig

Options for VM migration during infrastructure maintenance

CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Properties

Name Type Description
isLiveMigrationPreferred boolean Whether live migration is the preferred option during maintenance
recoveryAction string The lifecycle state for an instance when maintenance is due
View JSON Schema on GitHub

JSON Schema

oci-compute-instance-availability-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InstanceAvailabilityConfig",
  "type": "object",
  "description": "Options for VM migration during infrastructure maintenance",
  "properties": {
    "isLiveMigrationPreferred": {
      "type": "boolean",
      "description": "Whether live migration is the preferred option during maintenance"
    },
    "recoveryAction": {
      "type": "string",
      "description": "The lifecycle state for an instance when maintenance is due"
    }
  }
}