Vpn Static Route
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class VpnStaticRoute
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | VpnStaticRoute()()()() | Initializes a new instance of the VpnStaticRoute class | 
|  | DestinationCIDRBlock | 
            The destination CIDR block.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | 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.
             | 
|  | IsSetSource()()()() | 
            Checks if the Source property is set.
             | 
|  | IsSetState()()()() | 
            Checks if the State property is set.
             | 
|  | Source | 
            DOCS_TODO
             | 
|  | State | 
            Gets and sets the current state of the static route.
            Valid values: pending | available | deleting | deleted
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDestinationCIDRBlock(String) | Obsolete. 
            Sets the destination CIDR block.
             | 
|  | WithSource(String) | Obsolete. 
            Sets the Source property.
             | 
|  | WithState(String) | Obsolete. 
            Sets the current state of the static route.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | VpnStaticRoute |