Compute Engine v1 API - Class InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy (2.9.0)

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

Inheritance

object > InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy

Namespace

GoogleCloudGoogle.Cloud.ComputeV1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy()

public InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy()

InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy(InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy)

public InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy(InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy other)
Parameter
NameDescription
otherInstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy

Properties

DisplayName

public string DisplayName { get; set; }

[Output Only] Deprecated, please use short name instead. The display name of the firewall policy.

Property Value
TypeDescription
string

HasDisplayName

public bool HasDisplayName { get; }

Gets whether the "display_name" field is set

Property Value
TypeDescription
bool

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
TypeDescription
bool

HasShortName

public bool HasShortName { get; }

Gets whether the "short_name" field is set

Property Value
TypeDescription
bool

HasType

public bool HasType { get; }

Gets whether the "type" field is set

Property Value
TypeDescription
bool

Name

public string Name { get; set; }

[Output Only] The name of the firewall policy.

Property Value
TypeDescription
string

Rules

public RepeatedField<FirewallPolicyRule> Rules { get; }

The rules that apply to the network.

Property Value
TypeDescription
RepeatedFieldFirewallPolicyRule

ShortName

public string ShortName { get; set; }

[Output Only] The short name of the firewall policy.

Property Value
TypeDescription
string

Type

public string Type { get; set; }

[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL. Check the Type enum for the list of possible values.

Property Value
TypeDescription
string