Class ServiceACLEntriesv1Entry
Inheritance
System.Object
ServiceACLEntriesv1Entry
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.Fastly.Outputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class ServiceACLEntriesv1Entry
Fields
View SourceComment
A personal freeform descriptive note
Declaration
public readonly string Comment
Field Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Ip
An IP address that is the focus for the ACL
Declaration
public readonly string Ip
Field Value
| Type | Description |
|---|---|
| System.String |
Negated
A boolean that will negate the match if true
Declaration
public readonly bool? Negated
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Subnet
An optional subnet mask applied to the IP address
Declaration
public readonly string Subnet
Field Value
| Type | Description |
|---|---|
| System.String |