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 SourceFacility
Declaration
public readonly string Facility
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
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> |