Class ReservedIpBlockArgs
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 ReservedIpBlockArgs : ResourceArgs
Constructors
View SourceReservedIpBlockArgs()
Declaration
public ReservedIpBlockArgs()
Properties
View SourceDescription
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> |
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> |
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> |