Class ServiceACLEntriesv1EntryArgs
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.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class ServiceACLEntriesv1EntryArgs : ResourceArgs
Constructors
View SourceServiceACLEntriesv1EntryArgs()
Declaration
public ServiceACLEntriesv1EntryArgs()
Properties
View SourceComment
A personal freeform descriptive note
Declaration
public Input<string> Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ip
An IP address that is the focus for the ACL
Declaration
public Input<string> Ip { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Negated
A boolean that will negate the match if true
Declaration
public Input<bool> Negated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Subnet
An optional subnet mask applied to the IP address
Declaration
public Input<string> Subnet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |