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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5196
5197
5198
5199
5200
5201
5202
# File 'lib/aws-sdk-odb/types.rb', line 5196

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

#shapeString

The Exadata hardware model.

Returns:

  • (String)


5196
5197
5198
5199
5200
5201
5202
# File 'lib/aws-sdk-odb/types.rb', line 5196

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>)


5196
5197
5198
5199
5200
5201
5202
# File 'lib/aws-sdk-odb/types.rb', line 5196

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