Show / Hide Table of Contents

Class DeviceIpAddressArgs

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

Constructors

View Source

DeviceIpAddressArgs()

Declaration
public DeviceIpAddressArgs()

Properties

View Source

Cidr

CIDR suffix for IP address block to be assigned, i.e. amount of addresses.

Declaration
public Input<int> Cidr { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ReservationIds

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

Type

One of [private_ipv4, public_ipv4, public_ipv6]

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