Class: MintPress::Aws::EC2::ReservedInstancesOffering

Inherits:
Object
  • Object
show all
Includes:
MintLogger, AwsCommon, Mixins::Properties
Defined in:
src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb

Properties (Read/Write)

  • #availability_zone ⇒ [String]
    'The Availability Zone in which the Reserved Instance can be used.'

    Property Attributes
    • disposition:attribute
    • source"describe_reserved_instances_offerings"
    • orig_name'availability_zone'
    • describe_reserved_instances_offerings_prop'availability_zone'
    
    
    23
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 23
    
    property :availability_zone, disposition: :attribute, description: 'The Availability Zone in which the Reserved Instance can be used.', source: "describe_reserved_instances_offerings", orig_name: 'availability_zone', type: [String], describe_reserved_instances_offerings_prop: 'availability_zone'
  • #currency_code ⇒ [String]
    'The currency of the Reserved Instance offering you are purchasing.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ReservedInstancesOffering"
    • orig_name'currency_code'
    
    
    24
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 24
    
    property :currency_code, disposition: :attribute, description: 'The currency of the Reserved Instance offering you are purchasing.', source: "MintPress::Aws::EC2::ReservedInstancesOffering", orig_name: 'currency_code', type: [String]
  • #duration ⇒ [Integer]
    'The duration of the Reserved Instance, in seconds.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ReservedInstancesOffering"
    • orig_name'duration'
    
    
    25
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 25
    
    property :duration, disposition: :attribute, description: 'The duration of the Reserved Instance, in seconds.', source: "MintPress::Aws::EC2::ReservedInstancesOffering", orig_name: 'duration', type: [Integer]
  • #fixed_price ⇒ [Float]
    'The purchase price of the Reserved Instance.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ReservedInstancesOffering"
    • orig_name'fixed_price'
    
    
    26
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 26
    
    property :fixed_price, disposition: :attribute, description: 'The purchase price of the Reserved Instance.', source: "MintPress::Aws::EC2::ReservedInstancesOffering", orig_name: 'fixed_price', type: [Float]
  • #instance_tenancy ⇒ [String]
    'The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy of dedicated is applied to instances that run in a VPC on single-tenant hardware (i.e., Dedicated Instances). Important: The host value cannot be used with this parameter. Use the default or dedicated values only. Default: default'

    Property Attributes
    • disposition:attribute
    • source"describe_reserved_instances_offerings"
    • orig_name'instance_tenancy'
    • describe_reserved_instances_offerings_prop'instance_tenancy'
    
    
    27
    28
    29
    30
    31
    32
    33
    34
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 27
    
    property :instance_tenancy, disposition: :attribute, description: 'The tenancy of the instances covered by the reservation. A Reserved
    Instance with a tenancy of dedicated is applied to instances that
    run in a VPC on single-tenant hardware (i.e., Dedicated Instances).
    
    Important: The host value cannot be used with this parameter.
    Use the default or dedicated values only.
    
    Default: default', source: "describe_reserved_instances_offerings", orig_name: 'instance_tenancy', type: [String], describe_reserved_instances_offerings_prop: 'instance_tenancy'
  • #instance_type ⇒ [String]
    'The instance type that the reservation will cover (for example, m1.small). For more information, see Instance Types in the Amazon Elastic Compute Cloud User Guide.'

    Property Attributes
    • disposition:attribute
    • source"describe_reserved_instances_offerings"
    • orig_name'instance_type'
    • describe_reserved_instances_offerings_prop'instance_type'
    
    
    35
    36
    37
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 35
    
    property :instance_type, disposition: :attribute, description: 'The instance type that the reservation will cover (for example,
    m1.small). For more information, see Instance Types in the
    Amazon Elastic Compute Cloud User Guide.', source: "describe_reserved_instances_offerings", orig_name: 'instance_type', type: [String], describe_reserved_instances_offerings_prop: 'instance_type'
  • #marketplace ⇒ [TrueClass,FalseClass]
    'Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ReservedInstancesOffering"
    • orig_name'marketplace'
    
    
    38
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 38
    
    property :marketplace, disposition: :attribute, description: 'Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS.', source: "MintPress::Aws::EC2::ReservedInstancesOffering", orig_name: 'marketplace', type: [TrueClass,FalseClass]
  • #offering_class ⇒ [String]
    'The offering class of the Reserved Instance. Can be standard or convertible.'

    Property Attributes
    • disposition:attribute
    • source"describe_reserved_instances_offerings"
    • orig_name'offering_class'
    • describe_reserved_instances_offerings_prop'offering_class'
    
    
    39
    40
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 39
    
    property :offering_class, disposition: :attribute, description: 'The offering class of the Reserved Instance. Can be standard or
    convertible.', source: "describe_reserved_instances_offerings", orig_name: 'offering_class', type: [String], describe_reserved_instances_offerings_prop: 'offering_class'
  • #offering_type ⇒ [String]
    'The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type.'

    Property Attributes
    • disposition:attribute
    • source"describe_reserved_instances_offerings"
    • orig_name'offering_type'
    • describe_reserved_instances_offerings_prop'offering_type'
    
    
    41
    42
    43
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 41
    
    property :offering_type, disposition: :attribute, description: 'The Reserved Instance offering type. If you are using tools that
    predate the 2011-11-01 API version, you only have access to the
    Medium Utilization Reserved Instance offering type.', source: "describe_reserved_instances_offerings", orig_name: 'offering_type', type: [String], describe_reserved_instances_offerings_prop: 'offering_type'
  • #pricing_details ⇒ Array of ⇒ [MintPress::Aws::EC2::PricingDetail]
    'The pricing details of the Reserved Instance offering.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ReservedInstancesOffering"
    • orig_name'pricing_details'
    
    
    44
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 44
    
    property :pricing_details, disposition: :attribute, description: 'The pricing details of the Reserved Instance offering.', source: "MintPress::Aws::EC2::ReservedInstancesOffering", orig_name: 'pricing_details', type: [MintPress::Aws::EC2::PricingDetail], array: true
  • #product_description ⇒ [String]
    'The Reserved Instance product platform description. Instances that include (Amazon VPC) in the description are for use with Amazon VPC.'

    Property Attributes
    • disposition:attribute
    • source"describe_reserved_instances_offerings"
    • orig_name'product_description'
    • describe_reserved_instances_offerings_prop'product_description'
    
    
    45
    46
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 45
    
    property :product_description, disposition: :attribute, description: 'The Reserved Instance product platform description. Instances that
    include (Amazon VPC) in the description are for use with Amazon VPC.', source: "describe_reserved_instances_offerings", orig_name: 'product_description', type: [String], describe_reserved_instances_offerings_prop: 'product_description'
  • #recurring_charges ⇒ Array of ⇒ [MintPress::Aws::EC2::RecurringCharge]
    'The recurring charge tag assigned to the resource.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ReservedInstancesOffering"
    • orig_name'recurring_charges'
    
    
    47
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 47
    
    property :recurring_charges, disposition: :attribute, description: 'The recurring charge tag assigned to the resource.', source: "MintPress::Aws::EC2::ReservedInstancesOffering", orig_name: 'recurring_charges', type: [MintPress::Aws::EC2::RecurringCharge], array: true
  • #scope ⇒ [String]
    'Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ReservedInstancesOffering"
    • orig_name'scope'
    
    
    48
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 48
    
    property :scope, disposition: :attribute, description: 'Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.', source: "MintPress::Aws::EC2::ReservedInstancesOffering", orig_name: 'scope', type: [String]
  • #usage_price ⇒ [Float]
    'The usage price of the Reserved Instance, per hour.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EC2::ReservedInstancesOffering"
    • orig_name'usage_price'
    
    
    49
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 49
    
    property :usage_price, disposition: :attribute, description: 'The usage price of the Reserved Instance, per hour.', source: "MintPress::Aws::EC2::ReservedInstancesOffering", orig_name: 'usage_price', type: [Float]
  • #filters ⇒ Hash of ⇒ [MintPress::Aws::EC2::Filter]
    'One or more filters. availability-zone - The Availability Zone where the Reserved Instance can be used. duration - The duration of the Reserved Instance (for example, one year or three years), in seconds (31536000 | 94608000). fixed-price - The purchase price of the Reserved Instance (for example, 9800.0). instance-type - The instance type that is covered by the reservation. marketplace - Set to true to show only Reserved Instance Marketplace offerings. When this filter is not used, which is the default behavior, all offerings from both AWS and the Reserved Instance Marketplace are listed. product-description - The Reserved Instance product platform description. Instances that include (Amazon VPC) in the product platform description will only be displayed to EC2-Classic account holders and are for use with Amazon VPC. (Linux/UNIX | Linux/UNIX (Amazon VPC) | SUSE Linux | SUSE Linux (Amazon VPC) | Red Hat Enterprise Linux | Red Hat Enterprise Linux (Amazon VPC) | Windows | Windows (Amazon VPC) | Windows with SQL Server Standard | Windows with SQL Server Standard (Amazon VPC) | Windows with SQL Server Web | Windows with SQL Server Web (Amazon VPC) | Windows with SQL Server Enterprise | Windows with SQL Server Enterprise (Amazon VPC)) reserved-instances-offering-id - The Reserved Instances offering ID. scope - The scope of the Reserved Instance (Availability Zone or Region). usage-price - The usage price of the Reserved Instance, per hour (for example, 0.84).'

    Property Attributes
    • describe_reserved_instances_offerings_prop'filters'
    • source"describe_reserved_instances_offerings"
    
    
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 50
    
    property :filters, describe_reserved_instances_offerings_prop: 'filters', type: [MintPress::Aws::EC2::Filter], array: false, source: "describe_reserved_instances_offerings", description: 'One or more filters.
    
    
    availability-zone - The Availability Zone where the Reserved
    Instance can be used.
    duration - The duration of the Reserved Instance (for example, one
    year or three years), in seconds (31536000 | 94608000).
    fixed-price - The purchase price of the Reserved Instance (for
    example, 9800.0).
    instance-type - The instance type that is covered by the
    reservation.
    marketplace - Set to true to show only Reserved Instance
    Marketplace offerings. When this filter is not used, which is the
    default behavior, all offerings from both AWS and the Reserved
    Instance Marketplace are listed.
    product-description - The Reserved Instance product platform
    description. Instances that include (Amazon VPC) in the product
    platform description will only be displayed to EC2-Classic account
    holders and are for use with Amazon VPC. (Linux/UNIX |
    Linux/UNIX (Amazon VPC) | SUSE Linux | SUSE Linux (Amazon
    VPC) | Red Hat Enterprise Linux | Red Hat Enterprise Linux
    (Amazon VPC) | Windows | Windows (Amazon VPC) | Windows
    with SQL Server Standard | Windows with SQL Server Standard
    (Amazon VPC) | Windows with SQL Server Web | Windows with SQL
    Server Web (Amazon VPC) | Windows with SQL Server Enterprise |
    Windows with SQL Server Enterprise (Amazon VPC))
    reserved-instances-offering-id - The Reserved Instances offering
    ID.
    scope - The scope of the Reserved Instance (Availability Zone or
    Region).
    usage-price - The usage price of the Reserved Instance, per hour
    (for example, 0.84).', hash: true
  • #include_marketplace ⇒ [TrueClass,FalseClass]
    'Include Reserved Instance Marketplace offerings in the response.'

    Property Attributes
    • describe_reserved_instances_offerings_prop'include_marketplace'
    • source"describe_reserved_instances_offerings"
    
    
    82
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 82
    
    property :include_marketplace, describe_reserved_instances_offerings_prop: 'include_marketplace', type: [TrueClass,FalseClass], source: "describe_reserved_instances_offerings", description: 'Include Reserved Instance Marketplace offerings in the response.'
  • #max_duration ⇒ [Integer]
    'The maximum duration (in seconds) to filter when searching for offerings. Default: 94608000 (3 years)'

    Property Attributes
    • describe_reserved_instances_offerings_prop'max_duration'
    • source"describe_reserved_instances_offerings"
    
    
    83
    84
    85
    86
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 83
    
    property :max_duration, describe_reserved_instances_offerings_prop: 'max_duration', type: [Integer], source: "describe_reserved_instances_offerings", description: 'The maximum duration (in seconds) to filter when searching for
    offerings.
    
    Default: 94608000 (3 years)'
  • #max_instance_count ⇒ [Integer]
    'The maximum number of instances to filter when searching for offerings. Default: 20'

    Property Attributes
    • describe_reserved_instances_offerings_prop'max_instance_count'
    • source"describe_reserved_instances_offerings"
    
    
    87
    88
    89
    90
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 87
    
    property :max_instance_count, describe_reserved_instances_offerings_prop: 'max_instance_count', type: [Integer], source: "describe_reserved_instances_offerings", description: 'The maximum number of instances to filter when searching for
    offerings.
    
    Default: 20'
  • #min_duration ⇒ [Integer]
    'The minimum duration (in seconds) to filter when searching for offerings. Default: 2592000 (1 month)'

    Property Attributes
    • describe_reserved_instances_offerings_prop'min_duration'
    • source"describe_reserved_instances_offerings"
    
    
    91
    92
    93
    94
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 91
    
    property :min_duration, describe_reserved_instances_offerings_prop: 'min_duration', type: [Integer], source: "describe_reserved_instances_offerings", description: 'The minimum duration (in seconds) to filter when searching for
    offerings.
    
    Default: 2592000 (1 month)'
  • #dry_run ⇒ [TrueClass,FalseClass]
    'Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.'

    Property Attributes
    • describe_reserved_instances_offerings_prop'dry_run'
    • source"purchase_reserved_instances_offering"
    • purchase_reserved_instances_offering_prop'dry_run'
    • read_onlyfalse
    
    
    95
    96
    97
    98
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 95
    
    property :dry_run, describe_reserved_instances_offerings_prop: 'dry_run', type: [TrueClass,FalseClass], source: "purchase_reserved_instances_offering", description: 'Checks whether you have the required permissions for the action,
    without actually making the request, and provides an error response.
    If you have the required permissions, the error response is
    DryRunOperation. Otherwise, it is UnauthorizedOperation.', purchase_reserved_instances_offering_prop: 'dry_run', read_only: false
  • #max_results ⇒ [Integer]
    'The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. The maximum is 100. Default: 100'

    Property Attributes
    • describe_reserved_instances_offerings_prop'max_results'
    • source"describe_reserved_instances_offerings"
    
    
    99
    100
    101
    102
    103
    104
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 99
    
    property :max_results, describe_reserved_instances_offerings_prop: 'max_results', type: [Integer], source: "describe_reserved_instances_offerings", description: 'The maximum number of results to return for the request in a single
    page. The remaining results of the initial request can be seen by
    sending another request with the returned NextToken value. The
    maximum is 100.
    
    Default: 100'
  • #instance_count ⇒ [Integer]
    'The number of Reserved Instances to purchase.'

    Property Attributes
    • purchase_reserved_instances_offering_prop'instance_count'
    • read_onlyfalse
    • source"purchase_reserved_instances_offering"
    
    
    105
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 105
    
    property :instance_count, purchase_reserved_instances_offering_prop: 'instance_count', type: [Integer], read_only: false, source: "purchase_reserved_instances_offering", description: 'The number of Reserved Instances to purchase.'
  • #limit_price ⇒ [MintPress::Aws::EC2::ReservedInstanceLimitPrice] (Default Value: MintPress::Aws::EC2::ReservedInstanceLimitPrice.new)
    'Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.'

    Property Attributes
    • purchase_reserved_instances_offering_prop'limit_price'
    • defaultMintPress::Aws::EC2::ReservedInstanceLimitPrice.new
    • read_onlyfalse
    • source"purchase_reserved_instances_offering"
    
    
    106
    107
    108
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 106
    
    property :limit_price, purchase_reserved_instances_offering_prop: 'limit_price', type: [MintPress::Aws::EC2::ReservedInstanceLimitPrice], default: MintPress::Aws::EC2::ReservedInstanceLimitPrice.new, read_only: false, source: "purchase_reserved_instances_offering", description: 'Specified for Reserved Instance Marketplace offerings to limit the
    total order and ensure that the Reserved Instances are not purchased
    at unexpected prices.'
  • #purchase_time ⇒ [Time,DateTime,Integer]
    'The time at which to purchase the Reserved Instance, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).'

    Property Attributes
    • purchase_reserved_instances_offering_prop'purchase_time'
    • read_onlyfalse
    • source"purchase_reserved_instances_offering"
    
    
    109
    110
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 109
    
    property :purchase_time, purchase_reserved_instances_offering_prop: 'purchase_time', type: [Time,DateTime,Integer], read_only: false, source: "purchase_reserved_instances_offering", description: 'The time at which to purchase the Reserved Instance, in UTC format
    (for example, YYYY-MM-DDTHH:MM:SSZ).'
  • #id ⇒ [String] (Default Value: Proc.new { self.name })
    'One or more Reserved Instances offering IDs.'

    Property Attributes
    • source"describe_reserved_instances_offerings"
    • orig_name'reserved_instances_offering_id'
    • purchase_reserved_instances_offering_prop'reserved_instances_offering_id'
    • read_onlyfalse
    • describe_reserved_instances_offerings_prop'reserved_instances_offering_ids'
    • defaultProc.new { self.name }
    
    
    111
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 111
    
    property :id, description: 'One or more Reserved Instances offering IDs.', source: "describe_reserved_instances_offerings", orig_name: 'reserved_instances_offering_id', type: [String], purchase_reserved_instances_offering_prop: 'reserved_instances_offering_id', read_only: false, array: false, hash: false, describe_reserved_instances_offerings_prop: 'reserved_instances_offering_ids', default: Proc.new { self.name }
  • #name ⇒ String

    Property Attributes
    
    
    112
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 112
    
    property :name, type: String
  • #region ⇒ String
    Region _specifically for this object_. If you're not doing different objects in different regions, you should not set this, but rather set the region on your AwsPlatformProvider instead

    Property Attributes
    
    
    116
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 116
    
    property :region, type: String
  • #platform ⇒ MintPress::InfrastructureAws::AwsPlatform (Default Value: MintPress::InfrastructureAws::AwsPlatform.new)
    The platform details, including credentials - normally this will come via AwsPlatformProvider (see the Infrastructure Providers section of the documentation)

    Property Attributes
    • defaultMintPress::InfrastructureAws::AwsPlatform.new
    
    
    119
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/reserved_instances_offering.rb', line 119
    
    property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new

Properties (Read Only)

Constant Summary

Constants included from MintLogger

MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN

Instance Attribute Summary

Attributes included from Mixins::Properties

#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root

Instance Method Summary collapse

Methods included from AwsCommon

#alive?, all, #attach_generic, #attached?, #available?, #build_create_hash, #by_id, #by_name, #create_generic, #delete_cascade_generic, #delete_generic, #detach_generic, #exists?, #fill_in_details, #find_by_details, #find_global_object, #get_aws_region, #get_state, #handle_singleton_object, #harvest, #perform_operation, #prop_to_hash, #register_aws_object, #resource_api, #running?, #start_generic, #started?, #stop_generic, #terminate_generic

Methods included from Mixins::Properties

#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref

Methods included from MintLogger::Utils::Common

#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send

Constructor Details

#initialize(opts = {}) ⇒ ReservedInstancesOffering

Returns a new instance of ReservedInstancesOffering.

Instance Method Details

#describeObject

#purchaseObject