Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.CreateReplicationInstance C# (CSharp) Метод

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

Creates the replication instance using the specified parameters.
/// AWS DMS was denied access to the endpoint. /// /// There are not enough resources allocated to the database migration. /// /// The resource is in a state that prevents it from being used for database migration. /// /// The subnet provided is invalid. /// /// AWS DMS cannot access the KMS key. /// /// The replication subnet group does not cover enough Availability Zones (AZs). Edit /// the replication subnet group and add more AZs. /// /// The resource you are attempting to create already exists. /// /// The resource could not be found. /// /// The quota for this resource quota has been exceeded. /// /// The storage quota has been exceeded. ///
public CreateReplicationInstance ( CreateReplicationInstanceRequest request ) : CreateReplicationInstanceResponse
request CreateReplicationInstanceRequest Container for the necessary parameters to execute the CreateReplicationInstance service method.
Результат CreateReplicationInstanceResponse
        public CreateReplicationInstanceResponse CreateReplicationInstance(CreateReplicationInstanceRequest request)
        {
            var marshaller = new CreateReplicationInstanceRequestMarshaller();
            var unmarshaller = CreateReplicationInstanceResponseUnmarshaller.Instance;

            return Invoke<CreateReplicationInstanceRequest,CreateReplicationInstanceResponse>(request, marshaller, unmarshaller);
        }
AmazonDatabaseMigrationServiceClient