Show / Hide Table of Contents

Class GetPrecreatedIpBlockArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPrecreatedIpBlockArgs
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 GetPrecreatedIpBlockArgs : InvokeArgs

Constructors

View Source

GetPrecreatedIpBlockArgs()

Declaration
public GetPrecreatedIpBlockArgs()

Properties

View Source

AddressFamily

4 or 6, depending on which block you are looking for.

Declaration
public int AddressFamily { get; set; }
Property Value
Type Description
System.Int32
View Source

Facility

Facility of the searched block. (Optional) Only allowed for non-global blocks.

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

Global

Whether to look for global block. Default is false for backward compatibility.

Declaration
public bool? Global { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

ProjectId

ID of the project where the searched block should be.

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

Public

Whether to look for public or private block.

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