public sealed class ResourceDetails : IMessage<ResourceDetails>, IEquatable<ResourceDetails>, IDeepCloneable<ResourceDetails>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class ResourceDetails.
Capture the resource details for resources that are included in the delta counts.
Implements
IMessageResourceDetails, IEquatableResourceDetails, IDeepCloneableResourceDetails, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
ResourceDetails()
public ResourceDetails()ResourceDetails(ResourceDetails)
public ResourceDetails(ResourceDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceDetails |
Properties
Container
public string Container { get; set; }Specifies where the resource is created. For GCP, it is the full name of the project.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FullResourceName
public string FullResourceName { get; set; }Full resource name of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Location
public string Location { get; set; }Location of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Product
public Product Product { get; set; }Product type of the resource.
| Property Value | |
|---|---|
| Type | Description |
Product |
|