Show / Hide Table of Contents

Class GetZonesArgs

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

Constructors

View Source

GetZonesArgs()

Declaration
public GetZonesArgs()

Properties

View Source

Project

Project from which to list available zones. Defaults to project declared in the provider.

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

Region

Region from which to list available zones. Defaults to region declared in the provider.

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

Status

Allows to filter list of zones based on their current status. Status can be either UP or DOWN. Defaults to no filtering (all available zones - 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.