ScheduledInstanceAvailability
public struct ScheduledInstanceAvailability : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Availability Zone.
Declaration
Swift
public let availabilityZone: String?
-
The number of available instances.
Declaration
Swift
public let availableInstanceCount: Int?
-
The time period for the first schedule to start.
Declaration
Swift
public let firstSlotStartTime: TimeStamp?
-
The hourly price for a single instance.
Declaration
Swift
public let hourlyPrice: String?
-
The instance type. You can specify one of the C3, C4, M4, or R3 instance types.
Declaration
Swift
public let instanceType: String?
-
The maximum term. The only possible value is 365 days.
Declaration
Swift
public let maxTermDurationInDays: Int?
-
The minimum term. The only possible value is 365 days.
Declaration
Swift
public let minTermDurationInDays: Int?
-
The network platform (EC2-Classic or EC2-VPC).
Declaration
Swift
public let networkPlatform: String?
-
The platform (Linux/UNIX or Windows).
Declaration
Swift
public let platform: String?
-
The purchase token. This token expires in two hours.
Declaration
Swift
public let purchaseToken: String?
-
The schedule recurrence.
Declaration
Swift
public let recurrence: ScheduledInstanceRecurrence?
-
The number of hours in the schedule.
Declaration
Swift
public let slotDurationInHours: Int?
-
The total number of hours for a single instance for the entire term.
Declaration
Swift
public let totalScheduledInstanceHours: Int?
-
init(availabilityZone:availableInstanceCount:firstSlotStartTime:hourlyPrice:instanceType:maxTermDurationInDays:minTermDurationInDays:networkPlatform:platform:purchaseToken:recurrence:slotDurationInHours:totalScheduledInstanceHours:)
Undocumented
Declaration
Swift
public init(availabilityZone: String? = nil, availableInstanceCount: Int? = nil, firstSlotStartTime: TimeStamp? = nil, hourlyPrice: String? = nil, instanceType: String? = nil, maxTermDurationInDays: Int? = nil, minTermDurationInDays: Int? = nil, networkPlatform: String? = nil, platform: String? = nil, purchaseToken: String? = nil, recurrence: ScheduledInstanceRecurrence? = nil, slotDurationInHours: Int? = nil, totalScheduledInstanceHours: Int? = nil)