Show / Hide Table of Contents

Class ReservedIpBlockArgs

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

Constructors

View Source

ReservedIpBlockArgs()

Declaration
public ReservedIpBlockArgs()

Properties

View Source

Description

Arbitrary description

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

Facility

Facility where to allocate the public IP address block, makes sense only for type==public_ipv4, must be empty for type==global_ipv4

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

ProjectId

The packet project ID where to allocate the address block

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

Quantity

The number of allocated /32 addresses, a power of 2

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

Type

Either "global_ipv4" or "public_ipv4", defaults to "public_ipv4" for backward compatibility

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