Show / Hide Table of Contents

Class ServiceACLEntriesv1EntryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceACLEntriesv1EntryArgs
Inherited Members
ResourceArgs.Empty
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 Source

ServiceACLEntriesv1EntryArgs()

Declaration
public ServiceACLEntriesv1EntryArgs()

Properties

View Source

Comment

A personal freeform descriptive note

Declaration
public Input<string> Comment { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Id

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Negated

A boolean that will negate the match if true

Declaration
public Input<bool> Negated { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Subnet

An optional subnet mask applied to the IP address

Declaration
public Input<string> Subnet { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.