C# Class Amazon.EC2.Model.DeleteVpnConnectionRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
DeleteVpnConnectionRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteVpnConnectionRequest ( string vpnConnectionId ) : System

Instantiates DeleteVpnConnectionRequest with the parameterized properties

Private Methods

Méthode Description
IsSetVpnConnectionId ( ) : bool

Method Details

DeleteVpnConnectionRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteVpnConnectionRequest ( ) : System
Résultat System

DeleteVpnConnectionRequest() public méthode

Instantiates DeleteVpnConnectionRequest with the parameterized properties
public DeleteVpnConnectionRequest ( string vpnConnectionId ) : System
vpnConnectionId string The ID of the VPN connection.
Résultat System