This is a sample of how to create service which extends the OrchestratorBaseService using the Build Tools.
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: OrchestratorPluginAWSService.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginAWSServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginAWS");
}
}Class Functions:
- Function: AWS Account Create
- Function: AWS Account Find By Name
- Function: AWS Account Remove
- Function: AWS Account Update
- Function: AWS EC2 Availability Zone Get
- Function: AWS EC2 Filter Build
- Function: AWS EC2 Image Create
- Function: AWS EC2 Images Get By Filters
- Function: AWS EC2 Instance Get
- Function: AWS EC2 Instance Snapshot All Volumes
- Function: AWS EC2 Instance Tag
- Function: AWS EC2 Instance Type Info Get
- Function: AWS EC2 Ip Permission Build
- Function: AWS EC2 Key Pair Create
- Function: AWS EC2 Key Pair Import
- Function: AWS EC2 Key Pair Info Get
- Function: AWS EC2 Network Interface Attach
- Function: AWS EC2 Network Interface Attributes Get
- Function: AWS EC2 Network Interface Attributes Modify
- Function: AWS EC2 Network Interface Create
- Function: AWS EC2 Network Interface Delete
- Function: AWS EC2 Region Get
- Function: AWS EC2 Route Delete
- Function: AWS EC2 Route Delete ( IPv4 )
- Function: AWS EC2 Route Delete ( IPv6 )
- Function: AWS EC2 Route Tables Get
- Function: AWS EC2 Security Group Create
- Function: AWS EC2 Security Group Delete
- Function: AWS EC2 Security Group Get
- Function: AWS EC2 Security Group Rule Authorize Egress
- Function: AWS EC2 Security Group Rule Authorize Ingress
- Function: AWS EC2 Snapshot Create
- Function: AWS EC2 Snapshot Delete
- Function: AWS EC2 Snapshot Restore Tier
- Function: AWS EC2 Subnet Create
- Function: AWS EC2 Subnet Delete
- Function: AWS EC2 Subnet Get
- Function: AWS EC2 Volume Attach
- Function: AWS EC2 Volume Attribute Modify
- Function: AWS EC2 Volume Create
- Function: AWS EC2 Volume Delete
- Function: AWS EC2 Volume Detach
- Function: AWS EC2 Volume Get
- Function: AWS EC2 Volume Modify
- Function: AWS EC2 Vpc Attribute Modify
- Function: AWS EC2 Vpc Create
- Function: AWS EC2 Vpc Delete
- Function: AWS EC2 Vpc Get
- Function: AWS EC2 Vpn Connection Create
- Function: AWS EC2 Vpn Connection Create ( IPv4 )
- Function: AWS EC2 Vpn Connection Create ( IPv6 )
- Function: AWS EC2 Vpn Connection Delete
- Function: AWS EC2 Vpn Connection Get
- Function: Server Find All For Type ( AWS )
- Function: Server Find For Type ( AWS )
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
