public RemoveIntersightTerraformExecutor()
 {
     ApiInstance = new TerraformApi(Config);
     MethodName  = "DeleteTerraformExecutorWithHttpInfo";
 }
 public SetIntersightTerraformExecutor()
 {
     ApiInstance = new TerraformApi(Config);
     ModelObject = new TerraformExecutor();
     MethodName  = "UpdateTerraformExecutorWithHttpInfo";
 }
 public GetIntersightTerraformExecutor()
 {
     ApiInstance = new TerraformApi(Config);
     MethodName  = "GetTerraformExecutorListWithHttpInfo";
 }