Show / Hide Table of Contents

Class GetNetworkingIpResult

Inheritance
System.Object
GetNetworkingIpResult
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.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class GetNetworkingIpResult

Fields

View Source

Address

Declaration
public readonly string Address
Field Value
Type Description
System.String
View Source

Gateway

Declaration
public readonly string Gateway
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LinodeId

Declaration
public readonly int LinodeId
Field Value
Type Description
System.Int32
View Source

Prefix

Declaration
public readonly int Prefix
Field Value
Type Description
System.Int32
View Source

Public

Declaration
public readonly bool Public
Field Value
Type Description
System.Boolean
View Source

Rdns

Declaration
public readonly string Rdns
Field Value
Type Description
System.String
View Source

Region

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

SubnetMask

Declaration
public readonly string SubnetMask
Field Value
Type Description
System.String
View Source

Type

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.