AWS SDK for .NET Documentation
EnableVGWRoutePropagationRequest Class
AmazonAmazon.EC2.ModelEnableVGWRoutePropagationRequest Did this page help you?   Yes   No    Tell us about it...
Enables a virtual private gateway (VGW) to propagate routes to the routing tables of an Amazon VPC.
Declaration Syntax
C#
public class EnableVGWRoutePropagationRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
EnableVGWRoutePropagationRequest()()()()
Initializes a new instance of the EnableVGWRoutePropagationRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GatewayId
ID of the Virtual Private Gateway.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetGatewayId()()()()
Checks if the GatewayId property is set

IsSetRouteTableId()()()()
Checks is the RouteTableId property is set.

RouteTableId
ID of the routing table.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithGatewayId(String) Obsolete.
Sets the ID of the Virtual Private Gateway.

WithRouteTableId(String) Obsolete.
Sets the ID of the routing table.

Inheritance Hierarchy
Object
EC2Request
 EnableVGWRoutePropagationRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)