Chronicle v1 API - Class PackLogType (1.1.0)

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

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

PackLogtype is a log type featured in the feed pack.

Inheritance

object > PackLogType

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

PackLogType()

public PackLogType()

PackLogType(PackLogType)

public PackLogType(PackLogType other)
Parameter
Name Description
other PackLogType

Properties

AdditionalDocumentation

public string AdditionalDocumentation { get; set; }

Documentation to share any CTAs for more reference.

Property Value
Type Description
string

ConfigurationDocumentation

public string ConfigurationDocumentation { get; set; }

Documentation to define steps on how to configure a log type.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

The display name of the log type.

Property Value
Type Description
string

LogType

public string LogType { get; set; }

Log Type featured in the feed pack. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{log_type}

Property Value
Type Description
string

RecommendedSourceType

public FeedDetails.Types.FeedSourceType RecommendedSourceType { get; set; }

The recommended source type for the log type.

Property Value
Type Description
FeedDetailsTypesFeedSourceType

Required

public bool Required { get; set; }

Whether the logtype is required to deploy a feed pack.

Property Value
Type Description
bool