Class SecurityPolicyAdvancedOptionsConfig (1.3.0)

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

Inheritance

Object > SecurityPolicyAdvancedOptionsConfig

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SecurityPolicyAdvancedOptionsConfig()

public SecurityPolicyAdvancedOptionsConfig()

SecurityPolicyAdvancedOptionsConfig(SecurityPolicyAdvancedOptionsConfig)

public SecurityPolicyAdvancedOptionsConfig(SecurityPolicyAdvancedOptionsConfig other)
Parameter
NameDescription
otherSecurityPolicyAdvancedOptionsConfig

Properties

HasJsonParsing

public bool HasJsonParsing { get; }

Gets whether the "json_parsing" field is set

Property Value
TypeDescription
Boolean

HasLogLevel

public bool HasLogLevel { get; }

Gets whether the "log_level" field is set

Property Value
TypeDescription
Boolean

JsonParsing

public string JsonParsing { get; set; }

Check the JsonParsing enum for the list of possible values.

Property Value
TypeDescription
String

LogLevel

public string LogLevel { get; set; }

Check the LogLevel enum for the list of possible values.

Property Value
TypeDescription
String