Class IpAttachmentArgs
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 IpAttachmentArgs : ResourceArgs
Constructors
View SourceIpAttachmentArgs()
Declaration
public IpAttachmentArgs()
Properties
View SourceCidrNotation
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> |