leopardslab / nodecloud-ali-plugin

🔧 NodeCloud Ali Cloud plugin
3 stars 4 forks source link

Networking, database and storage modules #3

Closed Cheesetouched closed 4 years ago

Cheesetouched commented 4 years ago

Modules added along with examples:

Networking - Load Balancers

  1. Create a load balancer
  2. List all load balancers
  3. List all load balancer regions
  4. List all tags of a load balancer
  5. Add tags to load balancers
  6. Remove tags from a load balancer
  7. Delete a load balancer

Database - RDS (Apsara DB)

  1. Create an RDS instance
  2. Create a database in an instance
  3. List all RDS instances
  4. List all databases
  5. Restart an RDS instance
  6. Delete an RDS instance
  7. Delete a database in an instance

Storage - Object Storage Service (OSS)

  1. Create a new bucket
  2. List n number of buckets
  3. Get bucket information
  4. Get bucket location
  5. Set ACL on a bucket
  6. Fetch ACL of a bucket
  7. Delete an existing bucket
Cheesetouched commented 4 years ago

@rajikaimal Yep. Just did it. Should be ready to be merged now.