Show / Hide Table of Contents

Class DeviceIpAddress

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

Fields

View Source

Cidr

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

Declaration
public readonly int? Cidr
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ReservationIds

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

Type

One of [private_ipv4, public_ipv4, public_ipv6]

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