コード例 #1
0
 public SetIntersightUuidpoolPool()
 {
     ApiInstance = new UuidpoolApi(Config);
     ModelObject = new UuidpoolPool();
     MethodName  = "UpdateUuidpoolPoolWithHttpInfo";
 }
コード例 #2
0
 public GetIntersightUuidpoolUuidLease()
 {
     ApiInstance = new UuidpoolApi(Config);
     MethodName  = "GetUuidpoolUuidLeaseListWithHttpInfo";
 }
コード例 #3
0
 public RemoveIntersightUuidpoolUuidLease()
 {
     ApiInstance = new UuidpoolApi(Config);
     MethodName  = "DeleteUuidpoolUuidLeaseWithHttpInfo";
 }
コード例 #4
0
 public GetIntersightUuidpoolPoolMember()
 {
     ApiInstance = new UuidpoolApi(Config);
     MethodName  = "GetUuidpoolPoolMemberListWithHttpInfo";
 }