Class IpAttachmentState
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 IpAttachmentState : ResourceArgs
Constructors
View SourceIpAttachmentState()
Declaration
public IpAttachmentState()
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 subnet as integer
Declaration
public Input<int> Cidr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
CidrNotation
CIDR notation of subnet from block reserved in the same project and facility as the device
Declaration
public Input<string> CidrNotation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeviceId
ID of device to which to assign the subnet
Declaration
public Input<string> DeviceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Gateway
IP address of gateway for the subnet
Declaration
public Input<string> Gateway { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Global
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
Subnet 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
Subnet network address
Declaration
public Input<string> Network { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Public
boolean flag whether subnet is reachable from the Internet
Declaration
public Input<bool> Public { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |