public sealed class PackLogType : IMessage<PackLogType>, IEquatable<PackLogType>, IDeepCloneable<PackLogType>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class PackLogType.
PackLogtype is a log type featured in the feed pack.
Implements
IMessagePackLogType, IEquatablePackLogType, IDeepCloneablePackLogType, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|