Show / Hide Table of Contents

Class GetRegionRouteEntriesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetRegionRouteEntriesArgs
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.Cen
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetRegionRouteEntriesArgs : InvokeArgs

Constructors

View Source

GetRegionRouteEntriesArgs()

Declaration
public GetRegionRouteEntriesArgs()

Properties

View Source

InstanceId

ID of the CEN instance.

Declaration
public string InstanceId { 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

RegionId

ID of the region.

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