Class: Google::Apis::OracledatabaseV1::ExascaleDbStorageVaultProperties

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExascaleDbStorageVaultProperties

Returns a new instance of ExascaleDbStorageVaultProperties.



3804
3805
3806
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3804

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#additional_flash_cache_percentFixnum

Optional. The size of additional flash cache in percentage of high capacity database storage. Corresponds to the JSON property additionalFlashCachePercent

Returns:

  • (Fixnum)


3747
3748
3749
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3747

def additional_flash_cache_percent
  @additional_flash_cache_percent
end

#attached_shape_attributesArray<String>

Output only. The shape attributes of the VM clusters attached to the ExascaleDbStorageVault. Corresponds to the JSON property attachedShapeAttributes

Returns:

  • (Array<String>)


3753
3754
3755
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3753

def attached_shape_attributes
  @attached_shape_attributes
end

#available_shape_attributesArray<String>

Output only. The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault. Corresponds to the JSON property availableShapeAttributes

Returns:

  • (Array<String>)


3759
3760
3761
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3759

def available_shape_attributes
  @available_shape_attributes
end

#descriptionString

Optional. The description of the ExascaleDbStorageVault. Corresponds to the JSON property description

Returns:

  • (String)


3764
3765
3766
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3764

def description
  @description
end

#exascale_db_storage_detailsGoogle::Apis::OracledatabaseV1::ExascaleDbStorageDetails

The storage details of the ExascaleDbStorageVault. Corresponds to the JSON property exascaleDbStorageDetails



3769
3770
3771
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3769

def exascale_db_storage_details
  @exascale_db_storage_details
end

#oci_uriString

Output only. Deep link to the OCI console to view this resource. Corresponds to the JSON property ociUri

Returns:

  • (String)


3774
3775
3776
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3774

def oci_uri
  @oci_uri
end

#ocidString

Output only. The OCID for the ExascaleDbStorageVault. Corresponds to the JSON property ocid

Returns:

  • (String)


3779
3780
3781
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3779

def ocid
  @ocid
end

#stateString

Output only. The state of the ExascaleDbStorageVault. Corresponds to the JSON property state

Returns:

  • (String)


3784
3785
3786
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3784

def state
  @state
end

#time_zoneGoogle::Apis::OracledatabaseV1::TimeZone

Represents a time zone from the IANA Time Zone Database. Corresponds to the JSON property timeZone



3790
3791
3792
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3790

def time_zone
  @time_zone
end

#vm_cluster_countFixnum

Output only. The number of VM clusters associated with the ExascaleDbStorageVault. Corresponds to the JSON property vmClusterCount

Returns:

  • (Fixnum)


3796
3797
3798
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3796

def vm_cluster_count
  @vm_cluster_count
end

#vm_cluster_idsArray<String>

Output only. The list of VM cluster OCIDs associated with the ExascaleDbStorageVault. Corresponds to the JSON property vmClusterIds

Returns:

  • (Array<String>)


3802
3803
3804
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3802

def vm_cluster_ids
  @vm_cluster_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3809

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