Show / Hide Table of Contents

Class Dimension

Dimension used to aggregate the fleet.

Inheritance
object
Dimension
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class Dimension : IDirectResponseSchema

Properties

Container

Specifies where the resource is created. For Google Cloud resources, it is the full name of the project.

Declaration
[JsonProperty("container")]
public virtual string Container { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Edition

The edition of the resource.

Declaration
[JsonProperty("edition")]
public virtual string Edition { get; set; }
Property Value
Type Description
string

HasDenyMaintenanceSchedules

Whether the resource has deny maintenance schedules.

Declaration
[JsonProperty("hasDenyMaintenanceSchedules")]
public virtual bool? HasDenyMaintenanceSchedules { get; set; }
Property Value
Type Description
bool?

HasMaintenanceSchedule

Whether the resource has a maintenance schedule.

Declaration
[JsonProperty("hasMaintenanceSchedule")]
public virtual bool? HasMaintenanceSchedule { get; set; }
Property Value
Type Description
bool?

LabelKey

Label key of the resource.

Declaration
[JsonProperty("labelKey")]
public virtual string LabelKey { get; set; }
Property Value
Type Description
string

LabelSource

Label source of the resource.

Declaration
[JsonProperty("labelSource")]
public virtual string LabelSource { get; set; }
Property Value
Type Description
string

LabelValue

Label value of the resource.

Declaration
[JsonProperty("labelValue")]
public virtual string LabelValue { get; set; }
Property Value
Type Description
string

Location

The location of the resources. It supports returning only regional locations in Google Cloud.

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

ManagementType

The management type of the resource.

Declaration
[JsonProperty("managementType")]
public virtual string ManagementType { get; set; }
Property Value
Type Description
string

ProductEngine

Engine refers to underlying database binary running in an instance.

Declaration
[JsonProperty("productEngine")]
public virtual string ProductEngine { get; set; }
Property Value
Type Description
string

ProductType

Type to identify a product

Declaration
[JsonProperty("productType")]
public virtual string ProductType { get; set; }
Property Value
Type Description
string

ProductVersion

Version of the underlying database engine

Declaration
[JsonProperty("productVersion")]
public virtual string ProductVersion { get; set; }
Property Value
Type Description
string

ResourceCategory

The category of the resource.

Declaration
[JsonProperty("resourceCategory")]
public virtual string ResourceCategory { get; set; }
Property Value
Type Description
string

ResourceType

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

Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Type Description
string

SubResourceType

Subtype of the resource specified at creation time.

Declaration
[JsonProperty("subResourceType")]
public virtual string SubResourceType { get; set; }
Property Value
Type Description
string

TagInherited

Tag inheritance value of the resource.

Declaration
[JsonProperty("tagInherited")]
public virtual bool? TagInherited { get; set; }
Property Value
Type Description
bool?

TagKey

Tag key of the resource.

Declaration
[JsonProperty("tagKey")]
public virtual string TagKey { get; set; }
Property Value
Type Description
string

TagSource

Tag source of the resource.

Declaration
[JsonProperty("tagSource")]
public virtual string TagSource { get; set; }
Property Value
Type Description
string

TagValue

Tag value of the resource.

Declaration
[JsonProperty("tagValue")]
public virtual string TagValue { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX