createGateway
inline suspend fun BackupGatewayClient.createGateway(crossinline block: CreateGatewayRequest.Builder.() -> Unit): CreateGatewayResponse
Creates a backup gateway. After you create a gateway, you can associate it with a server using the AssociateGatewayToServer
operation.