Class DeviceNetwork
Inheritance
System.Object
DeviceNetwork
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.Outputs
Assembly: Pulumi.Packet.dll
Syntax
public sealed class DeviceNetwork
Fields
View SourceAddress
IPv4 or IPv6 address string
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
Cidr
CIDR suffix for IP address block to be assigned, i.e. amount of addresses.
Declaration
public readonly int? Cidr
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Family
IP version - "4" or "6"
Declaration
public readonly int? Family
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Gateway
address of router
Declaration
public readonly string Gateway
Field Value
| Type | Description |
|---|---|
| System.String |
Public
whether the address is routable from the Internet
Declaration
public readonly bool? Public
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |