Class DeviceIpAddressGetArgs
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 DeviceIpAddressGetArgs : ResourceArgs
Constructors
View SourceDeviceIpAddressGetArgs()
Declaration
public DeviceIpAddressGetArgs()
Properties
View SourceCidr
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> |
ReservationIds
Declaration
public InputList<string> ReservationIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Type
One of [private_ipv4, public_ipv4, public_ipv6]
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |