Values_2.ScheduledInstanceAvailabilitySourceDescribes a schedule that is available for your Scheduled Instances.
type nonrec t = {availabilityZone : Values_0.String_.t option;The Availability Zone.
*)availableInstanceCount : Values_0.Integer.t option;The number of available instances.
*)firstSlotStartTime : Values_0.DateTime.t option;The time period for the first schedule to start.
*)hourlyPrice : Values_0.String_.t option;The hourly price for a single instance.
*)instanceType : Values_0.String_.t option;The instance type. You can specify one of the C3, C4, M4, or R3 instance types.
*)maxTermDurationInDays : Values_0.Integer.t option;The maximum term. The only possible value is 365 days.
*)minTermDurationInDays : Values_0.Integer.t option;The minimum term. The only possible value is 365 days.
*)networkPlatform : Values_0.String_.t option;The network platform.
*)platform : Values_0.String_.t option;The platform (Linux/UNIX or Windows).
*)purchaseToken : Values_0.String_.t option;The purchase token. This token expires in two hours.
*)recurrence : Values_1.ScheduledInstanceRecurrence.t option;The schedule recurrence.
*)slotDurationInHours : Values_0.Integer.t option;The number of hours in the schedule.
*)totalScheduledInstanceHours : Values_0.Integer.t option;The total number of hours for a single instance for the entire term.
*)}val make :
?availabilityZone:??? ->
?availableInstanceCount:??? ->
?firstSlotStartTime:??? ->
?hourlyPrice:??? ->
?instanceType:??? ->
?maxTermDurationInDays:??? ->
?minTermDurationInDays:??? ->
?networkPlatform:??? ->
?platform:??? ->
?purchaseToken:??? ->
?recurrence:??? ->
?slotDurationInHours:??? ->
?totalScheduledInstanceHours:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_0.Integer.t
| `List of [> `Integer of int ] list
| `String of Values_0.String_.t ])
list
| `Timestamp of Values_0.DateTime.t ])
list ]