Exemple #1
0
 public RemoveIntersightVrfVrf()
 {
     ApiInstance = new VrfApi(Config);
     MethodName  = "DeleteVrfVrfWithHttpInfo";
 }
Exemple #2
0
 public SetIntersightVrfVrf()
 {
     ApiInstance = new VrfApi(Config);
     ModelObject = new VrfVrf();
     MethodName  = "UpdateVrfVrfWithHttpInfo";
 }
Exemple #3
0
 public GetIntersightVrfVrf()
 {
     ApiInstance = new VrfApi(Config);
     MethodName  = "GetVrfVrfListWithHttpInfo";
 }