Class RouteTableAttachmentState
Inherited Members
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 RouteTableAttachmentState : ResourceArgs
Constructors
View SourceRouteTableAttachmentState()
Declaration
public RouteTableAttachmentState()
Properties
View SourceRouteTableId
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> |
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> |