Dimension(mapping=None, *, ignore_unknown_fields=False, **kwargs)Dimension used to aggregate the fleet.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
container |
str
Specifies where the resource is created. For GCP, it is the full name of the project. This field is a member of oneof_ dimension.
|
product_type |
google.cloud.databasecenter_v1beta.types.ProductType
Type to identify a product This field is a member of oneof_ dimension.
|
product_engine |
google.cloud.databasecenter_v1beta.types.Engine
Engine refers to underlying database binary running in an instance. This field is a member of oneof_ dimension.
|
product_version |
str
Version of the underlying database engine This field is a member of oneof_ dimension.
|
location |
str
The location of the resources. It supports returning only regional locations in GCP. This field is a member of oneof_ dimension.
|
resource_type |
str
The type of resource defined according to the pattern: {Service Name}/{Type}. Ex: sqladmin.googleapis.com/Instance alloydb.googleapis.com/Cluster alloydb.googleapis.com/Instance spanner.googleapis.com/Instance This field is a member of oneof_ dimension.
|
sub_resource_type |
google.cloud.databasecenter_v1beta.types.SubResourceType
Subtype of the resource specified at creation time. This field is a member of oneof_ dimension.
|
resource_category |
google.cloud.databasecenter_v1beta.types.ResourceCategory
The category of the resource. This field is a member of oneof_ dimension.
|
management_type |
google.cloud.databasecenter_v1beta.types.ManagementType
The management type of the resource. This field is a member of oneof_ dimension.
|
edition |
google.cloud.databasecenter_v1beta.types.Edition
The edition of the resource. This field is a member of oneof_ dimension.
|
tag_key |
str
Tag key of the resource. This field is a member of oneof_ dimension.
|
tag_value |
str
Tag value of the resource. This field is a member of oneof_ dimension.
|
tag_source |
str
Tag source of the resource. This field is a member of oneof_ dimension.
|
tag_inherited |
bool
Tag inheritance value of the resource. This field is a member of oneof_ dimension.
|
label_key |
str
Label key of the resource. This field is a member of oneof_ dimension.
|
label_value |
str
Label value of the resource. This field is a member of oneof_ dimension.
|
label_source |
str
Label source of the resource. This field is a member of oneof_ dimension.
|
has_maintenance_schedule |
bool
Whether the resource has a maintenance schedule. This field is a member of oneof_ dimension.
|
has_deny_maintenance_schedules |
bool
Whether the resource has deny maintenance schedules. This field is a member of oneof_ dimension.
|