Show / Hide Table of Contents

Class GetIpBlockRangesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetIpBlockRangesArgs
Inherited Members
InvokeArgs.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 GetIpBlockRangesArgs : InvokeArgs

Constructors

View Source

GetIpBlockRangesArgs()

Declaration
public GetIpBlockRangesArgs()

Properties

View Source

Facility

Facility code filtering the IP blocks. Global IPv4 blcoks will be listed anyway. If you omit this, all the block from the project will be listed.

Declaration
public string Facility { get; set; }
Property Value
Type Description
System.String
View Source

ProjectId

ID of the project from which to list the blocks.

Declaration
public string ProjectId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.