/** * @since SDK5.0 */ public ProfileProfileStructure queryProfileStructure(Profile profile) throws RuntimeFault, RemoteException { return getVimService().queryProfileStructure(getMOR(), profile.getMOR()); }
/** * @since SDK5.0 */ ProfileProfileStructure queryProfileStructure(Profile profile) throws RuntimeFault, RemoteException;