Database Center v1beta API - Class ResourceDetails (1.0.0-beta03)

public sealed class ResourceDetails : IMessage<ResourceDetails>, IEquatable<ResourceDetails>, IDeepCloneable<ResourceDetails>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > ResourceDetails

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

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