Class: Google::Cloud::OracleDatabase::V1::DbSystemInitialStorageSizeProperties
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::DbSystemInitialStorageSizeProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/db_system_initial_storage_size.rb
Overview
The properties of a DbSystem initial storage size summary.
Defined Under Namespace
Modules: ShapeType, StorageManagement
Instance Attribute Summary collapse
-
#launch_from_backup_storage_size_details ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::StorageSizeDetails>
readonly
Output only.
-
#shape_type ⇒ ::Google::Cloud::OracleDatabase::V1::DbSystemInitialStorageSizeProperties::ShapeType
readonly
Output only.
-
#storage_management ⇒ ::Google::Cloud::OracleDatabase::V1::DbSystemInitialStorageSizeProperties::StorageManagement
readonly
Output only.
-
#storage_size_details ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::StorageSizeDetails>
readonly
Output only.
Instance Attribute Details
#launch_from_backup_storage_size_details ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::StorageSizeDetails> (readonly)
Returns Output only. List of storage disk details available for launches from backup.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_initial_storage_size.rb', line 50 class DbSystemInitialStorageSizeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The storage option used in the DB system. module StorageManagement # Unspecified storage management. STORAGE_MANAGEMENT_UNSPECIFIED = 0 # Automatic Storage Management. ASM = 1 # Logical Volume Management. LVM = 2 end # The shape type of the DB system. module ShapeType # Unspecified shape type. SHAPE_TYPE_UNSPECIFIED = 0 # Standard X86. STANDARD_X86 = 1 end end |
#shape_type ⇒ ::Google::Cloud::OracleDatabase::V1::DbSystemInitialStorageSizeProperties::ShapeType (readonly)
Returns Output only. VM shape platform type.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_initial_storage_size.rb', line 50 class DbSystemInitialStorageSizeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The storage option used in the DB system. module StorageManagement # Unspecified storage management. STORAGE_MANAGEMENT_UNSPECIFIED = 0 # Automatic Storage Management. ASM = 1 # Logical Volume Management. LVM = 2 end # The shape type of the DB system. module ShapeType # Unspecified shape type. SHAPE_TYPE_UNSPECIFIED = 0 # Standard X86. STANDARD_X86 = 1 end end |
#storage_management ⇒ ::Google::Cloud::OracleDatabase::V1::DbSystemInitialStorageSizeProperties::StorageManagement (readonly)
Returns Output only. The storage option used in DB system.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_initial_storage_size.rb', line 50 class DbSystemInitialStorageSizeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The storage option used in the DB system. module StorageManagement # Unspecified storage management. STORAGE_MANAGEMENT_UNSPECIFIED = 0 # Automatic Storage Management. ASM = 1 # Logical Volume Management. LVM = 2 end # The shape type of the DB system. module ShapeType # Unspecified shape type. SHAPE_TYPE_UNSPECIFIED = 0 # Standard X86. STANDARD_X86 = 1 end end |
#storage_size_details ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::StorageSizeDetails> (readonly)
Returns Output only. List of storage disk details.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system_initial_storage_size.rb', line 50 class DbSystemInitialStorageSizeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The storage option used in the DB system. module StorageManagement # Unspecified storage management. STORAGE_MANAGEMENT_UNSPECIFIED = 0 # Automatic Storage Management. ASM = 1 # Logical Volume Management. LVM = 2 end # The shape type of the DB system. module ShapeType # Unspecified shape type. SHAPE_TYPE_UNSPECIFIED = 0 # Standard X86. STANDARD_X86 = 1 end end |