Class DeviceNetworkGetArgs
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.Inputs
Assembly: Pulumi.Packet.dll
Syntax
public sealed class DeviceNetworkGetArgs : ResourceArgs
Constructors
View SourceDeviceNetworkGetArgs()
Declaration
public DeviceNetworkGetArgs()
Properties
View SourceAddress
IPv4 or IPv6 address string
Declaration
public Input<string> Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Cidr
CIDR suffix for IP address block to be assigned, i.e. amount of addresses.
Declaration
public Input<int> Cidr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Family
IP version - "4" or "6"
Declaration
public Input<int> Family { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Gateway
address of router
Declaration
public Input<string> Gateway { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Public
whether the address is routable from the Internet
Declaration
public Input<bool> Public { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |