Chronicle v1 API - Class Instance (1.0.0-beta02)

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

Reference documentation and code samples for the Chronicle v1 API class Instance.

A Instance represents an instantiation of the Instance product.

Inheritance

object > Instance

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

Instance()

public Instance()

Instance(Instance)

public Instance(Instance other)
Parameter
Name Description
other Instance

Properties

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
Type Description
InstanceName

Name

public string Name { get; set; }

Identifier. The resource name of this instance. Format: projects/{project}/locations/{location}/instances/{instance}

Property Value
Type Description
string