Show / Hide Table of Contents

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 Source

Comment

A personal freeform descriptive note

Declaration
public readonly string Comment
Field Value
Type Description
System.String
View Source

Id

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Ip

An IP address that is the focus for the ACL

Declaration
public readonly string Ip
Field Value
Type Description
System.String
View Source

Negated

A boolean that will negate the match if true

Declaration
public readonly bool? Negated
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Subnet

An optional subnet mask applied to the IP address

Declaration
public readonly string Subnet
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.