|
/**
|
|
* Copyright (C) 2011 Cloud.com, Inc. All rights reserved.
|
|
*/
|
|
|
|
package com.cloud.hypervisor.vmware.mo;
|
|
|
|
public interface CustomFieldConstants {
|
|
public final static String CLOUD_UUID = "cloud.uuid";
|
|
public final static String CLOUD_GC = "cloud.gc";
|
|
}
|