Show / Hide Table of Contents

Class AcceleratorIpSetGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AcceleratorIpSetGetArgs
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.Aws.GlobalAccelerator.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AcceleratorIpSetGetArgs : ResourceArgs

Constructors

View Source

AcceleratorIpSetGetArgs()

Declaration
public AcceleratorIpSetGetArgs()

Properties

View Source

IpAddresses

A list of IP addresses in the IP address set.

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

IpFamily

The types of IP addresses included in this IP set.

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