Amazon.EC2.AmazonEC2Client.DisableVgwRoutePropagation C# (CSharp) Méthode

DisableVgwRoutePropagation() private méthode

private DisableVgwRoutePropagation ( DisableVgwRoutePropagationRequest request ) : DisableVgwRoutePropagationResponse
request DisableVgwRoutePropagationRequest
Résultat DisableVgwRoutePropagationResponse
        internal DisableVgwRoutePropagationResponse DisableVgwRoutePropagation(DisableVgwRoutePropagationRequest request)
        {
            var marshaller = new DisableVgwRoutePropagationRequestMarshaller();
            var unmarshaller = DisableVgwRoutePropagationResponseUnmarshaller.Instance;

            return Invoke<DisableVgwRoutePropagationRequest,DisableVgwRoutePropagationResponse>(request, marshaller, unmarshaller);
        }
AmazonEC2Client