Database Center V1BETA API - Class Google::Cloud::DatabaseCenter::V1beta::DatabaseResourceGroup (v0.1.0)

Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::DatabaseResourceGroup.

DatabaseResourceGroup represents all resources that serve a common data set. It is considered notionally as a single entity, powered by any number of units of compute and storage.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#root_resources

def root_resources() -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::DatabaseResource>
Returns
  • (::Array<::Google::Cloud::DatabaseCenter::V1beta::DatabaseResource>) — A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.

#root_resources=

def root_resources=(value) -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::DatabaseResource>
Parameter
  • value (::Array<::Google::Cloud::DatabaseCenter::V1beta::DatabaseResource>) — A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.
Returns
  • (::Array<::Google::Cloud::DatabaseCenter::V1beta::DatabaseResource>) — A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.

#signal_groups

def signal_groups() -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueCount>
Returns

#signal_groups=

def signal_groups=(value) -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueCount>
Parameter
Returns