Class GetPolicyResult
Inheritance
System.Object
GetPolicyResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.OpenStack.Firewall
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetPolicyResult
Fields
View SourceAudited
The audit status of the firewall policy.
Declaration
public readonly bool Audited
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Description
The description of the firewall policy.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
See Argument Reference above.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PolicyId
See Argument Reference above.
Declaration
public readonly string PolicyId
Field Value
| Type | Description |
|---|---|
| System.String |
Region
See Argument Reference above.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Rules
The array of one or more firewall rules that comprise the policy.
Declaration
public readonly ImmutableArray<string> Rules
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Shared
The sharing status of the firewall policy.
Declaration
public readonly bool Shared
Field Value
| Type | Description |
|---|---|
| System.Boolean |
TenantId
See Argument Reference above.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |