Show / Hide Table of Contents

Class ReservedIpBlockState

Inheritance
System.Object
InputArgs
ResourceArgs
ReservedIpBlockState
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 ReservedIpBlockState : ResourceArgs

Constructors

View Source

ReservedIpBlockState()

Declaration
public ReservedIpBlockState()

Properties

View Source

Address

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

AddressFamily

Address family as integer (4 or 6)

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

Cidr

length of CIDR prefix of the block as integer

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

CidrNotation

Address and mask in CIDR notation, e.g. "147.229.15.30/31"

Declaration
public Input<string> CidrNotation { get; set; }
Property Value
Type Description
Input<System.String>
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

Gateway

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

Global

boolean flag whether addresses from a block are global (i.e. can be assigned in any facility)

Declaration
public Input<bool> Global { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Manageable

Declaration
public Input<bool> Manageable { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Management

Declaration
public Input<bool> Management { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Netmask

Mask in decimal notation, e.g. "255.255.255.0"

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

Network

Network IP address portion of the block specification

Declaration
public Input<string> Network { 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

Public

boolean flag whether addresses from a block are public

Declaration
public Input<bool> Public { get; set; }
Property Value
Type Description
Input<System.Boolean>
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.