Class GetIpBlockRangesArgs
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 GetIpBlockRangesArgs : InvokeArgs
Constructors
View SourceGetIpBlockRangesArgs()
Declaration
public GetIpBlockRangesArgs()
Properties
View SourceFacility
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 |
ProjectId
ID of the project from which to list the blocks.
Declaration
public string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |