Amazon.CloudHSM.AmazonCloudHSMClient.ModifyHsm C# (CSharp) Метод

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

Modifies an HSM.

This operation can result in the HSM being offline for up to 15 minutes while the AWS CloudHSM service is reconfigured. If you are modifying a production HSM, you should ensure that your AWS CloudHSM service is configured for high availability, and consider executing this operation during a maintenance window.

/// Indicates that an internal error occurred. /// /// Indicates that an exception occurred in the AWS CloudHSM service. /// /// Indicates that one or more of the request parameters are not valid. ///
public ModifyHsm ( ModifyHsmRequest request ) : ModifyHsmResponse
request Amazon.CloudHSM.Model.ModifyHsmRequest Container for the necessary parameters to execute the ModifyHsm service method.
Результат Amazon.CloudHSM.Model.ModifyHsmResponse
        public ModifyHsmResponse ModifyHsm(ModifyHsmRequest request)
        {
            var marshaller = new ModifyHsmRequestMarshaller();
            var unmarshaller = ModifyHsmResponseUnmarshaller.Instance;

            return Invoke<ModifyHsmRequest,ModifyHsmResponse>(request, marshaller, unmarshaller);
        }