Class: Aws::ComputeOptimizer::Types::LicenseConfiguration

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

Overview

Describes the configuration of a license for an Amazon EC2 instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_typeString

The instance type used in the license.

Returns:

  • (String)


4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4792

class LicenseConfiguration < Struct.new(
  :number_of_cores,
  :instance_type,
  :operating_system,
  :license_edition,
  :license_name,
  :license_model,
  :license_version,
  :metrics_source)
  SENSITIVE = []
  include Aws::Structure
end

#license_editionString

The edition of the license for the application that runs on the instance.

Returns:

  • (String)


4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4792

class LicenseConfiguration < Struct.new(
  :number_of_cores,
  :instance_type,
  :operating_system,
  :license_edition,
  :license_name,
  :license_model,
  :license_version,
  :metrics_source)
  SENSITIVE = []
  include Aws::Structure
end

#license_modelString

The license type associated with the instance.

Returns:

  • (String)


4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4792

class LicenseConfiguration < Struct.new(
  :number_of_cores,
  :instance_type,
  :operating_system,
  :license_edition,
  :license_name,
  :license_model,
  :license_version,
  :metrics_source)
  SENSITIVE = []
  include Aws::Structure
end

#license_nameString

The name of the license for the application that runs on the instance.

Returns:

  • (String)


4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4792

class LicenseConfiguration < Struct.new(
  :number_of_cores,
  :instance_type,
  :operating_system,
  :license_edition,
  :license_name,
  :license_model,
  :license_version,
  :metrics_source)
  SENSITIVE = []
  include Aws::Structure
end

#license_versionString

The version of the license for the application that runs on the instance.

Returns:

  • (String)


4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4792

class LicenseConfiguration < Struct.new(
  :number_of_cores,
  :instance_type,
  :operating_system,
  :license_edition,
  :license_name,
  :license_model,
  :license_version,
  :metrics_source)
  SENSITIVE = []
  include Aws::Structure
end

#metrics_sourceArray<Types::MetricSource>

The list of metric sources required to generate recommendations for commercial software licenses.

Returns:



4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4792

class LicenseConfiguration < Struct.new(
  :number_of_cores,
  :instance_type,
  :operating_system,
  :license_edition,
  :license_name,
  :license_model,
  :license_version,
  :metrics_source)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_coresInteger

The current number of cores associated with the instance.

Returns:

  • (Integer)


4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4792

class LicenseConfiguration < Struct.new(
  :number_of_cores,
  :instance_type,
  :operating_system,
  :license_edition,
  :license_name,
  :license_model,
  :license_version,
  :metrics_source)
  SENSITIVE = []
  include Aws::Structure
end

#operating_systemString

The operating system of the instance.

Returns:

  • (String)


4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4792

class LicenseConfiguration < Struct.new(
  :number_of_cores,
  :instance_type,
  :operating_system,
  :license_edition,
  :license_name,
  :license_model,
  :license_version,
  :metrics_source)
  SENSITIVE = []
  include Aws::Structure
end