Class ReservedIpBlockState
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
Assembly: Pulumi.Packet.dll
Syntax
public sealed class ReservedIpBlockState : ResourceArgs
Constructors
View SourceReservedIpBlockState()
Declaration
public ReservedIpBlockState()
Properties
View SourceAddress
Declaration
public Input<string> Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AddressFamily
Address family as integer (4 or 6)
Declaration
public Input<int> AddressFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Cidr
length of CIDR prefix of the block as integer
Declaration
public Input<int> Cidr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
Description
Arbitrary description
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Gateway
Declaration
public Input<string> Gateway { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Manageable
Declaration
public Input<bool> Manageable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Management
Declaration
public Input<bool> Management { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
Network
Network IP address portion of the block specification
Declaration
public Input<string> Network { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Public
boolean flag whether addresses from a block are public
Declaration
public Input<bool> Public { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |