mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
9 lines
310 B
Java
9 lines
310 B
Java
package com.cloud.hypervisor.vmware.mo;
|
|
|
|
public interface VersioningContants {
|
|
|
|
// portgroups created on vSwitch will carry a version number now, so that when CloudStack has a major naming convention upgrade
|
|
// we know how to cleanup at vCenter side
|
|
public final static int PORTGROUP_NAMING_VERSION = 1;
|
|
}
|