Amazon.Lightsail.AmazonLightsailClient.IsVpcPeered C# (CSharp) Method

IsVpcPeered() public method

Returns a Boolean value indicating whether your Lightsail VPC is peered.
/// 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 IsVpcPeered ( IsVpcPeeredRequest request ) : IsVpcPeeredResponse
request IsVpcPeeredRequest Container for the necessary parameters to execute the IsVpcPeered service method.
return Amazon.Lightsail.Model.IsVpcPeeredResponse
        public IsVpcPeeredResponse IsVpcPeered(IsVpcPeeredRequest request)
        {
            var marshaller = new IsVpcPeeredRequestMarshaller();
            var unmarshaller = IsVpcPeeredResponseUnmarshaller.Instance;

            return Invoke<IsVpcPeeredRequest,IsVpcPeeredResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient