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.AliCloud
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetRegionsArgs : InvokeArgs

Constructors

View Source

GetRegionsArgs()

Declaration
public GetRegionsArgs()

Properties

View Source

Current

Set to true to match only the region configured in the provider.

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

Name

The name of the region to select, such as eu-central-1.

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

OutputFile

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