Class GetPrecreatedIpBlockArgs
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 GetPrecreatedIpBlockArgs : InvokeArgs
Constructors
View SourceGetPrecreatedIpBlockArgs()
Declaration
public GetPrecreatedIpBlockArgs()
Properties
View SourceAddressFamily
4 or 6, depending on which block you are looking for.
Declaration
public int AddressFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
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> |
ProjectId
ID of the project where the searched block should be.
Declaration
public string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Public
Whether to look for public or private block.
Declaration
public bool Public { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |