Show / Hide Table of Contents

Class AcceleratorIpSet

Inheritance
System.Object
AcceleratorIpSet
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.Aws.GlobalAccelerator.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AcceleratorIpSet

Fields

View Source

IpAddresses

A list of IP addresses in the IP address set.

Declaration
public readonly ImmutableArray<string> IpAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

IpFamily

The types of IP addresses included in this IP set.

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