Show / Hide Table of Contents

Class IpAttachmentState

Inheritance
System.Object
InputArgs
ResourceArgs
IpAttachmentState
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 IpAttachmentState : ResourceArgs

Constructors

View Source

IpAttachmentState()

Declaration
public IpAttachmentState()

Properties

View Source

Address

Declaration
public Input<string> Address { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AddressFamily

Address family as integer (4 or 6)

Declaration
public Input<int> AddressFamily { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Cidr

length of CIDR prefix of the subnet as integer

Declaration
public Input<int> Cidr { get; set; }
Property Value
Type Description
Input<System.Int32>
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

Gateway

IP address of gateway for the subnet

Declaration
public Input<string> Gateway { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Global

Declaration
public Input<bool> Global { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Manageable

Declaration
public Input<bool> Manageable { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Management

Declaration
public Input<bool> Management { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Netmask

Subnet mask in decimal notation, e.g. "255.255.255.0"

Declaration
public Input<string> Netmask { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Network

Subnet network address

Declaration
public Input<string> Network { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Public

boolean flag whether subnet is reachable from the Internet

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