Class: Aws::Odb::Types::SystemVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::SystemVersionSummary
- 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
-
#gi_version ⇒ String
The version of GI software.
-
#shape ⇒ String
The Exadata hardware model.
-
#system_versions ⇒ Array<String>
The Exadata system versions that are compatible with the specified Exadata shape and GI version.
Instance Attribute Details
#gi_version ⇒ String
The version of GI software.
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 |
#shape ⇒ String
The Exadata hardware model.
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_versions ⇒ Array<String>
The Exadata system versions that are compatible with the specified Exadata shape and GI version.
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 |