Beispiel #1
0
 public SetIntersightFcpoolPool()
 {
     ApiInstance = new FcpoolApi(Config);
     ModelObject = new FcpoolPool();
     MethodName  = "UpdateFcpoolPoolWithHttpInfo";
 }
Beispiel #2
0
 public RemoveIntersightFcpoolPool()
 {
     ApiInstance = new FcpoolApi(Config);
     MethodName  = "DeleteFcpoolPoolWithHttpInfo";
 }
Beispiel #3
0
 public GetIntersightFcpoolPoolMember()
 {
     ApiInstance = new FcpoolApi(Config);
     MethodName  = "GetFcpoolPoolMemberListWithHttpInfo";
 }
Beispiel #4
0
 public GetIntersightFcpoolUniverse()
 {
     ApiInstance = new FcpoolApi(Config);
     MethodName  = "GetFcpoolUniverseListWithHttpInfo";
 }
Beispiel #5
0
 public GetIntersightFcpoolFcBlock()
 {
     ApiInstance = new FcpoolApi(Config);
     MethodName  = "GetFcpoolFcBlockListWithHttpInfo";
 }