Show / Hide Table of Contents

Class IpAttachmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IpAttachmentArgs
Inherited Members
ResourceArgs.Empty
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 Source

IpAttachmentArgs()

Declaration
public IpAttachmentArgs()

Properties

View Source

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>
View Source

DeviceId

ID of device to which to assign the subnet

Declaration
public Input<string> DeviceId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.