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