mirror of https://github.com/apache/cloudstack.git
12 lines
322 B
Java
12 lines
322 B
Java
/**
|
|
* 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";
|
|
public final static String CLOUD_NIC_MASK = "cloud.nic.mask";
|
|
}
|