public Profile createProfile(ProfileCreateSpec createSpec) throws DuplicateName, RuntimeFault, RemoteException { ManagedObjectReference profileMor = getVimService().createProfile(getMOR(), createSpec); return new Profile(getServerConnection(), profileMor); }
List<Profile> createProfile(ProfileCreateSpec createSpec) throws DuplicateName, RuntimeFault, RemoteException;