Amazon.Lightsail.AmazonLightsailClient.PeerVpc C# (CSharp) Метод

PeerVpc() публичный Метод

Tries to peer the Lightsail VPC with the user's default VPC.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public PeerVpc ( PeerVpcRequest request ) : PeerVpcResponse
request PeerVpcRequest Container for the necessary parameters to execute the PeerVpc service method.
Результат Amazon.Lightsail.Model.PeerVpcResponse
        public PeerVpcResponse PeerVpc(PeerVpcRequest request)
        {
            var marshaller = new PeerVpcRequestMarshaller();
            var unmarshaller = PeerVpcResponseUnmarshaller.Instance;

            return Invoke<PeerVpcRequest,PeerVpcResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient