コード例 #1
0
        public DeleteServerResult DeleteServer(DeleteServerRequest request)
        {
            var index = Entries.FindIndex(e => e.Server.Name == request.ServerEntry.Server.Name);

            Entries.RemoveAt(index);
            return(new DeleteServerResult());
        }
コード例 #2
0
        internal virtual DeleteServerResponse DeleteServer(DeleteServerRequest request)
        {
            var marshaller   = DeleteServerRequestMarshaller.Instance;
            var unmarshaller = DeleteServerResponseUnmarshaller.Instance;

            return(Invoke <DeleteServerRequest, DeleteServerResponse>(request, marshaller, unmarshaller));
        }
コード例 #3
0
        /// <summary>
        /// Initiates the asynchronous execution of the DeleteServer operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the DeleteServer operation.</param>
        /// <param name="cancellationToken">
        ///     A cancellation token that can be used by other objects or threads to receive notice of cancellation.
        /// </param>
        /// <returns>The task object representing the asynchronous operation.</returns>
        /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/DeleteServer">REST API Reference for DeleteServer Operation</seealso>
        public virtual Task <DeleteServerResponse> DeleteServerAsync(DeleteServerRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = DeleteServerRequestMarshaller.Instance;
            var unmarshaller = DeleteServerResponseUnmarshaller.Instance;

            return(InvokeAsync <DeleteServerRequest, DeleteServerResponse>(request, marshaller,
                                                                           unmarshaller, cancellationToken));
        }
コード例 #4
0
        internal virtual DeleteServerResponse DeleteServer(DeleteServerRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = DeleteServerRequestMarshaller.Instance;
            options.ResponseUnmarshaller = DeleteServerResponseUnmarshaller.Instance;

            return(Invoke <DeleteServerResponse>(request, options));
        }
コード例 #5
0
        /// <summary>
        /// Initiates the asynchronous execution of the DeleteServer operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the DeleteServer operation.</param>
        /// <param name="cancellationToken">
        ///     A cancellation token that can be used by other objects or threads to receive notice of cancellation.
        /// </param>
        /// <returns>The task object representing the asynchronous operation.</returns>
        /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DeleteServer">REST API Reference for DeleteServer Operation</seealso>
        public virtual Task <DeleteServerResponse> DeleteServerAsync(DeleteServerRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = DeleteServerRequestMarshaller.Instance;
            options.ResponseUnmarshaller = DeleteServerResponseUnmarshaller.Instance;

            return(InvokeAsync <DeleteServerResponse>(request, options, cancellationToken));
        }
コード例 #6
0
        public DeleteServerResult DeleteServer(DeleteServerRequest request)
        {
            using (var context = new DataAccessContext())
            {
                var broker   = context.GetDeviceBroker();
                var existing = broker.GetDeviceByName(request.ServerEntry.Server.Name);
                if (existing == null)
                {
                    throw new ArgumentException();
                }

                broker.DeleteDevice(existing);

                context.Commit();
                return(new DeleteServerResult());
            }
        }
コード例 #7
0
 public DeleteServerResult DeleteServer(DeleteServerRequest request)
 {
     return(Call(_real.DeleteServer, request));
 }
コード例 #8
0
 public DeleteServerResult DeleteServer(DeleteServerRequest request)
 {
     var index = Entries.FindIndex(e => e.Server.Name == request.ServerEntry.Server.Name);
     Entries.RemoveAt(index);
     return new DeleteServerResult();
 }
コード例 #9
0
 public abstract DeleteServerResult DeleteServer(DeleteServerRequest request);
コード例 #10
0
        /// <summary>
        /// Initiates the asynchronous execution of the DeleteServer operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the DeleteServer operation.</param>
        /// <param name="cancellationToken">
        ///     A cancellation token that can be used by other objects or threads to receive notice of cancellation.
        /// </param>
        /// <returns>The task object representing the asynchronous operation.</returns>
        public Task<DeleteServerResponse> DeleteServerAsync(DeleteServerRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteServerRequestMarshaller();
            var unmarshaller = DeleteServerResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteServerRequest,DeleteServerResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
コード例 #11
0
        /// <summary>
        /// Deletes the server and the underlying AWS CloudFormation stack (including the server's
        /// EC2 instance). The server status updated to <code>DELETING</code>. Once the server
        /// is successfully deleted, it will no longer be returned by <code>DescribeServer</code>
        /// requests. If the AWS CloudFormation stack cannot be deleted, the server cannot be
        /// deleted. 
        /// 
        ///  
        /// <para>
        ///  This operation is asynchronous. 
        /// </para>
        ///  
        /// <para>
        ///  A <code>InvalidStateException</code> is thrown then a server is already deleting.
        /// A <code>ResourceNotFoundException</code> is thrown when the server does not exist.
        /// A <code>ValidationException</code> is raised when parameters of the request are invalid.
        /// 
        /// </para>
        ///  
        /// <para>
        ///  
        /// </para>
        /// </summary>
        /// <param name="request">Container for the necessary parameters to execute the DeleteServer service method.</param>
        /// 
        /// <returns>The response from the DeleteServer service method, as returned by OpsWorksCM.</returns>
        /// <exception cref="Amazon.OpsWorksCM.Model.InvalidStateException">
        /// The resource is in a state that does not allow you to perform a specified action.
        /// </exception>
        /// <exception cref="Amazon.OpsWorksCM.Model.ResourceNotFoundException">
        /// The requested resource does not exist, or access was denied.
        /// </exception>
        /// <exception cref="Amazon.OpsWorksCM.Model.ValidationException">
        /// One or more of the provided request parameters are not valid.
        /// </exception>
        public DeleteServerResponse DeleteServer(DeleteServerRequest request)
        {
            var marshaller = new DeleteServerRequestMarshaller();
            var unmarshaller = DeleteServerResponseUnmarshaller.Instance;

            return Invoke<DeleteServerRequest,DeleteServerResponse>(request, marshaller, unmarshaller);
        }
コード例 #12
0
 public DeleteServerResult DeleteServer(DeleteServerRequest request)
 {
     return new DeleteServerResult();
 }
コード例 #13
0
        /// <summary>
        /// Initiates the asynchronous execution of the DeleteServer operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the DeleteServer operation on AmazonOpsWorksCMClient.</param>
        /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
        /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
        ///          procedure using the AsyncState property.</param>
        /// 
        /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteServer
        ///         operation.</returns>
        public IAsyncResult BeginDeleteServer(DeleteServerRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DeleteServerRequestMarshaller();
            var unmarshaller = DeleteServerResponseUnmarshaller.Instance;

            return BeginInvoke<DeleteServerRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
コード例 #14
0
 public DeleteServerResult DeleteServer(DeleteServerRequest request)
 {
     return(new DeleteServerResult());
 }