public SetIntersightUuidpoolPool()
 {
     ApiInstance = new UuidpoolApi(Config);
     ModelObject = new UuidpoolPool();
     MethodName  = "UpdateUuidpoolPoolWithHttpInfo";
 }
 public GetIntersightUuidpoolUuidLease()
 {
     ApiInstance = new UuidpoolApi(Config);
     MethodName  = "GetUuidpoolUuidLeaseListWithHttpInfo";
 }
 public RemoveIntersightUuidpoolUuidLease()
 {
     ApiInstance = new UuidpoolApi(Config);
     MethodName  = "DeleteUuidpoolUuidLeaseWithHttpInfo";
 }
 public GetIntersightUuidpoolPoolMember()
 {
     ApiInstance = new UuidpoolApi(Config);
     MethodName  = "GetUuidpoolPoolMemberListWithHttpInfo";
 }