Class: Aws::Odb::Types::SystemVersionSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

Information about the compatible system versions that can be used with a specific Exadata shape and Grid Infrastructure (GI) version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gi_versionString

The version of GI software.

Returns:

  • (String)


4899
4900
4901
4902
4903
4904
4905
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4899

class SystemVersionSummary < Struct.new(
  :gi_version,
  :shape,
  :system_versions)
  SENSITIVE = []
  include Aws::Structure
end

#shapeString

The Exadata hardware model.

Returns:

  • (String)


4899
4900
4901
4902
4903
4904
4905
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4899

class SystemVersionSummary < Struct.new(
  :gi_version,
  :shape,
  :system_versions)
  SENSITIVE = []
  include Aws::Structure
end

#system_versionsArray<String>

The Exadata system versions that are compatible with the specified Exadata shape and GI version.

Returns:

  • (Array<String>)


4899
4900
4901
4902
4903
4904
4905
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4899

class SystemVersionSummary < Struct.new(
  :gi_version,
  :shape,
  :system_versions)
  SENSITIVE = []
  include Aws::Structure
end