Class: Google::Apis::OracledatabaseV1::ExascaleDbStorageVaultProperties
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::ExascaleDbStorageVaultProperties
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/oracledatabase_v1/classes.rb,
lib/google/apis/oracledatabase_v1/representations.rb,
lib/google/apis/oracledatabase_v1/representations.rb
Overview
The properties of the ExascaleDbStorageVault. next ID: 12
Instance Attribute Summary collapse
-
#additional_flash_cache_percent ⇒ Fixnum
Optional.
-
#attached_shape_attributes ⇒ Array<String>
Output only.
-
#available_shape_attributes ⇒ Array<String>
Output only.
-
#description ⇒ String
Optional.
-
#exascale_db_storage_details ⇒ Google::Apis::OracledatabaseV1::ExascaleDbStorageDetails
The storage details of the ExascaleDbStorageVault.
-
#oci_uri ⇒ String
Output only.
-
#ocid ⇒ String
Output only.
-
#state ⇒ String
Output only.
-
#time_zone ⇒ Google::Apis::OracledatabaseV1::TimeZone
Represents a time zone from the IANA Time Zone Database.
-
#vm_cluster_count ⇒ Fixnum
Output only.
-
#vm_cluster_ids ⇒ Array<String>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExascaleDbStorageVaultProperties
constructor
A new instance of ExascaleDbStorageVaultProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExascaleDbStorageVaultProperties
Returns a new instance of ExascaleDbStorageVaultProperties.
3507 3508 3509 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3507 def initialize(**args) update!(**args) end |
Instance Attribute Details
#additional_flash_cache_percent ⇒ Fixnum
Optional. The size of additional flash cache in percentage of high capacity
database storage.
Corresponds to the JSON property additionalFlashCachePercent
3450 3451 3452 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3450 def additional_flash_cache_percent @additional_flash_cache_percent end |
#attached_shape_attributes ⇒ Array<String>
Output only. The shape attributes of the VM clusters attached to the
ExascaleDbStorageVault.
Corresponds to the JSON property attachedShapeAttributes
3456 3457 3458 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3456 def attached_shape_attributes @attached_shape_attributes end |
#available_shape_attributes ⇒ Array<String>
Output only. The shape attributes available for the VM clusters to be attached
to the ExascaleDbStorageVault.
Corresponds to the JSON property availableShapeAttributes
3462 3463 3464 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3462 def available_shape_attributes @available_shape_attributes end |
#description ⇒ String
Optional. The description of the ExascaleDbStorageVault.
Corresponds to the JSON property description
3467 3468 3469 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3467 def description @description end |
#exascale_db_storage_details ⇒ Google::Apis::OracledatabaseV1::ExascaleDbStorageDetails
The storage details of the ExascaleDbStorageVault.
Corresponds to the JSON property exascaleDbStorageDetails
3472 3473 3474 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3472 def exascale_db_storage_details @exascale_db_storage_details end |
#oci_uri ⇒ String
Output only. Deep link to the OCI console to view this resource.
Corresponds to the JSON property ociUri
3477 3478 3479 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3477 def oci_uri @oci_uri end |
#ocid ⇒ String
Output only. The OCID for the ExascaleDbStorageVault.
Corresponds to the JSON property ocid
3482 3483 3484 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3482 def ocid @ocid end |
#state ⇒ String
Output only. The state of the ExascaleDbStorageVault.
Corresponds to the JSON property state
3487 3488 3489 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3487 def state @state end |
#time_zone ⇒ Google::Apis::OracledatabaseV1::TimeZone
Represents a time zone from the IANA Time Zone Database.
Corresponds to the JSON property timeZone
3493 3494 3495 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3493 def time_zone @time_zone end |
#vm_cluster_count ⇒ Fixnum
Output only. The number of VM clusters associated with the
ExascaleDbStorageVault.
Corresponds to the JSON property vmClusterCount
3499 3500 3501 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3499 def vm_cluster_count @vm_cluster_count end |
#vm_cluster_ids ⇒ Array<String>
Output only. The list of VM cluster OCIDs associated with the
ExascaleDbStorageVault.
Corresponds to the JSON property vmClusterIds
3505 3506 3507 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3505 def vm_cluster_ids @vm_cluster_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3512 def update!(**args) @additional_flash_cache_percent = args[:additional_flash_cache_percent] if args.key?(:additional_flash_cache_percent) @attached_shape_attributes = args[:attached_shape_attributes] if args.key?(:attached_shape_attributes) @available_shape_attributes = args[:available_shape_attributes] if args.key?(:available_shape_attributes) @description = args[:description] if args.key?(:description) @exascale_db_storage_details = args[:exascale_db_storage_details] if args.key?(:exascale_db_storage_details) @oci_uri = args[:oci_uri] if args.key?(:oci_uri) @ocid = args[:ocid] if args.key?(:ocid) @state = args[:state] if args.key?(:state) @time_zone = args[:time_zone] if args.key?(:time_zone) @vm_cluster_count = args[:vm_cluster_count] if args.key?(:vm_cluster_count) @vm_cluster_ids = args[:vm_cluster_ids] if args.key?(:vm_cluster_ids) end |