Show / Hide Table of Contents

Class GetRegionsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetRegionsArgs
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.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetRegionsArgs : InvokeArgs

Constructors

View Source

GetRegionsArgs()

Declaration
public GetRegionsArgs()

Properties

View Source

Project

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.