Supprimer une client gateway
Vous pouvez supprimer une client gateway qui n’est plus associée à une connexion VPN.
Cette action supprime l’identification de la ressource comme client gateway, mais ne supprime pas la ressource elle-même.
Supprimer une client gateway avec Cockpit v2
Avant de commencer : Supprimez toutes les connexions VPN auxquelles la client gateway est associée. Pour en savoir plus, voir Supprimer une connexion VPN. |
-
Dans le dashboard Client Gateways, cochez la case de la client gateway que vous voulez supprimer.
La client gateway est séléctionnée. -
Cliquez sur Supprimer.
Une boîte de dialogue de confirmation apparaît. -
Cliquez sur Supprimer.
La client gateway est supprimée.Les ressources supprimées restent visibles pendant 1 heure.
Supprimer une client gateway avec OSC CLI
Avant de commencer : Supprimez toutes les connexions VPN auxquelles la client gateway est associée. Pour en savoir plus, voir Supprimer une connexion VPN. |
À ce jour, cette section est disponible en anglais uniquement. |
The DeleteClientGateway command deletes a client gateway.
You must delete the VPN connection before deleting the client gateway.
$ osc-cli api DeleteClientGateway --profile "default" \
--ClientGatewayId "cgw-12345678"
This command contains the following attributes that you need to specify:
-
ClientGatewayId
: The ID of the client gateway you want to delete. -
DryRun
: (optional) If true, checks whether you have the required permissions to perform the action.
The DeleteClientGateway command returns the following elements:
-
ResponseContext
: Information about the context of the response.-
RequestId
: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Supprimer une client gateway avec oapi-cli
Avant de commencer : Supprimez toutes les connexions VPN auxquelles la client gateway est associée. Pour en savoir plus, voir Supprimer une connexion VPN. |
À ce jour, cette section est disponible en anglais uniquement. |
The DeleteClientGateway command deletes a client gateway.
You must delete the VPN connection before deleting the client gateway.
$ oapi-cli --profile "default" DeleteClientGateway \
--ClientGatewayId "cgw-12345678"
This command contains the following attributes that you need to specify:
-
ClientGatewayId
: The ID of the client gateway you want to delete. -
DryRun
: (optional) If true, checks whether you have the required permissions to perform the action.
The DeleteClientGateway command returns the following elements:
-
ResponseContext
: Information about the context of the response.-
RequestId
: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Supprimer une customer gateway avec AWS CLI
Avant de commencer :
|
Pour supprimer une customer gateway, utilisez la commande delete-customer-gateway en suivant cette syntaxe :
$ aws ec2 delete-customer-gateway \
--profile YOUR_PROFILE \
--customer-gateway-id cgw-73a7fba3 \
--endpoint https://fcu.eu-west-2.outscale.com
Cette commande contient les attributs suivants que vous devez spécifier :
-
(optionnel)
profile
: Le profil nommé que vous voulez utiliser, créé pendant la configuration d’AWS CLI. Pour en savoir plus, voir Installer et configurer AWS CLI. -
customer-gateway-id
: L’ID de la customer gateway que vous voulez supprimer. -
endpoint
: Le endpoint correspondant à la Région à laquelle vous voulez envoyer la requête. Pour en savoir plus, voir Installer et configurer AWS CLI.
La customer gateway spécifiée est supprimée.
Les ressources supprimées restent visibles pendant 1 heure. |
Pages connexes
Méthodes API correspondantes
AWS™ et Amazon Web Services™ sont des marques de commerce d'Amazon Technologies, Inc. ou de ses affiliées aux États-Unis et/ou dans les autres pays.