Skip to content

Commit

Permalink
chore(oracle_database-v1): Minor updates to reference documentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Dec 11, 2024
1 parent f79af3a commit eb7b4b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,21 @@ class LabelsEntry
# @!attribute [r] oci_url
# @return [::String]
# Output only. Deep link to the OCI console to view this resource.
# @!attribute [rw] cpu_count
# @!attribute [r] cpu_count
# @return [::Integer]
# Optional. The number of enabled CPU cores.
# Output only. The number of enabled CPU cores.
# @!attribute [r] max_cpu_count
# @return [::Integer]
# Output only. The total number of CPU cores available.
# @!attribute [rw] memory_size_gb
# @!attribute [r] memory_size_gb
# @return [::Integer]
# Optional. The memory allocated in GBs.
# Output only. The memory allocated in GBs.
# @!attribute [r] max_memory_gb
# @return [::Integer]
# Output only. The total memory available in GBs.
# @!attribute [rw] db_node_storage_size_gb
# @!attribute [r] db_node_storage_size_gb
# @return [::Integer]
# Optional. The local node storage allocated in GBs.
# Output only. The local node storage allocated in GBs.
# @!attribute [r] max_db_node_storage_size_gb
# @return [::Integer]
# Output only. The total local node storage available in GBs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_cloud_exadata_infrastructures
Expand Down

0 comments on commit eb7b4b8

Please sign in to comment.