Exemple #1
0
 public RemoveIntersightThermalPolicy()
 {
     ApiInstance = new ThermalApi(Config);
     MethodName  = "DeleteThermalPolicyWithHttpInfo";
 }
Exemple #2
0
 public SetIntersightThermalPolicy()
 {
     ApiInstance = new ThermalApi(Config);
     ModelObject = new ThermalPolicy();
     MethodName  = "UpdateThermalPolicyWithHttpInfo";
 }
Exemple #3
0
 public GetIntersightThermalPolicy()
 {
     ApiInstance = new ThermalApi(Config);
     MethodName  = "GetThermalPolicyListWithHttpInfo";
 }