Disables a virtual private gateway (VGW) from propagating routes to
            the routing tables of an Amazon VPC.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DisableVGWRoutePropagationRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DisableVGWRoutePropagationRequest()()()() | Initializes a new instance of the DisableVGWRoutePropagationRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GatewayId | 
            The 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 | 
            The 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
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DisableVGWRoutePropagationRequest | |