Class: Aws::EC2::Types::HostReservation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Details about the Dedicated Host Reservation and associated Dedicated Hosts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of Dedicated Hosts the reservation is associated with.

Returns:

  • (Integer)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#currency_codeString

The currency in which the ‘upfrontPrice` and `hourlyPrice` amounts are specified. At this time, the only supported currency is `USD`.

Returns:

  • (String)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#durationInteger

The length of the reservation’s term, specified in seconds. Can be ‘31536000 (1 year)` | `94608000 (3 years)`.

Returns:

  • (Integer)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#endTime

The date and time that the reservation ends.

Returns:

  • (Time)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#host_id_setArray<String>

The IDs of the Dedicated Hosts associated with the reservation.

Returns:

  • (Array<String>)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#host_reservation_idString

The ID of the reservation that specifies the associated Dedicated Hosts.

Returns:

  • (String)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hourly_priceString

The hourly price of the reservation.

Returns:

  • (String)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#instance_familyString

The instance family of the Dedicated Host Reservation. The instance family on the Dedicated Host must be the same in order for it to benefit from the reservation.

Returns:

  • (String)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#offering_idString

The ID of the reservation. This remains the same regardless of which Dedicated Hosts are associated with it.

Returns:

  • (String)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#payment_optionString

The payment option selected for this reservation.

Returns:

  • (String)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#startTime

The date and time that the reservation started.

Returns:

  • (Time)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the reservation.

Returns:

  • (String)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the Dedicated Host Reservation.

Returns:



37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#upfront_priceString

The upfront price of the reservation.

Returns:

  • (String)


37054
37055
37056
37057
37058
37059
37060
37061
37062
37063
37064
37065
37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-ec2/types.rb', line 37054

class HostReservation < Struct.new(
  :count,
  :currency_code,
  :duration,
  :end,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :start,
  :state,
  :upfront_price,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end