Class GetRegionsArgs
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.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetRegionsArgs : InvokeArgs
Constructors
View SourceGetRegionsArgs()
Declaration
public GetRegionsArgs()
Properties
View SourceProject
Project from which to list available regions. Defaults to project declared in the provider.
Declaration
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
Allows to filter list of regions based on their current status. Status can be either UP or DOWN.
Defaults to no filtering (all available regions - both UP and DOWN).
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |