Exemplo n.º 1
0
 public RemoveIntersightSnmpPolicy()
 {
     ApiInstance = new SnmpApi(Config);
     MethodName  = "DeleteSnmpPolicyWithHttpInfo";
 }
Exemplo n.º 2
0
 public SetIntersightSnmpPolicy()
 {
     ApiInstance = new SnmpApi(Config);
     ModelObject = new SnmpPolicy();
     MethodName  = "UpdateSnmpPolicyWithHttpInfo";
 }
Exemplo n.º 3
0
 public GetIntersightSnmpPolicyInventory()
 {
     ApiInstance = new SnmpApi(Config);
     MethodName  = "GetSnmpPolicyInventoryListWithHttpInfo";
 }