Show / Hide Table of Contents

Class GetPrecreatedIpBlockResult

Inheritance
System.Object
GetPrecreatedIpBlockResult
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 GetPrecreatedIpBlockResult

Fields

View Source

Address

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

AddressFamily

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

Cidr

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

CidrNotation

CIDR notation of the looked up block.

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

Facility

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

Gateway

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

Global

Declaration
public readonly bool? Global
Field Value
Type Description
System.Nullable<System.Boolean>
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

Manageable

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

Management

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

Netmask

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

Network

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

ProjectId

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

Public

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

Quantity

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