Show / Hide Table of Contents

Class RouteTableAttachmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RouteTableAttachmentArgs
Inherited Members
ResourceArgs.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.Vpc
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class RouteTableAttachmentArgs : ResourceArgs

Constructors

View Source

RouteTableAttachmentArgs()

Declaration
public RouteTableAttachmentArgs()

Properties

View Source

RouteTableId

The route_table_id of the route table attachment, the field can't be changed.

Declaration
public Input<string> RouteTableId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VswitchId

The vswitch_id of the route table attachment, the field can't be changed.

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