Propagated Route
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class PropagatedRoute
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PropagatedRoute()()()() | Initializes a new instance of the PropagatedRoute class | 
|  | DestinationCidrBlock | 
            The CIDR block associated with local subnet of the customer data center.
             | 
|  | 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.) | 
|  | IsSetDestinationCidrBlock()()()() | 
            Checks if the DestinationCidrBlock property is set.
             | 
|  | IsSetGatewayId()()()() | 
            Checks if the GatewayId property is set.
             | 
|  | IsSetSourceId()()()() | 
            Checks if the SourceId property is set.
             | 
|  | IsSetStatus()()()() | 
            Checks if the Status property is set.
             | 
|  | SourceId | 
            DOCS_TODO
             | 
|  | Status | 
            The status of the propagated route.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDestinationCidrBlock(String) | Obsolete. 
            Sets the CIDR block associated with local subnet of the customer data center.
             | 
|  | WithGatewayId(String) | Obsolete. 
            Sets the ID of the Virtual Private Gateway.
             | 
|  | WithSourceId(String) | Obsolete. 
            Sets the SourceId property.
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the status of the propagated route.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PropagatedRoute |