Show / Hide Table of Contents

Class GetIpBlockRangesResult

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

Fields

View Source

Facility

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

GlobalIpv4s

list of CIDR expressions for Global IPv4 blocks in the project

Declaration
public readonly ImmutableArray<string> GlobalIpv4s
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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

Ipv6s

list of CIDR expressions for IPv6 blocks in the project

Declaration
public readonly ImmutableArray<string> Ipv6s
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

PrivateIpv4s

list of CIDR expressions for Private IPv4 blocks in the project

Declaration
public readonly ImmutableArray<string> PrivateIpv4s
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ProjectId

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

PublicIpv4s

list of CIDR expressions for Public IPv4 blocks in the project

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