You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The size of the boot volume in GBs. Minimum value is 50 GB. See [here](https://docs.cloud.oracle.com/en-us/iaas/Content/Block/Concepts/bootvolumes.htm) for max custom boot volume sizing and OS-specific requirements.
* API covering the [Networking](/iaas/Content/Network/Concepts/overview.htm),
4
+
[Compute](/iaas/Content/Compute/Concepts/computeoverview.htm), and
5
+
[Block Volume](/iaas/Content/Block/Concepts/overview.htm) services. Use this API
6
+
to manage resources such as virtual cloud networks (VCNs), compute instances, and
7
+
block storage volumes.
8
+
9
+
* OpenAPI spec version: 20160918
10
+
*
11
+
*
12
+
* NOTE: This class is auto generated by OracleSDKGenerator.
13
+
* Do not edit the class manually.
14
+
*
15
+
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
16
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
+
*/
18
+
19
+
import*asmodelfrom"../model";
20
+
importcommon= require("oci-common");
21
+
22
+
/**
23
+
* Options for customers to define the general policy of how compute service perform maintenance on VM instances.
24
+
*
25
+
*/
26
+
exportinterfaceInstanceAvailabilityConfig{
27
+
/**
28
+
* Actions customers can specify that would be applied to their instances after scheduled or unexpected host maintenance.
29
+
* * `RESTORE_INSTANCE` - This would be the default action if recoveryAction is not set. VM instances
30
+
* will be restored to the power state it was in before maintenance.
31
+
* * `STOP_INSTANCE` - This action allow customers to have their VM instances be stopped after maintenance.
0 commit comments